Home
last modified time | relevance | path

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

/freebsd/usr.sbin/gstat/
H A Dgstat.c89 regex_t f_re, tmp_f_re; in main() local
585 if (regcomp(&tmp_f_re, tmp_f_s, REG_EXTENDED) in main()
593 f_re = tmp_f_re; in main()