Home
last modified time | relevance | path

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

/freebsd/contrib/sendmail/src/
H A Dmain.c206 struct stat traf_st; /* for TrafficLog FIFO check */ local
1188 if (stat(optarg, &traf_st) == 0 &&
1189 S_ISFIFO(traf_st.st_mode))