Searched refs:tmp_f_s (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/usr.sbin/gstat/
H A Dgstat.c89 char f_s[100], pf_s[100], tmp_f_s[100]; local
385 strncpy(tmp_f_s, line, sizeof(f_s));
386 if ((p = strchr(tmp_f_s, '\n')) != NULL)
395 if (regcomp(&tmp_f_re, tmp_f_s, REG_EXTENDED)
402 strncpy(f_s, tmp_f_s, sizeof(f_s));

Completed in 96 milliseconds