gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 2 of 2 for funcall:S_ISDIR (0.05 seconds)
t2ex
t2ex_source/kernel/sysmain/src/command.c - 24.4KB - 884 lines
415: 
416:                 if (S_ISDIR(st.st_mode))      strcat(path, "/");
417:                 else if (! S_ISREG(st.st_mode)) strcat(path, "#");
More results from command.c
t2ex_source/t2ex/fs/fs/src/fs_stat.c - 11.5KB - 380 lines
208:         if (sts == 0) {
209:                 sts = S_ISDIR(env->t_misc.t_stat64_u.st_mode) ? 1 : 0;
210:         }
More results from fs_stat.c