FreeBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
opt_isdir
crypto/openssl/apps/include/opt.h
432
int opt_isdir(const char *name);
crypto/openssl/apps/lib/apps.c
2907
return opt_isdir(name);
crypto/openssl/apps/lib/opt.c
960
if (opt_isdir(arg) > 0)