Search | Google it | Results 1 - 2 of 2 for funcall:S_ISDIR (0.00 seconds) |
415: 416: if (S_ISDIR(st.st_mode)) strcat(path, "/"); 417: else if (! S_ISREG(st.st_mode)) strcat(path, "#");
208: if (sts == 0) { 209: sts = S_ISDIR(env->t_misc.t_stat64_u.st_mode) ? 1 : 0; 210: }