OpenBSD
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
144
static DIR *g_opendir(Char *, glob_t *);
lib/libc/gen/glob.c
708
if ((dirp = g_opendir(pathbuf, pglob)) == NULL) {