Searched refs:matchfnp (Results 1 – 1 of 1) sorted by relevance
274 struct fn *matchfnp = fn_dup(nextfnp); in glob_reglob() local278 fn_puts(matchfnp, dp->d_name); in glob_reglob()280 if (stat(fn_s(matchfnp), &stbuf) < 0) { in glob_reglob()281 fn_free(matchfnp); in glob_reglob()289 fn_free(matchfnp); in glob_reglob()304 fn_setn(matchfnp, n); in glob_reglob()305 fn_setstat(matchfnp, &stbuf); in glob_reglob()308 fn_putc(matchfnp, '/'); in glob_reglob()310 fn_list_addfn(newret, matchfnp); in glob_reglob()