Home
last modified time | relevance | path

Searched refs:sm_io_fscanf (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/sendmail/libsm/
H A Dfscanf.c38 sm_io_fscanf(SM_FILE_T *fp, int timeout, char const *fmt, ...) in sm_io_fscanf() function
40 sm_io_fscanf(fp, timeout, fmt, va_alist) in sm_io_fscanf()
/freebsd/contrib/sendmail/include/sm/
H A Dio.h281 sm_io_fscanf __P((SM_FILE_T *, int, const char *, ...));
/freebsd/contrib/sendmail/src/
H A Dconf.c1868 result = sm_io_fscanf(fp, SM_TIME_DEFAULT, "%lf", &avenrun); in _SM_CONF_BROKEN_STRTOD()
H A Dmap.c8832 if ((ret = sm_io_fscanf(f, SM_TIME_DEFAULT, "%9u", &replylen)) != 1)
H A Dqueue.c7099 r = sm_io_fscanf(keyf, SM_TIME_DEFAULT, "%ld", &n);