Searched refs:path (Results 1 – 1 of 1) sorted by relevance
38 char *path; in create_tz_file() local39 int fd = create_temp_file ("tst-tzset-", &path); in create_tz_file()43 FAIL_UNSUPPORTED ("File %s does not support holes", path); in create_tz_file()47 fd = open64 (path, O_WRONLY); in create_tz_file()50 printf ("open64 (%s) failed: %m\n", path); in create_tz_file()100 return path; in create_tz_file()106 char *path = create_tz_file (size); in test_tz_file() local107 if (path == NULL) in test_tz_file()114 if (setenv ("TZ", path, 1) < 0) in test_tz_file()120 free (path); in test_tz_file()
Completed in 10 milliseconds