/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);
|
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);
|
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);
|