Symbol: is_dir
crypto/openssl/engines/e_loader_attic.c
1034
ctx->type = is_dir;
crypto/openssl/engines/e_loader_attic.c
1141
if (ctx->type != is_dir) {
crypto/openssl/engines/e_loader_attic.c
1505
if (ctx->type == is_dir) {
crypto/openssl/engines/e_loader_attic.c
1643
if (ctx->type == is_dir)
crypto/openssl/engines/e_loader_attic.c
1655
if (ctx->type == is_dir)
crypto/openssl/engines/e_loader_attic.c
918
if (ctx->type != is_dir) {
lib/libpmc/pmu-events/jevents.c
1216
int is_dir = typeflag == FTW_D;
lib/libpmc/pmu-events/jevents.c
1221
if (level >= 2 && is_dir) {
lib/libpmc/pmu-events/jevents.c
1243
is_file ? "f" : is_dir ? "d" : "x",
lib/libpmc/pmu-events/jevents.c
1252
if ((level == 1 && is_dir && is_leaf_dir(fpath)) ||
lib/libpmc/pmu-events/jevents.c
1253
(level >= 2 && is_dir && is_leaf_dir(fpath))) {
stand/efi/libefi/efihttp.c
542
fh->is_dir = false;
stand/efi/libefi/efihttp.c
552
fh->is_dir = true;
stand/efi/libefi/efihttp.c
751
sb->st_mode = 0777 | (fh->is_dir ? S_IFDIR : S_IFREG);
stand/efi/libefi/efihttp.c
79
bool is_dir;
stand/libsa/open.c
141
bool is_dir;
stand/libsa/open.c
188
is_dir = (n > 0 && file[n - 1] == '/');
stand/libsa/open.c
191
if (is_dir && is_tftp()) {
usr.bin/fortune/fortune/fortune.c
132
static int is_dir(const char *);
usr.bin/fortune/fortune/fortune.c
1398
if (is_dir(str)) {
usr.bin/fortune/fortune/fortune.c
464
if ((isdir = is_dir(path)) && parent != NULL) {
usr.sbin/crunch/crunchgen/crunchgen.c
113
int is_dir(const char *pathname);
usr.sbin/crunch/crunchgen/crunchgen.c
385
if (is_dir(argv[i]))
usr.sbin/crunch/crunchgen/crunchgen.c
667
if (is_dir(line) ||
usr.sbin/crunch/crunchgen/crunchgen.c
980
if (!is_dir(path))