Searched refs:mode (Results 1 – 4 of 4) sorted by relevance
/include/ |
A D | rounding-mode.h | 44 int mode) in round_away() argument 46 switch (mode) in round_away()
|
A D | dlfcn.h | 102 void *(*dlopen) (const char *file, int mode, void *dl_caller); 112 void *(*dlmopen) (Lmid_t nsid, const char *file, int mode, void *dl_caller); 125 extern void *__dlopen (const char *file, int mode, void *caller); 126 extern void *__dlmopen (Lmid_t nsid, const char *file, int mode,
|
A D | stdio.h | 190 # define fopen(fname, mode) _IO_new_fopen (fname, mode) argument 192 # define fdopen(fd, mode) _IO_new_fdopen (fd, mode) argument 262 extern FILE * __fmemopen (void *buf, size_t len, const char *mode);
|
/include/sys/ |
A D | stat.h | 74 extern int __mknodat (int fd, const char *path, mode_t mode, dev_t dev);
|
Completed in 8 milliseconds