Searched refs:path (Results 1 – 4 of 4) sorted by relevance
25 const char *path; member44 char path[1024]; in do_test() local49 if (tests [i].path == NULL) in do_test()53 strcpy (path, tests [i].path); in do_test()54 file = __xpg_basename (path); in do_test()59 (tests [i].path == NULL ? "NULL" : tests [i].path), file); in do_test()
45 char *path = repeat.start; in do_test() local46 if (path == NULL) in do_test()59 char *p = mempcpy (path, lnk, strlen (lnk)); in do_test()61 p[path_len - (p - path) - 1] = '\0'; in do_test()64 p = realpath (path, NULL); in do_test()
48 const char *path; member57 if (args->path != NULL) in call_system()58 TEST_COMPARE (setenv ("PATH", args->path, 1), 0); in call_system()
98 ifeq ($(build-hardcoded-path-in-tests),yes)
Completed in 7 milliseconds