Searched defs:globinfo (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/cmd/mandoc/ | ||
H A D | main.c | 633 glob_t globinfo; local 663 globres = glob(file, 0, NULL, &globinfo); 668 file = mandoc_strdup(*globinfo.gl_pathv); 669 globfree(&globinfo); |
Completed in 57 milliseconds