Searched defs:fileno (Results 1 - 5 of 5) sorted by relevance

/barrelfish-2018-10-04/lib/libc/stdio/
H A Dfileno.c44 #undef fileno macro
48 fileno(FILE *fp) function
/barrelfish-2018-10-04/tools/harness/tests/
H A Dwebserver.py458 def fileno(self): member in class:HTTPerfClient
/barrelfish-2018-10-04/include/
H A Dstdio.h484 #define fileno(p) (!__isthreaded ? __sfileno(p) : (fileno)(p)) macro
/barrelfish-2018-10-04/usr/skb/testapps/
H A Dapps.c2695 # undef fileno macro
2696 # define fileno(a) (int)_fileno(a) macro
/barrelfish-2018-10-04/lib/openssl-1.0.0d/apps/
H A Dapps.c2695 # undef fileno macro
2696 # define fileno(a) (int)_fileno(a) macro

Completed in 116 milliseconds