Search | Google it | Results 1 - 1 of 1 for funcall:S_ISDIR from t2ex/t2ex_source/kernel/sysmain/src/command.c (0.00 seconds) |
415: 416: if (S_ISDIR(st.st_mode)) strcat(path, "/"); 417: else if (! S_ISREG(st.st_mode)) strcat(path, "#"); 549: if (dst[n - 1] == '/' || 550: (fs_stat_ms(dst, &st) >= E_OK && S_ISDIR(st.st_mode)) ) { 551: if (dst[n - 1] != '/') dst[n++] = '/';