Searched refs:testprogdir (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/external/bsd/libarchive/dist/test_utils/
H A Dtest_main.c3898 char *pwd, *testprogdir, *tmp2 = NULL, *vlevel = NULL; local
3925 if ((testprogdir = (char *)malloc(testprogdir_len)) == NULL)
3930 strncpy(testprogdir, progname, testprogdir_len);
3941 testprogdir[i] = '\0';
3943 if (testprogdir[0] != '/' && testprogdir[0] != '\\' &&
3944 !(((testprogdir[0] >= 'a' && testprogdir[0] <= 'z') ||
3945 (testprogdir[0] >= 'A' && testprogdir[
[all...]

Completed in 78 milliseconds