Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sendmail/src/
H A Dmain.c194 struct stat traf_st; /* for TrafficLog FIFO check */ local
1140 if (stat(optarg, &traf_st) == 0 &&
1141 S_ISFIFO(traf_st.st_mode))