Lines Matching refs:ENVSTRNCAT
146 #define ENVSTRNCAT(to, from) {int deflen; deflen = strlen(to); \ macro
2200 ENVSTRNCAT(term, terminal); in establish_user_environment()
2203 ENVSTRNCAT(term, terminal); in establish_user_environment()
2209 ENVSTRNCAT(term, tp); in establish_user_environment()
2212 ENVSTRNCAT(logname, pwd->pw_name); in establish_user_environment()
2239 ENVSTRNCAT(timez, Def_tz); in establish_user_environment()
2242 ENVSTRNCAT(timez, Def_tz); in establish_user_environment()
2248 ENVSTRNCAT(hertz, Def_hertz); in establish_user_environment()
2253 ENVSTRNCAT(path, Def_path); in establish_user_environment()
2255 ENVSTRNCAT(home, pwd->pw_dir); in establish_user_environment()
2280 ENVSTRNCAT(shell, pwd->pw_shell); in establish_user_environment()