OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:f_s
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.sbin/mtree/
compare.c
379
char *
f_s
;
local
381
f_s
= flags_to_string(s->st_flags, "none");
384
"%sflags (\"%s\" is not ", tab,
f_s
);
385
free(
f_s
);
386
f_s
= flags_to_string(p->fts_statp->st_flags, "none");
387
printf("\"%s\"",
f_s
);
388
free(
f_s
);
/src/usr.sbin/syslogd/
syslogd.c
2083
const char *
f_s
= NULL, *p_s = NULL;
local
2093
f_s
= c->c_name;
2104
if (
f_s
== NULL) {
2106
f_s
= f_n;
2112
snprintf(fp_buf, sizeof(fp_buf), "<%s.%s>",
f_s
, p_s);
Completed in 27 milliseconds
Indexes created Sat Feb 21 01:20:28 UTC 2026