Searched refs:qfp (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.2-release/usr.sbin/ctm/ctm_smail/
H A Dctm_smail.c210 FILE *qfp; local
225 if ((qfp = fopen(tname, "w")) == NULL)
231 write_header(qfp, mail_alias, delta, pce, npieces);
232 if (encode_body(qfp, dfp, msg_size, &sum))
234 write_trailer(qfp, sum);
236 fflush(qfp);
237 write_error = ferror(qfp);
238 fclose(qfp);
/freebsd-10.2-release/contrib/sendmail/src/
H A Dstab.c251 ** file referenced by qfp.
255 ** qfp -- file pointer to the queue file.
263 queueup_macros(class, qfp, e)
265 SM_FILE_T *qfp;
287 (void) sm_io_fprintf(qfp, SM_TIME_DEFAULT,
H A Dqueue.c3931 register SM_FILE_T *qfp; local
3955 qfp = sm_io_open(SmFtStdio, SM_TIME_DEFAULT, qf, SM_IO_RDWR_B, NULL);
3956 if (qfp == NULL)
3971 if (!lockfile(sm_io_getinfo(qfp, SM_IO_WHAT_FD, NULL), qf, NULL,
3982 (void) sm_io_close(qfp, SM_TIME_DEFAULT);
3992 ** Process A: readqf(): qfp = fopen(qffile)
4008 fstat(sm_io_getinfo(qfp, SM_IO_WHAT_FD, NULL), &st) < 0)
4014 (void) sm_io_close(qfp, SM_TIME_DEFAULT);
4036 (void) sm_io_close(qfp, SM_TIME_DEFAULT);
4103 (void) sm_io_close(qfp, SM_TIME_DEFAUL
[all...]
H A Dparseaddr.c2453 register struct qflags *qfp; local
2572 for (qfp = AddressFlags; qfp->qf_name != NULL; qfp++)
2574 if (!bitset(qfp->qf_bit, a->q_flags))
2581 qfp->qf_name);

Completed in 110 milliseconds