Search | Google it | Results 1 - 1 of 1 for funcall:S_ISDIR from t2ex/t2ex_source/t2ex/fs/fs/src/fs_stat.c (0.00 seconds) |
208: if (sts == 0) { 209: sts = S_ISDIR(env->t_misc.t_stat64_u.st_mode) ? 1 : 0; 210: } 222: if (sts == 0) { 223: sts = S_ISDIR(env->t_misc.t_stat64_u.st_mode) ? 1 : 0; 224: }