Lines Matching defs:y
69 # define fgets(x,y,z) fgets_unlocked (x,y,z) argument
71 # define fgets_unlocked(x,y,z) fgets (x,y,z) argument
75 # define fputc(x,y) fputc_unlocked (x,y) argument
77 # 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
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
93 # define fwrite(w,x,y,z) fwrite_unlocked (w,x,y,z) argument
95 # define fwrite_unlocked(w,x,y,z) fwrite (w,x,y,z) argument
111 # define putc(x,y) putc_unlocked (x,y) argument
113 # define putc_unlocked(x,y) putc (x,y) argument