sb                 48 daemons/execd/remoted_schemas.c     struct stat sb;
sb                 51 daemons/execd/remoted_schemas.c     rc = stat(remote_schema_dir, &sb);
sb                 68 daemons/execd/remoted_schemas.c     } else if (!S_ISDIR(sb.st_mode)) {
sb               2261 lib/common/xml.c     struct stat sb;
sb               2268 lib/common/xml.c     if (stat(ret, &sb) != 0 || !S_ISREG(sb.st_mode)) {
sb               1442 lib/services/services_linux.c         struct stat sb;
sb               1451 lib/services/services_linux.c         if (stat(buffer, &sb)) {
sb               1455 lib/services/services_linux.c         if (S_ISDIR(sb.st_mode)) {
sb               1461 lib/services/services_linux.c         } else if (S_ISREG(sb.st_mode)) {
sb               1467 lib/services/services_linux.c                        && (sb.st_mode & S_IXUSR) == 0
sb               1468 lib/services/services_linux.c                        && (sb.st_mode & S_IXGRP) == 0 && (sb.st_mode & S_IXOTH) == 0) {
sb                 58 maint/gnulib/lib/cycle-check.c cycle_check (struct cycle_check_state *state, struct stat const *sb)
sb                 65 maint/gnulib/lib/cycle-check.c   if (state->chdir_counter && SAME_INODE (*sb, state->dev_ino))
sb                 80 maint/gnulib/lib/cycle-check.c       state->dev_ino.st_dev = sb->st_dev;
sb                 81 maint/gnulib/lib/cycle-check.c       state->dev_ino.st_ino = sb->st_ino;
sb                 36 maint/gnulib/lib/cycle-check.h bool cycle_check (struct cycle_check_state *state, struct stat const *sb);
sb                 45 maint/gnulib/lib/file-has-acl.c file_has_acl (char const *name, struct stat const *sb)
sb                 48 maint/gnulib/lib/file-has-acl.c   if (! S_ISLNK (sb->st_mode))
sb                 61 maint/gnulib/lib/file-has-acl.c       if (ret == 0 && S_ISDIR (sb->st_mode))
sb                123 maint/gnulib/lib/file-has-acl.c               if (ret == 0 && S_ISDIR (sb->st_mode))
sb               2055 maint/gnulib/lib/fts.c             struct stat sb;
sb               2056 maint/gnulib/lib/fts.c             if (fstat(newfd, &sb))
sb               2061 maint/gnulib/lib/fts.c             if (p->fts_statp->st_dev != sb.st_dev
sb               2062 maint/gnulib/lib/fts.c                 || p->fts_statp->st_ino != sb.st_ino)
sb                593 maint/gnulib/lib/regexec.c   bool sb;
sb                673 maint/gnulib/lib/regexec.c   sb = dfa->mb_cur_max == 1;
sb                676 maint/gnulib/lib/regexec.c      ? ((sb || !(preg->syntax & RE_ICASE || t) ? 4 : 0)
sb                778 maint/gnulib/lib/regexec.c       if (!sb && !re_string_first_byte (&mctx.input, 0))