OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:unsetenv
(Results
151 - 175
of
266
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
/external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_linux_test.cc
194
unsetenv
(kEnvName);
/libcore/luni/src/main/java/libcore/io/
Os.java
134
public void
unsetenv
(String name) throws ErrnoException;
method in interface:Os
Posix.java
191
public native void
unsetenv
(String name) throws ErrnoException;
method in class:Posix
/external/chromium_org/v8/src/
d8-posix.cc
707
const char* message = "
unsetenv
() takes one argument";
720
unsetenv
(*var);
731
os_templ->Set(String::NewFromUtf8(isolate, "
unsetenv
"),
/external/v8/src/
d8-posix.cc
663
const char* message = "
unsetenv
() takes one argument";
672
unsetenv
(*var);
681
os_templ->Set(String::New("
unsetenv
"),
/external/android-clat/
clatd.c
439
unsetenv
("ANDROID_DNS_MODE");
/external/bison/m4/
gnulib-comp.m4
218
# Code from module
unsetenv
:
729
AC_LIBOBJ([
unsetenv
])
732
gl_STDLIB_MODULE_INDICATOR([
unsetenv
])
[
all
...]
/external/llvm/include/llvm/Target/
TargetLibraryInfo.h
613
/// int
unsetenv
(const char *name);
614
unsetenv
,
enumerator in enum:llvm::LibFunc::Func
/external/llvm/lib/Target/
TargetLibraryInfo.cpp
320
"
unsetenv
",
525
TLI.setUnavailable(LibFunc::
unsetenv
);
/external/bison/lib/
config.in.h
298
/* Define to 1 when the gnulib module
unsetenv
should be tested. */
510
/* Define to 1 if you have the declaration of `
unsetenv
', and to 0 if you
[
all
...]
gnulib.mk
24
# Reproduce by: gnulib-tool --import --dir=. --local-dir=gl --lib=libbison --source-base=lib --m4-base=m4 --doc-base=doc --tests-base=tests --aux-dir=build-aux --makefile-name=gnulib.mk --no-conditional-dependencies --no-libtool --macro-prefix=gl argmatch assert c-strcase calloc-posix close closeout config-h configmake dirname error extensions fdl fopen-safer fprintf-posix getline getopt-gnu gettext git-version-gen gitlog-to-changelog gpl-3.0 hash inttypes isnan javacomp-script javaexec-script ldexpl malloc-gnu mbschr mbsrchr mbswidth obstack obstack-printf perror printf-posix progname quote quotearg readme-release realloc-posix snprintf-posix spawn-pipe sprintf-posix stdbool stpcpy strdup-posix strerror strtoul strverscmp unistd unistd-safer unlocked-io
unsetenv
update-copyright verify vsnprintf-posix vsprintf-posix warnings xalloc xalloc-die xmemdup0 xstrndup
[
all
...]
/external/qemu/distrib/sdl-1.2.15/
android-configure.sh
359
sdl_check_funcs getenv putenv
unsetenv
/external/qemu/distrib/sdl-1.2.15/src/audio/
SDL_audio.c
336
unsetenv
("ESD_NO_SPAWN");
/system/core/sh/
histedit.c
126
unsetenv
("TERM");
/external/bison/darwin-lib/
config.h
299
/* Define to 1 when the gnulib module
unsetenv
should be tested. */
511
/* Define to 1 if you have the declaration of `
unsetenv
', and to 0 if you
[
all
...]
/external/bison/linux-lib/
config.h
299
/* Define to 1 when the gnulib module
unsetenv
should be tested. */
511
/* Define to 1 if you have the declaration of `
unsetenv
', and to 0 if you
[
all
...]
/external/valgrind/main/memcheck/
mc_replace_strmem.c
[
all
...]
/libcore/luni/src/main/native/
libcore_io_Posix.cpp
[
all
...]
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/
pyconfig.h
101
/* Define if `
unsetenv
` does not return an int. */
872
/* Define to 1 if you have the `
unsetenv
' function. */
[
all
...]
/prebuilts/python/linux-x86/2.7.5/include/python2.7/
pyconfig.h
101
/* Define if `
unsetenv
` does not return an int. */
872
/* Define to 1 if you have the `
unsetenv
' function. */
[
all
...]
/prebuilts/sdk/renderscript/lib/x86/
libc.so
/external/openssh/
ssh-agent.c
1228
format = c_flag ? "
unsetenv
%s;\n" : "unset %s;\n";
[
all
...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
stdlib.h
567
extern int
unsetenv
(__const char *__name) __THROW;
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
stdlib.h
567
extern int
unsetenv
(__const char *__name) __THROW;
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
stdlib.h
567
extern int
unsetenv
(__const char *__name) __THROW;
Completed in 1320 milliseconds
1
2
3
4
5
6
7
8
9
10
11