Home
last modified time | relevance | path

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

/misc/
A Dchflags.c24 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 Dfutimesat.c28 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 Dutimes.c26 __utimes (const char *file, const struct timeval tvp[2]) in __utimes() argument
28 if (file == NULL) in __utimes()
A Drevoke.c23 __revoke (const char *file) in __revoke() argument
A Dlutimes.c26 __lutimes (const char *file, const struct timeval tvp[2]) in __lutimes() argument
A Dmntent_r.c37 __setmntent (const char *file, const char *mode) in __setmntent() argument
44 FILE *result = fopen (file, newmode); in __setmntent()
A DMakefile28 sys/ptrace.h sys/file.h sys/dir.h sys/cdefs.h \
/misc/bits/
A Dstab.def3 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 11 milliseconds