Searched refs:fnamelen (Results 1 – 2 of 2) sorted by relevance
67 size_t fnamelen = strlen (fname); in do_test() local68 char buf[fnamelen + 2]; in do_test()71 buf[fnamelen - 1] = '?'; in do_test()81 buf[fnamelen] = '*'; in do_test()82 buf[fnamelen + 1] = '\0'; in do_test()
239 size_t fnamelen = strlen (fname); in link_exists_p() local240 char *fullname = (char *) alloca (dirlen + 1 + fnamelen + 1); in link_exists_p()245 fname, fnamelen + 1); in link_exists_p()
Completed in 4 milliseconds