Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/logadm/
H A Dglob.c272 struct fn *matchfnp = fn_dup(nextfnp); in glob_reglob() local
276 fn_puts(matchfnp, dp->d_name); in glob_reglob()
278 if (stat(fn_s(matchfnp), &stbuf) < 0) { in glob_reglob()
279 fn_free(matchfnp); in glob_reglob()
287 fn_free(matchfnp); in glob_reglob()
302 fn_setn(matchfnp, n); in glob_reglob()
303 fn_setstat(matchfnp, &stbuf); in glob_reglob()
306 fn_putc(matchfnp, '/'); in glob_reglob()
308 fn_list_addfn(newret, matchfnp); in glob_reglob()