Searched refs:sm_io_fscanf (Results 1 – 5 of 5) sorted by relevance
/titanic_44/usr/src/cmd/sendmail/libsm/ |
H A D | fscanf.c | 40 sm_io_fscanf(SM_FILE_T *fp, int timeout, char const *fmt, ...) in sm_io_fscanf() function 42 sm_io_fscanf(fp, timeout, fmt, va_alist) in sm_io_fscanf()
|
/titanic_44/usr/src/cmd/sendmail/include/sm/ |
H A D | io.h | 283 sm_io_fscanf __P((SM_FILE_T *, int, const char *, ...));
|
/titanic_44/usr/src/cmd/sendmail/src/ |
H A D | conf.c | 1790 result = sm_io_fscanf(fp, SM_TIME_DEFAULT, "%lf", &avenrun); in _SM_CONF_BROKEN_STRTOD()
|
H A D | map.c | 7921 if (sm_io_fscanf(f, SM_TIME_DEFAULT, "%9u", &replylen) != 1)
|
H A D | queue.c | 6839 r = sm_io_fscanf(keyf, SM_TIME_DEFAULT, "%ld", &n);
|