HomeSort by relevance Sort by last modified time
    Searched refs:getenv (Results 1 - 25 of 366) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /development/simulator/app/
ported.h 43 char* getenv(const char* name);
ported.cpp 102 char* getenv(const char* name) function
  /external/e2fsprogs/intl/
os2compat.h 42 /* We have our own getenv() which works even if library is compiled as DLL */
43 #define getenv _nl_getenv macro
  /prebuilt/windows/sdl/host/include/SDL/
SDL_getenv.h 2 /* Not all environments have a working getenv()/putenv() */
22 #define getenv(X) SDL_getenv(X) macro
  /system/core/toolbox/
printenv.c 20 v = getenv(argv[i]);
  /external/webkit/WebCore/platform/gtk/
LoggingGtk.cpp 40 char* logEnv = getenv("WEBKIT_DEBUG");
  /system/extras/tests/bionic/libc/common/
test_tm_zone.c 39 const char* tz = getenv("TZ");
  /external/clearsilver/util/test/
date_test.c 19 fprintf(stderr, "TZ is %s\n", getenv("TZ"));
27 fprintf(stderr, "TZ is %s\n", getenv("TZ"));
37 fprintf(stderr, "TZ is %s\n", getenv("TZ"));
  /external/dropbear/
cli-authpasswd.c 40 askpass_prog = getenv("SSH_ASKPASS");
41 return askpass_prog && !isatty(STDIN_FILENO) && getenv("DISPLAY");
55 helper = getenv("SSH_ASKPASS");
  /device/samsung/crespo/alsa-lib/src/conf/pcm/
modem.conf 10 @func getenv
59 @func getenv
center_lfe.conf 10 @func getenv
default.conf 10 @func getenv
front.conf 10 @func getenv
rear.conf 10 @func getenv
side.conf 10 @func getenv
surround40.conf 15 @func getenv
surround41.conf 16 @func getenv
surround50.conf 16 @func getenv
surround51.conf 17 @func getenv
surround71.conf 19 @func getenv
  /external/iptables/
ip6tables-standalone.c 49 lib_dir = getenv("IP6TABLES_LIB_DIR");
iptables-standalone.c 55 lib_dir = getenv("IPTABLES_LIB_DIR");
  /external/webkit/WebCore/platform/
NotImplemented.h 33 #define supressNotImplementedWarning() getenv("DISABLE_NI_WARNING")
  /device/samsung/crespo/alsa-lib/src/
error.c 128 verbose = getenv("LIBASOUND_DEBUG");
139 verbose = getenv("LIBASOUND_DEBUG_ASSERT");
  /external/clearsilver/util/
neo_date.c 45 const char *cur_tz = getenv("TZ");
62 const char *cur_tz = getenv("TZ");

Completed in 78 milliseconds

1 2 3 4 5 6 7 8 91011>>