Lines Matching defs:y
66 # define fgets(x,y,z) fgets_unlocked (x,y,z) argument
68 # define fgets_unlocked(x,y,z) fgets (x,y,z) argument
73 # define fputc(x,y) fputc_unlocked (x,y) argument
75 # define fputc_unlocked(x,y) fputc (x,y) argument
80 # define fputs(x,y) fputs_unlocked (x,y) argument
82 # define fputs_unlocked(x,y) fputs (x,y) argument
87 # define fread(w,x,y,z) fread_unlocked (w,x,y,z) argument
89 # define fread_unlocked(w,x,y,z) fread (w,x,y,z) argument
94 # define fwrite(w,x,y,z) fwrite_unlocked (w,x,y,z) argument
96 # define fwrite_unlocked(w,x,y,z) fwrite (w,x,y,z) argument
115 # define putc(x,y) putc_unlocked (x,y) argument
117 # define putc_unlocked(x,y) putc (x,y) argument