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

/sendmail/include/sm/
H A Dio.h108 unsigned char *f_p; /* current position in (some) buffer */ member in struct:sm_file
137 unsigned char *f_up; /* saved f_p when f_p is doing ungetc */
191 (f).f_p = (unsigned char *) 0; \
357 (int)(*(f)->f_p++))
367 (*(f)->f_p = (c)), *(f)->f_p != '\n' ? \
368 (int)*(f)->f_p++ : \
371 (*(f)->f_p = (c), (int)*(f)->f_p
[all...]

Completed in 260 milliseconds