sb 85 usr/bin/mkdir/mkdir.c struct stat sb; sb 97 usr/bin/mkdir/mkdir.c if (stat(path, &sb)) { sb 771 usr/lib/libc/gen/fts.c struct stat *sbp, sb; sb 775 usr/lib/libc/gen/fts.c sbp = ISSET(FTS_NOSTAT) ? &sb : p->fts_statp; sb 780 usr/lib/libc/gen/fts.c if (sbp != &sb) { sb 44 usr/lib/libc/stdio/remove.c struct stat sb; sb 46 usr/lib/libc/stdio/remove.c if (lstat(file, &sb) < 0) sb 53 usr/lib/libc/stdio/remove.c if (S_ISDIR(sb.st_mode))