Searched defs:Def_supath (Results 1 - 2 of 2) sorted by relevance

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

Completed in 70 milliseconds