Home
last modified time | relevance | path

Searched refs:path (Results 1 – 4 of 4) sorted by relevance

/stdlib/
A Dtst-xpg-basename.c25 const char *path; member
44 char path[1024]; in do_test() local
49 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()
A Dtest-bz22786.c45 char *path = repeat.start; in do_test() local
46 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()
A Dtst-system.c48 const char *path; member
57 if (args->path != NULL) in call_system()
58 TEST_COMPARE (setenv ("PATH", args->path, 1), 0); in call_system()
A DMakefile98 ifeq ($(build-hardcoded-path-in-tests),yes)

Completed in 7 milliseconds