Searched refs:from_outside (Results 1 – 5 of 5) sorted by relevance
187 char *from_outside = getenv (TARGET_ENVIRON); in ldemul_default_target() local188 if (from_outside != (char *) NULL) in ldemul_default_target()189 return from_outside; in ldemul_default_target()
63 char *from_outside = getenv(TARGET_ENVIRON);66 if (from_outside != (char *)NULL)67 return from_outside;
76 char *from_outside = getenv(TARGET_ENVIRON);79 if (from_outside != (char *)NULL)80 return from_outside;
198 char *from_outside = getenv (TARGET_ENVIRON);199 if (from_outside != (char *) NULL)200 return from_outside;
976 static char *from_outside;986 from_outside = getenv (TARGET_ENVIRON);987 if (from_outside != (char *) NULL)988 return from_outside;