Searched refs:file (Results 1 – 8 of 8) sorted by relevance
/hurd/ |
A D | hurd.h | 189 extern file_t __file_name_split (const char *file, char **name); 190 extern file_t file_name_split (const char *file, char **name); 195 extern file_t __directory_name_split (const char *file, char **name); 196 extern file_t directory_name_split (const char *file, char **name); 203 extern file_t __file_name_lookup (const char *file, int flags, mode_t mode); 204 extern file_t file_name_lookup (const char *file, int flags, mode_t mode); 211 extern file_t __file_name_lookup_under (file_t startdir, const char *file, 213 extern file_t file_name_lookup_under (file_t startdir, const char *file, 250 file_t file, 257 file_t file,
|
A D | vpprintf.c | 50 temp_f.cfile.__fp.file._lock = &temp_f.lock; in vpprintf() 56 done = __vfprintf_internal (&temp_f.cfile.__fp.file, format, arg, 0); in vpprintf()
|
A D | faultexc.defs | 1 /* This file is processed by mig with -prefix _hurdsig_fault_
|
A D | hurdexec.c | 36 _hurd_exec (task_t task, file_t file, in _hurd_exec() argument 39 return _hurd_exec_paths (task, file, NULL, NULL, argv, envp); in _hurd_exec() 53 _hurd_exec_paths (task_t task, file_t file, in _hurd_exec_paths() argument 384 err = __file_exec_paths (file, task, flags, in _hurd_exec_paths() 398 err = __file_exec (file, task, flags, in _hurd_exec_paths()
|
A D | Depend | 1 # This file says that the mach subdirectory should appear before this one.
|
A D | Notes | 4 COREFILE -- Name of file to write core dump in; falls back to core
|
A D | intr-rpc.defs | 3 This file is part of the GNU C Library.
|
A D | hurdsig.c | 272 file_t file, coredir; in libc_hidden_def() local 300 file = MACH_PORT_NULL; in libc_hidden_def() 309 &file); in libc_hidden_def() 314 file, in libc_hidden_def() 321 if (! err && file != MACH_PORT_NULL) in libc_hidden_def() 324 err = __dir_link (coredir, file, name, 1); in libc_hidden_def() 325 __mach_port_deallocate (__mach_task_self (), file); in libc_hidden_def() 327 return !err && file != MACH_PORT_NULL; in libc_hidden_def()
|
Completed in 13 milliseconds