Lines Matching refs:len
38 size_t len, i; in do_test() local
49 len = strlen (thepath); in do_test()
52 while (sbs < len + 1) in do_test()
110 if (getcwd (NULL, len) != NULL) in do_test()
117 bufs[0] = malloc (len); in do_test()
118 bufs[1] = malloc (len); in do_test()
119 bufs[2] = malloc (len); in do_test()
122 if (getcwd (bufs[1], len) != NULL) in do_test()
133 if (getcwd (thepath, len) != NULL) in do_test()
139 for (i = len; i < sizeof thepath; ++i) in do_test()
151 bufs[0] = getcwd (NULL, len + 1); in do_test()
161 if (getcwd (thepath, len + 1) == NULL) in do_test()
167 for (i = len + 1; i < sizeof thepath; ++i) in do_test()