Searched refs:Pidf (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/sendmail/src/ |
H A D | util.c | 605 static SM_FILE_T *Pidf = NULL; variable 620 Pidf = safefopen(pidpath, O_WRONLY|O_TRUNC, FileMode, sff); 621 if (Pidf == NULL) 637 (void) sm_io_fprintf(Pidf, SM_TIME_DEFAULT, "%ld\n", 641 (void) sm_io_fprintf(Pidf, SM_TIME_DEFAULT, "%s\n", 645 (void) sm_io_flush(Pidf, SM_TIME_DEFAULT); 670 if (Pidf == NULL) in close_sendmail_pid() 673 (void) sm_io_close(Pidf, SM_TIME_DEFAULT); in close_sendmail_pid() 674 Pidf = NULL; in close_sendmail_pid()
|