Lines Matching refs:buf
124 char buf[PATH_MAX]; in do_test() local
126 getcwd (cwd, sizeof (buf)); in do_test()
130 if (realpath (NULL, buf) != NULL || errno != EINVAL) in do_test()
149 if (realpath ("", buf) != NULL || errno != ENOENT) in do_test()
165 buf[0] = '\0'; in do_test()
166 result = realpath (tests[i].in, buf); in do_test()
177 if (!check_path (buf, tests[i].out ? tests[i].out : tests[i].resolved)) in do_test()
181 buf); in do_test()
206 getcwd (buf, sizeof (buf)); in do_test()
207 if (strcmp (buf, cwd)) in do_test()
210 argv[0], cwd, buf); in do_test()