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 38 static char *safe_getenv(const char *arg) function
107 filename = safe_getenv("BLKID_FILE");
  /external/e2fsprogs/lib/ext2fs/
test_io.c 147 static char *safe_getenv(const char *arg) function
219 if ((value = safe_getenv("TEST_IO_LOGFILE")) != NULL)
225 if ((value = safe_getenv("TEST_IO_FLAGS")) != NULL)
229 if ((value = safe_getenv("TEST_IO_BLOCK")) != NULL)
233 if ((value = safe_getenv("TEST_IO_READ_ABORT")) != NULL)
237 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
249 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 242 milliseconds