DragonflyBSD
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
168
static DIR *g_opendir(Char *, glob_t *);
lib/libc/gen/glob.c
659
if ((dirp = g_opendir(pathbuf, pglob)) == NULL) {
lib/libssh/openbsd-compat/glob.c
159
static DIR *g_opendir(Char *, glob_t *);
lib/libssh/openbsd-compat/glob.c
722
if ((dirp = g_opendir(pathbuf, pglob)) == NULL) {