Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/su/
H A Dsu.c152 char termtyp[PATH_MAX] = "TERM="; variable
534 (void) strlcat(termtyp, term, sizeof (termtyp)); in main()
535 envinit[++envidx] = termtyp; in main()