Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/logadm/
H A Dglob.c274 struct fn *matchfnp = fn_dup(nextfnp); in glob_reglob() local
278 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()