Searched refs:smode (Results 1 - 13 of 13) sorted by relevance

/freebsd-13-stable/contrib/subversion/subversion/libsvn_wc/
H A Dwc_db_util.c117 svn_sqlite__mode_t smode,
127 if (smode != svn_sqlite__mode_rwcreate)
142 SVN_ERR(svn_sqlite__open(sdb, sdb_abspath, smode,
113 svn_wc__db_util_open_db(svn_sqlite__db_t **sdb, const char *dir_abspath, const char *sdb_fname, svn_sqlite__mode_t smode, svn_boolean_t exclusive, apr_int32_t timeout, const char *const *my_statements, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
H A Dwc_db_private.h214 svn_sqlite__mode_t smode,
/freebsd-13-stable/lib/libvgl/
H A Dmain.c70 struct vt_mode smode; local
102 smode.mode = VT_AUTO;
103 ioctl(0, VT_SETMODE, &smode);
145 struct vt_mode smode; local
355 smode.mode = VT_PROCESS;
356 smode.waitv = 0;
357 smode.relsig = SIGUSR1;
358 smode.acqsig = SIGUSR1;
359 smode.frsig = SIGINT;
360 if (ioctl(0, VT_SETMODE, &smode)) {
[all...]
/freebsd-13-stable/usr.sbin/fmtree/
H A Dcreate.c291 mode_t smode; local
318 smode = p->fts_statp->st_mode & MBITS;
319 if (smode < MAXMODE && ++m[smode] > maxmode) {
320 savemode = smode;
321 maxmode = m[smode];
/freebsd-13-stable/contrib/sendmail/editmap/
H A Deditmap.c92 int smode; local
271 smode = S_IRUSR;
277 smode = S_IWUSR;
282 errno = smdb_open_database(&database, mapname, mode, smode, sff,
/freebsd-13-stable/contrib/sendmail/libsmutil/
H A Dsafefile.c691 int smode; local
704 smode = S_IREAD;
708 smode = S_IWRITE;
712 smode = S_IREAD|S_IWRITE;
716 smode = 0;
721 sff, smode, &stb);
724 sff, smode, &stb);
/freebsd-13-stable/contrib/mtree/
H A Dcreate.c340 mode_t smode; local
371 smode = p->fts_statp->st_mode & MBITS;
372 if (smode < MTREE_MAXMODE && ++m[smode] > maxmode) {
373 savemode = smode;
374 maxmode = m[smode];
/freebsd-13-stable/contrib/sendmail/makemap/
H A Dmakemap.c276 int smode; local
448 smode = S_IRUSR;
458 smode = S_IWUSR;
493 errno = smdb_open_database(&database, mapname, mode, smode, sff,
/freebsd-13-stable/sys/dev/syscons/
H A Dsyscons.c785 scp->smode.mode = VT_AUTO;
796 scp->smode.mode = VT_AUTO;
1175 if (scp->smode.mode == VT_PROCESS) {
1188 scp->smode.mode = VT_AUTO;
1210 bcopy(data, &scp->smode, sizeof(struct vt_mode));
1223 bcopy(&scp->smode, data, sizeof(struct vt_mode));
1239 if ((scp != sc->cur_scp) || (scp->smode.mode != VT_PROCESS)) {
1903 sc->cur_scp->smode.mode == VT_AUTO &&
1904 sc_console->smode.mode == VT_AUTO)
2695 if (sc->switch_in_progress && (cur_scp->smode
[all...]
H A Dsyscons.h335 struct vt_mode smode; /* switch mode */ member in struct:scr_stat
/freebsd-13-stable/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsaport.c721 bit32 smode = 0; local
738 smode = mode->encryptionSecurityMode;
742 smode |= 1 << SHIFT22;
746 pagControllerConfig->pageCode = AGSA_ENCRYPTION_CONTROL_PARM_PAGE | smode;
/freebsd-13-stable/usr.bin/stat/
H A Dstat.c622 char smode[12], sid[12], path[PATH_MAX + 4]; local
679 strmode(st->st_mode, smode);
680 stmp = smode;
/freebsd-13-stable/contrib/sendmail/src/
H A Dmap.c1459 int smode = S_IREAD; local
1491 smode = S_IWRITE;
1501 sff, smode, &std);
1504 sff, smode, &stp);
2049 int smode = S_IREAD; variable
2089 smode = S_IWRITE;
2098 i = safefile(buf, RunAsUid, RunAsGid, RunAsUserName, sff, smode, &st);
2729 int fd, status, omode, smode; local
2779 smode = S_IWRITE;
2783 smode
[all...]

Completed in 242 milliseconds