Home
last modified time | relevance | path

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

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