Searched refs:pmode (Results 1 - 25 of 26) sorted by path

12

/macosx-10.9.5/CF-855.17/
H A DCFPlatform.c821 CF_EXPORT int _NS_open(const char *name, int oflag, int pmode) { argument
H A DCoreFoundation_Prefix.h219 CF_EXPORT int _NS_open(const char *name, int oflag, int pmode = 0);
H A DForFoundationOnly.h460 CF_EXPORT int _NS_open(const char *name, int oflag, int pmode);
/macosx-10.9.5/SecurityTool-55115/
H A Ddb_commands.cpp99 parse_mode(const char *name, mode_t *pmode) argument
105 if (!name || !pmode || *name != '0')
122 *pmode = mode;
/macosx-10.9.5/apache-786.1/httpd/modules/mappers/
H A Dmod_vhost_alias.c123 mva_mode_e mode, *pmode; local
133 pmode = &conf->doc_root_mode;
138 pmode = &conf->cgi_root_mode;
143 pmode = &conf->doc_root_mode;
148 pmode = &conf->cgi_root_mode;
159 *pmode = VHOST_ALIAS_NONE;
211 *pmode = mode;
/macosx-10.9.5/bash-92/bash-3.2/examples/scripts/
H A Dshowperm.bash27 typeset pmode
/macosx-10.9.5/file_cmds-230/mtree/
H A Dcreate.c289 statd(FTS *t, FTSENT *parent, uid_t *puid, gid_t *pgid, mode_t *pmode, u_long *pflags) argument
300 mode_t savemode = *pmode;
359 ((keys & F_MODE) && (*pmode != savemode)) ||
401 *pmode = savemode;
/macosx-10.9.5/file_cmds-230/pax/
H A Dextern.h242 extern int pmode;
H A Dfile_subs.c193 if (!pmode || res)
195 if (pmode)
535 if (!pmode || res)
537 if (pmode)
560 * pmode is not set.
564 if (!pmode)
573 } else if (pmode || patime || pmtime)
H A Doptions.c336 pmode = 1;
356 pmode = 1;
758 pmode = 1;
1109 pmode = 1;
H A Dpax.c99 int pmode; /* preserve file mode bits */ variable
H A Dtables.c1188 if (pmode || dblk->frc_mode)
/macosx-10.9.5/libarchive-29/libarchive/libarchive/
H A Darchive_windows.c616 int r, pmode; local
620 pmode = va_arg(ap, int);
672 r = _open(path, flags, pmode);
693 r = _wopen(ws, flags, pmode);
/macosx-10.9.5/ntp-88/include/
H A Dntp.h286 u_char pmode; /* remote association mode */ member in struct:peer
H A Dntp_request.h370 u_char pmode; /* peer.pmode */ member in struct:info_peer
/macosx-10.9.5/ntp-88/ntpd/
H A Dntp_control.c217 { CP_PMODE, RO, "pmode" }, /* 31 */
1785 ctl_putuint(peer_var[CP_PMODE].text, peer->pmode);
H A Dntp_crypto.c1441 if (opcode == (CRYPTO_AUTO | CRYPTO_RESP) && (peer->pmode ==
H A Dntp_peer.c602 MDF_ACAST) && peer->pmode != MODE_BROADCAST)
H A Dntp_proto.c1317 u_char pmode, pleap, pstratum; local
1333 pmode = PKT_MODE(pkt->li_vn_mode);
1345 peer->pmode = pmode;
1457 } else if (peer->pmode == MODE_BROADCAST) {
1572 if (peer->pmode != MODE_BROADCAST)
H A Dntp_refclock.c219 * Set peer.pmode based on the hmode. For appearances only.
223 peer->pmode = MODE_PASSIVE;
227 peer->pmode = MODE_SERVER;
/macosx-10.9.5/ntp-88/ntpdc/
H A Dntpdc_ops.c614 (void) fprintf(fp, "hmode %s, pmode %s, stratum %d, precision %d\n",
615 modetoa(pp->hmode), modetoa(pp->pmode),
/macosx-10.9.5/ntp-88/sntp/
H A Dnetworking.h66 u_char pmode; member in struct:speer
/macosx-10.9.5/ruby-104/ruby/
H A Dio.c6051 VALUE pname, pmode = Qnil, port, tmp, opt = Qnil, env = Qnil, execarg_obj = Qnil; local
6059 pmode = argv[1];
6095 rb_io_extract_modeenc(&pmode, 0, opt, &oflags, &fmode, &convconfig);
/macosx-10.9.5/ruby-104/ruby/win32/
H A Dwin32.c5170 int pmode; local
5174 pmode = va_arg(arg, int);
5179 ret = rb_w32_wopen(wfile, oflag, pmode);
5218 int pmode; local
5222 pmode = va_arg(arg, int);
5226 ret = _open(file, oflag, pmode);
5233 ret = rb_w32_wopen(wfile, oflag, pmode);
5251 int pmode; local
5253 pmode = va_arg(arg, int);
5255 fd = _wopen(file, oflag, pmode);
5315 int pmode; local
[all...]
/macosx-10.9.5/tcl-102/tcl/tcl/win/
H A DtclWinTest.c47 static int TestplatformChmod(const char *nativePath, int pmode);
487 int pmode)
537 const BOOL set_readOnly = !(pmode & 0222);
785 return chmod(nativePath, pmode);
477 TestplatformChmod( const char *nativePath, int pmode) argument

Completed in 450 milliseconds

12