is_dir
ctx->type = is_dir;
if (ctx->type != is_dir) {
if (ctx->type == is_dir) {
if (ctx->type == is_dir)
if (ctx->type == is_dir)
if (ctx->type != is_dir) {
int is_dir = typeflag == FTW_D;
if (level >= 2 && is_dir) {
is_file ? "f" : is_dir ? "d" : "x",
if ((level == 1 && is_dir && is_leaf_dir(fpath)) ||
(level >= 2 && is_dir && is_leaf_dir(fpath))) {
fh->is_dir = false;
fh->is_dir = true;
sb->st_mode = 0777 | (fh->is_dir ? S_IFDIR : S_IFREG);
bool is_dir;
bool is_dir;
is_dir = (n > 0 && file[n - 1] == '/');
if (is_dir && is_tftp()) {
static int is_dir(const char *);
if (is_dir(str)) {
if ((isdir = is_dir(path)) && parent != NULL) {
int is_dir(const char *pathname);
if (is_dir(argv[i]))
if (is_dir(line) ||
if (!is_dir(path))