Haiku
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
g_opendir
src/system/libroot/posix/glob.c
155
static DIR *g_opendir(Char *, glob_t *);
src/system/libroot/posix/glob.c
743
if ((dirp = g_opendir(pathbuf, pglob)) == NULL) {