OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:f_s
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.sbin/mtree/
compare.c
383
char *
f_s
;
local in function:compare
385
f_s
= flags_to_string(s->st_flags, "none");
388
"%sflags (\"%s\" is not ", tab,
f_s
);
389
free(
f_s
);
390
f_s
= flags_to_string(p->fts_statp->st_flags, "none");
391
printf("\"%s\"",
f_s
);
392
free(
f_s
);
/src/usr.sbin/syslogd/
syslogd.c
2083
const char *
f_s
= NULL, *p_s = NULL;
local in function:format_buffer
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 14 milliseconds
Indexes created Sun Sep 28 07:09:56 GMT 2025