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

/illumos-gate/usr/src/cmd/mandoc/
H A Dmain.c633 glob_t globinfo; local
663 globres = glob(file, 0, NULL, &globinfo);
668 file = mandoc_strdup(*globinfo.gl_pathv);
669 globfree(&globinfo);

Completed in 45 milliseconds