Searched refs:file (Results 1 – 8 of 8) sorted by relevance
/misc/ |
A D | chflags.c | 24 int chflags (const char *file, unsigned long int flags) __THROW; 27 chflags (const char *file, unsigned long int flags) in chflags() argument 29 if (file == NULL) in chflags()
|
A D | futimesat.c | 28 futimesat (int fd, const char *file, const struct timeval tvp[2]) in futimesat() argument 31 && (file == NULL in futimesat() 32 || (fd != AT_FDCWD && file[0] != '/'))) in futimesat()
|
A D | utimes.c | 26 __utimes (const char *file, const struct timeval tvp[2]) in __utimes() argument 28 if (file == NULL) in __utimes()
|
A D | revoke.c | 23 __revoke (const char *file) in __revoke() argument
|
A D | lutimes.c | 26 __lutimes (const char *file, const struct timeval tvp[2]) in __lutimes() argument
|
A D | mntent_r.c | 37 __setmntent (const char *file, const char *mode) in __setmntent() argument 44 FILE *result = fopen (file, newmode); in __setmntent()
|
A D | Makefile | 28 sys/ptrace.h sys/file.h sys/dir.h sys/cdefs.h \
|
/misc/bits/ |
A D | stab.def | 3 This file is part of the GNU C Library. 81 Supposedly the field is "path to associated .cb file". THIS VALUE 86 of the definition file. Other is non-zero if it is imported with the 108 /* Name of main source file. 116 /* Beginning of an include file. Only Sun uses this. 117 In an object file, only the name is significant. 121 /* Name of sub-source file (#include file). 129 /* End of an include file. No name. 130 This and N_BINCL act as brackets around the file's output. 131 In an object file, there is no significant data in this entry. [all …]
|
Completed in 16 milliseconds