Searched refs:cmode (Results 1 - 16 of 16) sorted by relevance

/macosx-10.10.1/apache-793/httpd/modules/examples/
H A Dmod_example_hooks.c108 int cmode; /* Environment to which record applies member in struct:x_cfg
561 cfg->cmode = CONFIG_MODE_DIRECTORY;
614 merged_config->cmode =
615 (pconf->cmode == nconf->cmode) ? pconf->cmode : CONFIG_MODE_COMBO;
647 cfg->cmode = CONFIG_MODE_SERVER;
683 merged_config->cmode =
684 (s1conf->cmode == s2conf->cmode)
[all...]
/macosx-10.10.1/screen-22/screen/
H A Dteln.c250 int cmode = fore->w_telropts[TO_SGA]; local
261 if (c == TC_IAC || (c == '\r' && (l ==0 || *p != '\n') && cmode && !bin))
263 if (cmode && echo)
/macosx-10.10.1/xnu-2782.1.97/bsd/hfs/
H A Dhfs_cprotect.c68 static int cp_new(int newclass, struct hfsmount *hfsmp, struct cnode *cp, mode_t cmode,
250 mode_t cmode, struct cprotect **tmpentry)
261 if (S_ISDIR (cmode)) {
2160 cp_new(int newclass_eff, struct hfsmount *hfsmp, struct cnode *cp, mode_t cmode, argument
2190 if (!(S_ISREG(cmode)) && !(S_ISDIR(cmode))) {
2206 if (S_ISDIR (cmode)) {
2322 if ( S_ISDIR (cmode) || (newclass_eff == PROTECTION_CLASS_F)) {
249 cp_setup_newentry(struct hfsmount *hfsmp, struct cnode *dcp, int32_t suppliedclass, mode_t cmode, struct cprotect **tmpentry) argument
/macosx-10.10.1/xnu-2782.1.97/bsd/kern/
H A Dkern_guarded.c359 int cmode; local
362 cmode = ((uap->mode & ~fdp->fd_cmask) & ALLPERMS) & ~S_ISTXT;
363 VATTR_SET(&va, va_mode, cmode & ACCESSPERMS);
413 int cmode; local
416 cmode = ((uap->mode & ~fdp->fd_cmask) & ALLPERMS) & ~S_ISTXT;
417 VATTR_SET(&va, va_mode, cmode & ACCESSPERMS);
H A Dposix_sem.c374 int cmode = uap->mode; local
511 cmode &= ALLPERMS;
534 pinfo->psem_mode = cmode;
H A Dposix_shm.c386 int cmode = uap->mode; local
447 cmode &= ALLPERMS;
503 pinfo->pshm_mode = cmode;
H A Dkern_descrip.c1522 int cmode; local
1564 cmode = ((fopen.o_mode &~ fdp->fd_cmask) & ALLPERMS) & ~S_ISTXT;
1565 VATTR_SET(&va, va_mode, cmode & ACCESSPERMS);
/macosx-10.10.1/xnu-2782.1.97/bsd/sys/
H A Dvnode_internal.h426 int vn_open(struct nameidata *ndp, int fmode, int cmode);
427 int vn_open_modflags(struct nameidata *ndp, int *fmode, int cmode);
H A Dcprotect.h310 mode_t cmode, struct cprotect **tmpentry);
/macosx-10.10.1/xnu-2782.1.97/bsd/vfs/
H A Dvfs_vnops.c164 vn_open(struct nameidata *ndp, int fmode, int cmode) argument
166 return(vn_open_modflags(ndp, &fmode, cmode));
170 vn_open_modflags(struct nameidata *ndp, int *fmodep, int cmode) argument
175 VATTR_SET(&va, va_mode, cmode);
H A Dvfs_syscalls.c3555 int cmode; local
3565 cmode = ((uap->mode &~ fdp->fd_cmask) & ALLPERMS) & ~S_ISTXT;
3566 VATTR_SET(&va, va_mode, cmode);
3602 int cmode; local
3607 cmode = ((uap->mode &~ fdp->fd_cmask) & ALLPERMS) & ~S_ISTXT;
3608 VATTR_SET(&va, va_mode, cmode & ACCESSPERMS);
3644 int cmode; local
3648 cmode = ((mode &~ fdp->fd_cmask) & ALLPERMS) & ~S_ISTXT;
3649 VATTR_SET(&va, va_mode, cmode & ACCESSPERMS);
H A Dvfs_subr.c5182 vnode_open(const char *path, int fmode, int cmode, int flags, vnode_t *vpp, vfs_context_t ctx) argument
5208 if ((error = vn_open(&nd, fmode, cmode)))
/macosx-10.10.1/dcerpc-61/dcerpc/rpcd/
H A Ddsm.c1295 ios_create_mode_t cmode; /* create mode (treatment of preexisting object) */ local
1302 cmode = ios_recreate_mode; /* delete any existing object */
1305 ios_create(fname,namelen,unstruct_uid,cmode,oopts,&id,&status); /* do it */
/macosx-10.10.1/ntp-92/ntpdc/
H A Dntpdc_ops.c1347 u_char cmode; local
1357 cmode = 0;
1411 cmode = (u_char)val;
1470 cpeer.ttl = cmode;
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp4459 unsigned cmode = fieldFromInstruction(Insn, 8, 4); local
4464 if (!(imm & 0x38) && cmode == 0xF) {
4487 unsigned cmode = fieldFromInstruction(Insn, 8, 4); local
4492 if (!(imm & 0x38) && cmode == 0xF) {
/macosx-10.10.1/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c30726 mode_t cmode = buf.st_mode&(S_IRUSR|S_IWUSR | S_IRGRP|S_IWGRP | local
[all...]

Completed in 358 milliseconds