Home
last modified time | relevance | path

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

/netbsd/external/gpl3/binutils/dist/gprofng/libcollector/
H A Denvmgmt.c42 static const char *SP_ENV[]; variable
55 static const char *SP_ENV[] = { variable
122 for (v = 0; SP_ENV[v]; v++) in __collector_env_save_preloads()
309 for (int v = 0; SP_ENV[v]; v++) in __collector_env_print()
311 char *s = CALL_UTIL (getenv)(SP_ENV[v]); in __collector_env_print()
314 TprintfT (DBG_LT2, " %s SP_ENV[%d] (0x%p): %s=\"%s\"\n", label, v, SP_ENV[v], SP_ENV[v], s); in __collector_env_print()
398 for (v = 0; (env_var = SP_ENV[v]) != NULL; v++) in __collector_env_allocate()
592 for (v = 0; (env_name = SP_ENV[v]) != NULL; v++) in __collector_env_update()