state.c | 1053 envvarok(char *varp) 1056 if (strcmp(varp, "TERMCAP") && /* to prevent a security hole */ 1057 strcmp(varp, "TERMINFO") && /* with tgetent */ 1058 strcmp(varp, "TERMPATH") && 1059 strcmp(varp, "HOME") && /* to prevent the tegetent bug */ 1060 strncmp(varp, "LD_", strlen("LD_")) && /* most systems */ 1061 strncmp(varp, "_RLD_", strlen("_RLD_")) && /* IRIX */ 1062 strcmp(varp, "LIBPATH") && /* AIX */ 1063 strcmp(varp, "ENV") && 1064 strcmp(varp, "BASH_ENV") & 1266 char *cp, *varp, *valp; local in function:suboption [all...] |