Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/sendmail/src/
H A Dutil.c576 static SM_FILE_T *Pidf = NULL; variable
591 Pidf = safefopen(pidpath, O_WRONLY|O_TRUNC, FileMode, sff);
592 if (Pidf == NULL)
608 (void) sm_io_fprintf(Pidf, SM_TIME_DEFAULT, "%ld\n",
612 (void) sm_io_fprintf(Pidf, SM_TIME_DEFAULT, "%s\n",
616 (void) sm_io_flush(Pidf, SM_TIME_DEFAULT);
641 if (Pidf == NULL) in close_sendmail_pid()
644 (void) sm_io_close(Pidf, SM_TIME_DEFAULT); in close_sendmail_pid()
645 Pidf = NULL; in close_sendmail_pid()