Home
last modified time | relevance | path

Searched defs:sm_file (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/include/sm/
H A Dio.h105 struct sm_file struct
107 const char *sm_magic; /* This SM_FILE_T is free when NULL */
108 unsigned char *f_p; /* current position in (some) buffer */
132 struct sm_file *f_flushfp; /* flush this before reading parent */ argument
133 struct sm_file *f_modefp; /* sync mode with this fp */ argument
136 struct smbuf f_ub; /* ungetc buffer */
137 unsigned char *f_up; /* saved f_p when f_p is doing ungetc */
138 int f_ur; /* saved f_r when f_r is counting ungetc */
141 unsigned char f_ubuf[3]; /* guarantee an ungetc() buffer */
142 unsigned char f_nbuf[1]; /* guarantee a getc() buffer */
[all …]