Home
last modified time | relevance | path

Searched refs:Def_supath (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/cmd/login/
H A Dlogin.c301 static char *Def_supath = NULL; variable
552 if (Def_supath != NULL) in main()
553 Def_path = Def_supath; in main()
1287 if ((Def_supath = defread("SUPATH=")) != NULL) in defaults()
1288 Def_supath = strdup(Def_supath); in defaults()
/titanic_50/usr/src/cmd/cron/
H A Dcron.c272 static char *Def_supath = NULL; variable
3177 if ((Def_supath = defread("SUPATH=")) != NULL) { in defaults()
3178 (void) strlcat(supath, Def_supath, LINE_MAX); in defaults()