Lines Matching refs:mode

629  *     |      special mode or         |
1430 * We are in pass mode with no block size specified. Use the
1841 * the mode/times correctly and return.
2294 * We come here only in the pass mode.
2543 * file position in pass mode.
2570 * Return if we got a read error or in pass mode,
2633 * This function is called only in OCi mode. Therefore,
3094 "in current mode",
3672 msg(ERR, "%s%s%s: too large to archive in current mode",
3929 int oflag, mode_t mode)
3941 * just a mode problem on the parent file.
3942 * for example: a mode such as r-xr--r--
3976 msg(ERRN, "Cannot change mode of %sfile %s to %o",
3997 ofilefd = openat(pdirfd, name, oflag, mode);
4001 * Put mode back to original
4972 * P_SKIP in the OCt mode.
6245 * Change the owner, time, and mode to those of the file
6247 * mode do not need to be restored for a symbolic link
6670 * is handled later, as in "copy in" mode.
6906 mode_t mode;
6955 mode = Gen.g_mode;
6957 temp = (mode >> (6 - (i * 3)));
7132 mode_t mode;
7139 mode = SECMODE;
7156 mode = (G_p->g_mode & POSIXMODES) | _XATTR_CPIO_MODE;
7158 mode = G_p->g_mode;
7166 mode = G_p->g_mode | C_ISSPARSE;
7220 if (S_ISREG(mode))
7221 mode &= ~S_ISUID;
7231 if (S_ISREG(mode))
7232 mode &= ~S_ISGID;
7259 Hdr.h_mode = mode;
7272 "11llo%s", G_p->g_magic, G_p->g_dev, G_p->g_ino, mode,
7283 G_p->g_magic, G_p->g_ino, mode, G_p->g_uid,
7294 (void) sprintf(Thdr_p->tbuf.t_mode, "%07o", (int)mode);
7344 (void) sprintf(Thdr_p->tbuf.t_mode, "%07o ", (int)mode);
7606 (void) sscanf(bar_Vhdr->dbuf.mode, "%8lo", &Gen_bar_vol.g_mode);
7655 tmp = &tmp_hdr->dbuf.mode[1];
7750 (void) sscanf(bar_Vhdr->dbuf.mode, "%8lo",
8836 mode_t mode;
8842 mode = S_IFREG;
8846 mode = S_IFLNK;
8850 mode = S_IFCHR;
8853 mode = S_IFBLK;
8856 mode = S_IFDIR;
8859 mode = S_IFIFO;
8863 mode = 0;
8866 return (mode);