Searched defs:x (Results 1 – 1 of 1) sorted by relevance
/argp/ |
A D | argp-namefrob.h | 103 # define clearerr_unlocked(x) clearerr (x) argument 106 # define feof_unlocked(x) feof (x) argument 109 # define ferror_unlocked(x) ferror (x) argument 112 # define fflush_unlocked(x) fflush (x) argument 115 # define fgets_unlocked(x,y,z) fgets (x,y,z) argument 118 # define fputc_unlocked(x,y) fputc (x,y) argument 121 # define fputs_unlocked(x,y) fputs (x,y) argument 124 # define fread_unlocked(w,x,y,z) fread (w,x,y,z) argument 130 # define getc_unlocked(x) getc (x) argument 136 # define putc_unlocked(x,y) putc (x,y) argument [all …]
|
Completed in 5 milliseconds