Searched refs:f_ival (Results 1 - 3 of 3) sorted by path

/freebsd-11-stable/contrib/sendmail/libsm/
H A Dsmstdio.c30 ** fp->f_ival is used (0, 1 or 2) to map to stdio's stdin, stdout or
118 switch (fp->f_ival)
130 sm_abort("fp->f_ival=%d: out of range (0...2)", fp->f_ival);
H A Dsyslogio.c30 ** which we store in fp->f_ival.
55 fp->f_ival = *priority;
109 syslog(fp->f_ival, "%s", buf);
181 fp->f_ival = *((int *)(valp));
214 *((int *)(valp)) = fp->f_ival;
/freebsd-11-stable/contrib/sendmail/include/sm/
H A Dio.h118 int f_ival; member in struct:sm_file
200 (f).f_ival = 0; \

Completed in 211 milliseconds