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

/freebsd-10-stable/contrib/sendmail/libsm/
H A Dfscanf.c38 sm_io_fscanf(SM_FILE_T *fp, int timeout, char const *fmt, ...) function
40 sm_io_fscanf(fp, timeout, fmt, va_alist)
/freebsd-10-stable/contrib/sendmail/include/sm/
H A Dio.h281 sm_io_fscanf __P((SM_FILE_T *, int, const char *, ...));
/freebsd-10-stable/contrib/sendmail/src/
H A Dconf.c1799 result = sm_io_fscanf(fp, SM_TIME_DEFAULT, "%lf", &avenrun);
1804 sm_dprintf("getla: sm_io_fscanf() = %d: %s\n",
H A Dmap.c8020 if (sm_io_fscanf(f, SM_TIME_DEFAULT, "%9u", &replylen) != 1)
H A Dqueue.c6863 r = sm_io_fscanf(keyf, SM_TIME_DEFAULT, "%ld", &n);

Completed in 217 milliseconds