Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/mandoc/
H A Dmain.c534 glob_t globinfo; in fs_lookup() local
564 globres = glob(file, 0, NULL, &globinfo); in fs_lookup()
570 file = mandoc_strdup(*globinfo.gl_pathv); in fs_lookup()
571 globfree(&globinfo); in fs_lookup()