Searched refs:__writelockenv (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/lib/libc/include/
H A Denv.h43 extern bool __writelockenv(void);
53 __writelockenv(void) function
/netbsd-current/lib/libc/compat/stdlib/
H A Dcompat_unsetenv.c74 if (__writelockenv()) {
/netbsd-current/lib/libc/stdlib/
H A Dputenv.c66 if (__writelockenv()) {
H A Dunsetenv.c70 if (!__writelockenv())
H A Dsetenv.c76 if (!__writelockenv())
H A D_env.c378 __writelockenv(void) function

Completed in 101 milliseconds