OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sys_prefix
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.bin/msgc/
msgdb.c
102
char *
sys_prefix
;
local in function:write_msg_file
120
sys_prefix
= getenv ("MSGDEF");
121
if (
sys_prefix
== NULL)
122
sys_prefix
= _PATH_DEFSYSPREFIX;
123
snprintf (sname, 1024, "%s/%s",
sys_prefix
, sys_name);
/src/usr.bin/menuc/
mdb.c
114
char *
sys_prefix
, *tmpstr;
local in function:write_menu_file
129
sys_prefix
= getenv("MENUDEF");
130
if (
sys_prefix
== NULL)
131
sys_prefix
= _PATH_DEFSYSPREFIX;
132
snprintf(sname, 1024, "%s/%s",
sys_prefix
, sys_name);
Completed in 16 milliseconds
Indexes created Fri Sep 26 08:10:20 GMT 2025