/titanic_50/usr/src/cmd/svr4pkg/pkgmk/ |
H A D | mkpkgmap.c | 402 !(statbuf.st_mode & S_IFREG)) { in findfile() 416 (statbuf.st_mode & S_IFREG)) { in findfile() 431 (statbuf.st_mode & S_IFREG)) { in findfile() 438 if ((stat(host, &statbuf) == 0) && (statbuf.st_mode & S_IFREG)) in findfile() 818 if (stat(copy, &statbuf) || !(statbuf.st_mode & S_IFREG)) { in srchroot()
|
/titanic_50/usr/src/lib/brand/solaris10/s10_replacefile/ |
H A D | s10_replacefile.c | 109 if (stat(argv[4], &statbuf) == 0 && (statbuf.st_mode & S_IFREG)) { in main()
|
/titanic_50/usr/src/lib/libadm/common/ |
H A D | ckpath.c | 203 if ((status.st_mode & S_IFMT) == S_IFREG) { in ckpath_val() 222 if ((pflags & P_REG) && ((status.st_mode & S_IFMT) != S_IFREG)) { in ckpath_val()
|
/titanic_50/usr/src/cmd/ssh/libopenbsd-compat/common/ |
H A D | strmode.c | 59 case S_IFREG: /* regular */ in strmode()
|
/titanic_50/usr/src/ucbcmd/install.d/ |
H A D | install.c | 206 if (!devnull && !((from_sb.st_mode&S_IFMT) == S_IFREG)) { 220 if ((to_sb.st_mode&S_IFMT) != S_IFREG) {
|
/titanic_50/usr/src/uts/common/syscall/ |
H A D | mknod.c | 71 fmode |= S_IFREG; in mknodat()
|
/titanic_50/usr/src/cmd/filesync/ |
H A D | recon.c | 736 if (fp->f_info[OPT_BASE].f_type != S_IFREG) in truncated() 738 if (fp->f_info[OPT_SRC].f_type != S_IFREG) in truncated() 740 if (fp->f_info[OPT_DST].f_type != S_IFREG) in truncated()
|
H A D | action.c | 452 if ((dp->f_type == S_IFREG && sp->f_type == S_IFREG) && in do_copy() 623 case S_IFREG: in do_copy() 733 dp->f_type = S_IFREG; in do_copy()
|
/titanic_50/usr/src/lib/libbc/inc/include/sys/ |
H A D | stat.h | 85 #define S_IFREG _IFREG macro
|
/titanic_50/usr/src/grub/grub-0.97/stage2/ |
H A D | fsys_minix.c | 150 #define S_IFREG 0100000 macro 153 #define S_ISREG(m) (((m) & S_IFMT) == S_IFREG)
|
/titanic_50/usr/src/cmd/sendmail/libsm/ |
H A D | makebuf.c | 151 if ((st.st_mode & S_IFMT) == S_IFREG &&
|
/titanic_50/usr/src/tools/protolist/ |
H A D | protolist.c | 118 case S_IFREG: in visit_dir()
|
/titanic_50/usr/src/lib/libgen/common/ |
H A D | pathfind.c | 57 #define FFLAG S_IFREG /* normal file - also type 0 */
|
/titanic_50/usr/src/cmd/sh/ |
H A D | hashserv.c | 469 if(mode == S_IEXEC && regflag && ftype != S_IFREG) in chk_access() 473 if (ftype != S_IFREG || mode != S_IEXEC) in chk_access()
|
/titanic_50/usr/src/lib/libast/common/features/ |
H A D | mode.c | 106 #ifdef S_IFREG in main()
|
/titanic_50/usr/src/lib/libdwarf/common/ |
H A D | dwarf_original_elf_init.c | 94 #define S_ISREG(mode) (((mode) & S_IFMT) == S_IFREG) in dwarf_init()
|
/titanic_50/usr/src/cmd/cdrw/ |
H A D | bstream.c | 90 if ((st.st_mode & S_IFMT) != S_IFREG) { in file_stream_size() 403 if ((st.st_mode & S_IFMT) != S_IFREG) { in open_au_read_stream() 484 if ((st.st_mode & S_IFMT) != S_IFREG) { in open_wav_read_stream()
|
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/rdist/ |
H A D | server.c | 129 recvf(cp, S_IFREG); in server() 342 if ((stb.st_mode & S_IFMT) == S_IFREG && stb.st_nlink > 1) 462 case S_IFREG: 758 case S_IFREG: 1091 if (mode != S_IFREG && mode != S_IFLNK) { 1397 case S_IFREG:
|
/titanic_50/usr/src/cmd/ttymon/ |
H A D | tmutil.c | 119 if ((statbuf.st_mode & S_IFMT) != S_IFREG) { in check_cmd()
|
/titanic_50/usr/src/test/zfs-tests/cmd/mkbusy/ |
H A D | mkbusy.c | 143 } else if ((sbuf.st_mode & S_IFMT) == S_IFREG || in main()
|
/titanic_50/usr/src/cmd/diff/ |
H A D | diff.c | 361 stb1.st_mode = S_IFREG; in main() 378 stb2.st_mode = S_IFREG; in main() 1477 if (fmt1 == S_IFREG) { in compare() 1486 if (fmt2 == S_IFREG) { in compare() 1496 if (fmt1 != S_IFREG || fmt2 != S_IFREG) { in compare() 1717 case S_IFREG: in pfiletype()
|
/titanic_50/usr/src/cmd/calendar/ |
H A D | calprog.c | 152 if ((sb.st_mode & S_IFMT) != S_IFREG) in read_tmpl()
|
/titanic_50/usr/src/cmd/bnu/ |
H A D | cpmv.c | 122 do_unlink = ((sbuf.st_mode & S_IFMT) == S_IFREG);
|
/titanic_50/usr/src/lib/libpkg/common/ |
H A D | isdir.c | 152 if ((statbuf.st_mode & S_IFMT) != S_IFREG) { in isfile()
|
/titanic_50/usr/src/lib/gss_mechs/mech_krb5/krb5/rcache/ |
H A D | rc_io.c | 235 if ((fstatb.st_uid != me) || ((fstatb.st_mode & S_IFMT) != S_IFREG)) { in krb5_rc_io_open_internal() 241 if (((fstatb.st_mode & S_IFMT) != S_IFREG)) { in krb5_rc_io_open_internal()
|