NetBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
g_opendir
lib/libc/gen/glob.c
163
static DIR *g_opendir(Char *, glob_t *);
lib/libc/gen/glob.c
749
if ((dirp = g_opendir(pathbuf, pglob)) == NULL) {