Home
last modified time | relevance | path

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

/freebsd/usr.sbin/gstat/
H A Dgstat.c70 static char f_s[100]; variable
144 if (f_s[0] != '\0') { in text_header()
152 strlcpy(pf_s, f_s, sizeof(pf_s)); in text_header()
154 if ((int)strlen(f_s) > max_flen && max_flen >= 0) { in text_header()
265 if (f_s[0] != '\0') in setup_interactive()
266 history(hist, &hist_ev, H_ENTER, f_s); in setup_interactive()
325 strlcpy(tmp_f_s, line, sizeof(f_s)); in poll_input()
345 strlcpy(f_s, tmp_f_s, sizeof(f_s)); in poll_input()
350 f_s[0] = '\0'; in poll_input()
406 f_s[0] = '\0'; in main()
[all …]
/freebsd/contrib/mtree/
H A Dcompare.c379 char *f_s; in compare() local
381 f_s = flags_to_string(s->st_flags, "none"); in compare()
384 "%sflags (\"%s\" is not ", tab, f_s); in compare()
385 free(f_s); in compare()
386 f_s = flags_to_string(p->fts_statp->st_flags, "none"); in compare()
387 printf("\"%s\"", f_s); in compare()
388 free(f_s); in compare()