Lines Matching defs:y
67 # define fgets(x,y,z) fgets_unlocked (x,y,z) argument
69 # define fgets_unlocked(x,y,z) fgets (x,y,z) argument
74 # define fputc(x,y) fputc_unlocked (x,y) argument
76 # define fputc_unlocked(x,y) fputc (x,y) argument
81 # define fputs(x,y) fputs_unlocked (x,y) argument
83 # define fputs_unlocked(x,y) fputs (x,y) argument
88 # define fread(w,x,y,z) fread_unlocked (w,x,y,z) argument
90 # define fread_unlocked(w,x,y,z) fread (w,x,y,z) argument
95 # define fwrite(w,x,y,z) fwrite_unlocked (w,x,y,z) argument
97 # define fwrite_unlocked(w,x,y,z) fwrite (w,x,y,z) argument
116 # define putc(x,y) putc_unlocked (x,y) argument
118 # define putc_unlocked(x,y) putc (x,y) argument