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

/freebsd-10.3-release/usr.sbin/gstat/
H A Dgstat.c89 char f_s[100], pf_s[100], tmp_f_s[100]; local
409 strlcpy(tmp_f_s, line, sizeof(f_s));
410 if ((p = strchr(tmp_f_s, '\n')) != NULL)
419 if (regcomp(&tmp_f_re, tmp_f_s, REG_EXTENDED)
426 strlcpy(f_s, tmp_f_s, sizeof(f_s));

Completed in 41 milliseconds