Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/su/
H A Dsu.c102 char *Path, *Supath; variable
258 if ((Supath = defread("SUPATH=")) != NULL) in main()
259 Supath = strdup(Supath); in main()
266 (void) strlcat(supath, (Supath) ? Supath : SUPATH, sizeof (supath)); in main()