Searched refs:traf_st (Results 1 – 1 of 1) sorted by relevance
206 struct stat traf_st; /* for TrafficLog FIFO check */ local1188 if (stat(optarg, &traf_st) == 0 &&1189 S_ISFIFO(traf_st.st_mode))