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

/illumos-gate/usr/src/cmd/su/
H A Dsu.c101 char *Path, *Supath; variable
254 if (Supath = defread("SUPATH="))
255 Supath = strdup(Supath);
262 (void) strlcat(supath, (Supath) ? Supath : SUPATH, sizeof (supath));

Completed in 61 milliseconds