Searched refs:ENVSTRNCAT (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/login/
H A Dlogin.c140 * String manipulation macros: SCPYN, SCPYL, EQN and ENVSTRNCAT
146 #define ENVSTRNCAT(to, from) {int deflen; deflen = strlen(to); \ macro
2200 ENVSTRNCAT(term, terminal);
2203 ENVSTRNCAT(term, terminal);
2209 ENVSTRNCAT(term, tp);
2212 ENVSTRNCAT(logname, pwd->pw_name);
2239 ENVSTRNCAT(timez, Def_tz);
2242 ENVSTRNCAT(timez, Def_tz);
2248 ENVSTRNCAT(hertz, Def_hertz);
2253 ENVSTRNCAT(pat
[all...]

Completed in 61 milliseconds