Home
last modified time | relevance | path

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

/glibc-2.36/stdlib/
Dtest-canon.c38 static size_t cwd_len; variable
110 good = (strncmp (result, cwd, cwd_len) == 0 in check_path()
111 && strcmp (result + cwd_len, expected + 1) == 0); in check_path()
127 cwd_len = strlen (cwd); in do_test()