Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/login/
H A Dlogin.c146 #define ENVSTRNCAT(to, from) {int deflen; deflen = strlen(to); \ macro
2203 ENVSTRNCAT(term, terminal); in establish_user_environment()
2206 ENVSTRNCAT(term, terminal); in establish_user_environment()
2212 ENVSTRNCAT(term, tp); in establish_user_environment()
2215 ENVSTRNCAT(logname, pwd->pw_name); in establish_user_environment()
2242 ENVSTRNCAT(timez, Def_tz); in establish_user_environment()
2245 ENVSTRNCAT(timez, Def_tz); in establish_user_environment()
2251 ENVSTRNCAT(hertz, Def_hertz); in establish_user_environment()
2256 ENVSTRNCAT(path, Def_path); in establish_user_environment()
2258 ENVSTRNCAT(home, pwd->pw_dir); in establish_user_environment()
[all …]