Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/gettext/dist/gettext-runtime/gnulib-lib/
H A Dsetenv.c107 __add_to_environ (const char *name, const char *value, const char *combined, in __add_to_environ() function
284 return __add_to_environ (name, value, NULL, replace); in setenv()
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
H A Dsetenv.c107 __add_to_environ (const char *name, const char *value, const char *combined, in __add_to_environ() function
284 return __add_to_environ (name, value, NULL, replace); in setenv()
/netbsd-src/external/gpl2/xcvs/dist/lib/
H A Dsetenv.c110 __add_to_environ (const char *name, const char *value, const char *combined, in __add_to_environ() function
287 return __add_to_environ (name, value, NULL, replace); in setenv()
/netbsd-src/external/gpl3/gdb/dist/gnulib/import/
H A Dsetenv.c113 __add_to_environ (const char *name, const char *value, const char *combined, in __add_to_environ() function
299 return __add_to_environ (name, value, NULL, replace); in setenv()
/netbsd-src/external/gpl2/gettext/dist/gnulib-local/lib/
H A DChangeLog.0199 * setenv.c (compar_fn_t, __add_to_environ, setenv): Likewise.
648 * setenv.c (__add_to_environ): Don't call realloc(NULL,...), use
H A DChangeLog.11126 (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa