Home
last modified time | relevance | path

Searched refs:__fd (Results 1 – 2 of 2) sorted by relevance

/libio/bits/
A Dstdio2.h139 extern int __dprintf_chk (int __fd, int __flag, const char *__restrict __fmt,
141 extern int __vdprintf_chk (int __fd, int __flag,
147 dprintf (int __fd, const char *__restrict __fmt, ...) in dprintf() argument
149 return __dprintf_chk (__fd, __USE_FORTIFY_LEVEL - 1, __fmt, in dprintf()
158 vdprintf (int __fd, const char *__restrict __fmt, __gnuc_va_list __ap) in vdprintf() argument
160 return __vdprintf_chk (__fd, __USE_FORTIFY_LEVEL - 1, __fmt, __ap); in vdprintf()
/libio/
A Dstdio.h293 extern FILE *fdopen (int __fd, const char *__modes) __THROW
403 extern int vdprintf (int __fd, const char *__restrict __fmt,
406 extern int dprintf (int __fd, const char *__restrict __fmt, ...)

Completed in 8 milliseconds