Searched refs:tmpdir (Results 1 – 1 of 1) sorted by relevance
33 const char *tmpdir; in glibc_test() local44 tmpdir = getenv("TMPDIR"); in glibc_test()45 if (tmpdir == NULL || tmpdir[0] == '\0') in glibc_test()46 tmpdir = "/tmp"; in glibc_test()48 asprintf(&fname, "%s/tst-fseek.XXXXXX", tmpdir); in glibc_test()