HomeSort by relevance Sort by last modified time
    Searched refs:safe_getenv (Results 1 - 4 of 4) sorted by null

  /external/e2fsprogs/lib/blkid/
cache.c 40 static char *safe_getenv(const char *arg) function
109 filename = safe_getenv("BLKID_FILE");
  /external/e2fsprogs/lib/ext2fs/
test_io.c 167 static char *safe_getenv(const char *arg) function
236 if ((value = safe_getenv("TEST_IO_LOGFILE")) != NULL)
242 if ((value = safe_getenv("TEST_IO_FLAGS")) != NULL)
246 if ((value = safe_getenv("TEST_IO_BLOCK")) != NULL)
250 if ((value = safe_getenv("TEST_IO_READ_ABORT")) != NULL)
254 if ((value = safe_getenv("TEST_IO_WRITE_ABORT")) != NULL)
  /external/e2fsprogs/lib/et/
error_message.c 199 static char *safe_getenv(const char *arg) function
247 fn = safe_getenv("COMERR_DEBUG_FILE");
  /external/e2fsprogs/contrib/
spd_readdir.c 100 static char *safe_getenv(const char *arg) function
136 if ((cp = safe_getenv("SPD_READDIR_MAX_SIZE")) != NULL) {
140 if (safe_getenv("SPD_READDIR_DEBUG")) {

Completed in 100 milliseconds