Home
last modified time | relevance | path

Searched refs:file (Results 1 – 8 of 8) sorted by relevance

/hurd/
A Dhurd.h189 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 Dvpprintf.c50 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 Dfaultexc.defs1 /* This file is processed by mig with -prefix _hurdsig_fault_
A Dhurdexec.c36 _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 DDepend1 # This file says that the mach subdirectory should appear before this one.
A DNotes4 COREFILE -- Name of file to write core dump in; falls back to core
A Dintr-rpc.defs3 This file is part of the GNU C Library.
A Dhurdsig.c272 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 14 milliseconds