Searched refs:resolved (Results 1 – 3 of 3) sorted by relevance
/stdlib/ |
A D | tst-canon-bz26341.c | 87 char *resolved = stack + stack_size - thread_usage + 1024; in do_realpath() local 89 char *p = realpath (linkname, resolved); in do_realpath() 91 TEST_COMPARE_BLOB (resolved, filenamelen, filename, filenamelen); in do_realpath()
|
A D | canonicalize.c | 198 realpath_stk (const char *name, char *resolved, in realpath_stk() argument 403 if (resolved != NULL && dest - rname <= get_path_max ()) in realpath_stk() 404 rname = strcpy (resolved, rname); in realpath_stk() 410 if (failed || rname == resolved) in realpath_stk() 413 return failed ? NULL : resolved; in realpath_stk() 431 __realpath (const char *name, char *resolved) in __realpath() argument 438 return realpath_stk (name, resolved, &rname_buffer); in __realpath() 448 __old_realpath (const char *name, char *resolved) in __old_realpath() argument 450 if (resolved == NULL) in __old_realpath() 456 return __realpath (name, resolved); in __old_realpath()
|
A D | test-canon.c | 53 const char * in, * out, * resolved; member 177 if (!check_path (buf, tests[i].out ? tests[i].out : tests[i].resolved)) in do_test() 180 argv[0], i, tests[i].out ? tests[i].out : tests[i].resolved, in do_test()
|
Completed in 8 milliseconds