OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dist_postfix
(Results
1 - 5
of
5
) sorted by relevancy
/src/usr.sbin/sysinst/
menus.mi
402
option {src_legend(menu, MSG_Dist_postfix,
dist_postfix
);},
403
action { src_prompt(MSG_Dist_postfix,
dist_postfix
, sizeof
dist_postfix
); };
454
option {src_legend(menu, MSG_Dist_postfix,
dist_postfix
);},
455
action { src_prompt(MSG_Dist_postfix,
dist_postfix
, sizeof
dist_postfix
); };
502
option {src_legend(menu, MSG_Dist_postfix,
dist_postfix
);},
503
action { src_prompt(MSG_Dist_postfix,
dist_postfix
, sizeof
dist_postfix
); };
520
option {src_legend(menu, MSG_Dist_postfix,
dist_postfix
);},
[
all
...]
main.c
90
char
dist_postfix
[SSTRSIZE];
variable
156
{"dist postfix", "." SETS_TAR_SUFF,
dist_postfix
, sizeof
dist_postfix
},
defs.h
642
extern char
dist_postfix
[SSTRSIZE];
net.c
1011
force_tgz ? dist_tgz_postfix :
dist_postfix
);
util.c
2318
return use_tgz_for_set(set_name) ? dist_tgz_postfix :
dist_postfix
;
Completed in 72 milliseconds
Indexes created Wed Jul 08 00:27:11 UTC 2026