Home
last modified time | relevance | path

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

/freebsd/usr.sbin/gstat/
H A Dgstat.c289 char tmp_f_s[100]; in poll_input() local
325 strlcpy(tmp_f_s, line, sizeof(f_s)); in poll_input()
326 if ((p = strchr(tmp_f_s, '\n')) != NULL) in poll_input()
338 if (regcomp(&tmp_f_re, tmp_f_s, REG_EXTENDED) in poll_input()
345 strlcpy(f_s, tmp_f_s, sizeof(f_s)); in poll_input()