Searched defs:filedes (Results 1 – 6 of 6) sorted by relevance
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/stdio/ |
A D | fdopen.c | 11 FILE *fdopen(int filedes, const char *mode) in fdopen()
|
A D | dprintf.c | 15 int dprintf(int filedes, const char * __restrict format, ...) in dprintf()
|
A D | vdprintf.c | 15 int vdprintf(int filedes, const char * __restrict format, va_list arg) in vdprintf()
|
A D | _fopen.c | 33 register FILE * __restrict stream, int filedes) in _stdio_fopen()
|
A D | _stdio.c | 87 #define __STDIO_INIT_FILE_STRUCT(stream, flags, filedes, next, buf, bufsize) \ argument
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/common/ |
A D | fstat64.c | 19 int, filedes, struct kernel_stat64 *, buf) in _syscall2() argument
|
Completed in 7 milliseconds