Searched defs:unsetenv (Results 1 - 8 of 8) sorted by relevance

/external/bison/lib/
H A Dunsetenv.c51 # define unsetenv __unsetenv macro
57 unsetenv (const char *name) function
93 # undef unsetenv macro
94 weak_alias (__unsetenv, unsetenv)
99 # undef unsetenv
102 extern void unsetenv (const char *);
104 extern int unsetenv (const char *);
108 /* Call the underlying unsetenv, in case there is hidden bookkeeping
123 unsetenv (name);
/external/openssh/openbsd-compat/
H A Dsetenv.c50 * environmental array, for use by putenv(3), setenv(3) and unsetenv(3).
194 * unsetenv(name) --
198 unsetenv(const char *name) function
/external/bison/darwin-lib/
H A Dstdlib.h1219 # undef unsetenv
1220 # define unsetenv rpl_unsetenv
1222 _GL_FUNCDECL_RPL (unsetenv, int, (const char *name) _GL_ARG_NONNULL ((1)));
1223 _GL_CXXALIAS_RPL (unsetenv, int, (const char *name));
1226 _GL_FUNCDECL_SYS (unsetenv, int, (const char *name) _GL_ARG_NONNULL ((1)));
1228 _GL_CXXALIAS_SYS (unsetenv, int, (const char *name));
1231 _GL_CXXALIASWARN (unsetenv); variable
1234 # undef unsetenv macro
1236 _GL_WARN_ON_USE (unsetenv, "unsetenv i
[all...]
/external/bison/linux-lib/
H A Dstdlib.h1219 # undef unsetenv
1220 # define unsetenv rpl_unsetenv
1222 _GL_FUNCDECL_RPL (unsetenv, int, (const char *name) _GL_ARG_NONNULL ((1)));
1223 _GL_CXXALIAS_RPL (unsetenv, int, (const char *name));
1226 _GL_FUNCDECL_SYS (unsetenv, int, (const char *name) _GL_ARG_NONNULL ((1)));
1228 _GL_CXXALIAS_SYS (unsetenv, int, (const char *name));
1231 _GL_CXXALIASWARN (unsetenv); variable
1234 # undef unsetenv macro
1236 _GL_WARN_ON_USE (unsetenv, "unsetenv i
[all...]
/external/robolectric/v3/runtime/
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 131 milliseconds