Searched refs:pd (Results 1 - 25 of 201) sorted by relevance

123456789

/macosx-10.10.1/Security-57031.1.35/Security/include/security_smime/
H A DsiginfoUtils.cpp46 Dictionary *pd = Dictionary::CreateDictionary(kMSCompatibilityDomain, Dictionary::US_User, false); local
47 if(pd == NULL) {
48 pd = Dictionary::CreateDictionary(kMSCompatibilityDomain, Dictionary::US_System, false);
50 if(pd != NULL) {
55 if(pd->getValue(kMSCompatibilityMode)) {
56 msCompat = pd->getBoolValue(kMSCompatibilityMode);
58 delete pd;
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_smime/lib/
H A DsiginfoUtils.cpp46 Dictionary *pd = Dictionary::CreateDictionary(kMSCompatibilityDomain, Dictionary::US_User, false); local
47 if(pd == NULL) {
48 pd = Dictionary::CreateDictionary(kMSCompatibilityDomain, Dictionary::US_System, false);
50 if(pd != NULL) {
55 if(pd->getValue(kMSCompatibilityMode)) {
56 msCompat = pd->getBoolValue(kMSCompatibilityMode);
58 delete pd;
/macosx-10.10.1/CPANInternal-159.1/Perl4-CoreLibs-0.003/lib/
H A Dpwd.pl27 local($pd,$pi) = stat($ENV{'PWD'});
28 if (!defined $dd or !defined $pd or $di != $pi or $dd != $pd) {
36 local($pd,$pi) = stat($2);
38 if (defined $pd and defined $dd and $di == $pi and $dd == $pd) {
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/tkextlib/iwidgets/sample/
H A Dpromptdialog.rb9 pd = Tk::Iwidgets::Promptdialog.new(:modality=>:global, :title=>'Password',
11 pd.hide('Apply')
13 if TkComm.bool(pd.activate)
14 puts "Password entered: #{pd.get}"
/macosx-10.10.1/libpcap-48/libpcap/tests/
H A Dreactivatetest.c41 pcap_t *pd; local
44 pd = pcap_open_live("lo0", 65535, 0, 1000, ebuf);
45 if (pd == NULL) {
46 pd = pcap_open_live("lo", 65535, 0, 1000, ebuf);
47 if (pd == NULL) {
53 status = pcap_activate(pd);
59 pcap_geterr(pd));
H A Dopentest.c56 pcap_t *pd; local
117 pd = pcap_create(device, ebuf);
118 if (pd == NULL)
120 status = pcap_set_snaplen(pd, snaplen);
125 status = pcap_set_promisc(pd, 1);
131 status = pcap_set_rfmon(pd, 1);
136 status = pcap_set_timeout(pd, 1000);
141 status = pcap_set_buffer_size(pd, bufsize);
146 status = pcap_activate(pd);
152 pcap_statustostr(status), pcap_geterr(pd));
[all...]
H A Dnonblocktest.c48 static pcap_t *pd; variable
91 pd = pcap_open_live(device, 65535, 0, 1000, ebuf);
92 if (pd == NULL)
103 if (pcap_compile(pd, &fcode, cmdbuf, 1, netmask) < 0)
104 error("%s", pcap_geterr(pd));
106 if (pcap_setfilter(pd, &fcode) < 0)
107 error("%s", pcap_geterr(pd));
108 if (pcap_setnonblock(pd, 1, ebuf) == -1)
113 status = pcap_dispatch(pd, -1, countme,
136 program_name, pcap_geterr(pd));
[all...]
H A Dselpolltest.c48 static pcap_t *pd; variable
121 pd = pcap_open_live(device, 65535, 0, 1000, ebuf);
122 if (pd == NULL)
133 if (pcap_compile(pd, &fcode, cmdbuf, 1, netmask) < 0)
134 error("%s", pcap_geterr(pd));
136 if (pcap_setfilter(pd, &fcode) < 0)
137 error("%s", pcap_geterr(pd));
138 if (pcap_get_selectable_fd(pd) == -1)
141 if (pcap_setnonblock(pd, 1, ebuf) == -1)
144 selectable_fd = pcap_get_selectable_fd(pd);
[all...]
H A Dfiltertest.c171 pcap_t *pd; local
246 pd = pcap_open_dead(dlt, snaplen);
247 if (pd == NULL)
250 if (pcap_compile(pd, &fcode, cmdbuf, Oflag, netmask) < 0)
251 error("%s", pcap_geterr(pd));
253 pcap_close(pd);
/macosx-10.10.1/tcpdump-61/tcpdump/
H A Ddecode_prefix.h38 extern int decode_prefix6(const u_char *pd, u_int itemlen, char *buf, u_int buflen);
H A Dtcpdump.c140 static void show_dlts_and_exit(const char *device, pcap_t *pd) __attribute__((noreturn));
399 static pcap_t *pd; variable
446 show_tstamp_types_and_exit(const char *device, pcap_t *pd) argument
453 n_tstamp_types = pcap_list_tstamp_types(pd, &tstamp_types);
455 error("%s", pcap_geterr(pd));
479 show_dlts_and_exit(const char *device, pcap_t *pd) argument
485 n_dlts = pcap_list_datalinks(pd, &dlts);
487 error("%s", pcap_geterr(pd));
1371 pd = pcap_ng_open_offline(RFileName, ebuf);
1372 if (pd !
[all...]
/macosx-10.10.1/xnu-2782.1.97/bsd/net/
H A Dpf.c345 pf_lazy_makewritable(struct pf_pdesc *pd, struct mbuf *m, int len) argument
347 if (pd->lmw < 0)
350 VERIFY(m == pd->mp);
352 if (len > pd->lmw) {
355 pd->lmw = len;
356 if (len >= 0 && m != pd->mp) {
357 pd->mp = m;
358 pd->pf_mtag = pf_find_mtag(m);
360 switch (pd->af) {
363 pd
2320 pf_modulate_sack(struct mbuf *m, int off, struct pf_pdesc *pd, struct tcphdr *th, struct pf_state_peer *dst) argument
2805 pf_tag_packet(struct mbuf *m, struct pf_mtag *pf_mtag, int tag, unsigned int rtableid, struct pf_pdesc *pd) argument
3206 pf_get_sport(struct pf_pdesc *pd, struct pfi_kif *kif, struct pf_rule *r, struct pf_addr *saddr, union pf_state_xport *sxport, struct pf_addr *daddr, union pf_state_xport *dxport, struct pf_addr *naddr, union pf_state_xport *nxport, struct pf_src_node **sn) argument
3374 pf_match_translation(struct pf_pdesc *pd, struct mbuf *m, int off, int direction, struct pfi_kif *kif, struct pf_addr *saddr, union pf_state_xport *sxport, struct pf_addr *daddr, union pf_state_xport *dxport, int rs_num) argument
3471 pf_get_translation_aux(struct pf_pdesc *pd, struct mbuf *m, int off, int direction, struct pfi_kif *kif, struct pf_src_node **sn, struct pf_addr *saddr, union pf_state_xport *sxport, struct pf_addr *daddr, union pf_state_xport *dxport, struct pf_addr *naddr, union pf_state_xport *nxport) argument
3684 pf_socket_lookup(int direction, struct pf_pdesc *pd) argument
4019 pf_tcp_iss(struct pf_pdesc *pd) argument
4048 pf_test_rule(struct pf_rule **rm, struct pf_state **sm, int direction, struct pfi_kif *kif, struct mbuf *m, int off, void *h, struct pf_pdesc *pd, struct pf_rule **am, struct pf_ruleset **rsm, struct ifqueue *ifq) argument
5141 pf_test_dummynet(struct pf_rule **rm, int direction, struct pfi_kif *kif, struct mbuf **m0, struct pf_pdesc *pd, struct ip_fw_args *fwa) argument
5403 pf_test_fragment(struct pf_rule **rm, int direction, struct pfi_kif *kif, struct mbuf *m, void *h, struct pf_pdesc *pd, struct pf_rule **am, struct pf_ruleset **rsm) argument
5498 pf_pptp_handler(struct pf_state *s, int direction, int off, struct pf_pdesc *pd, struct pfi_kif *kif) argument
5844 pf_test_state_tcp(struct pf_state **state, int direction, struct pfi_kif *kif, struct mbuf *m, int off, void *h, struct pf_pdesc *pd, u_short *reason) argument
6372 pf_test_state_udp(struct pf_state **state, int direction, struct pfi_kif *kif, struct mbuf *m, int off, void *h, struct pf_pdesc *pd, u_short *reason) argument
6522 pf_test_state_icmp(struct pf_state **state, int direction, struct pfi_kif *kif, struct mbuf *m, int off, void *h, struct pf_pdesc *pd, u_short *reason) argument
7196 pf_test_state_grev1(struct pf_state **state, int direction, struct pfi_kif *kif, int off, struct pf_pdesc *pd) argument
7297 pf_test_state_esp(struct pf_state **state, int direction, struct pfi_kif *kif, int off, struct pf_pdesc *pd) argument
7460 pf_test_state_other(struct pf_state **state, int direction, struct pfi_kif *kif, struct pf_pdesc *pd) argument
7686 pf_route(struct mbuf **m, struct pf_rule *r, int dir, struct ifnet *oifp, struct pf_state *s, struct pf_pdesc *pd) argument
7860 pf_route6(struct mbuf **m, struct pf_rule *r, int dir, struct ifnet *oifp, struct pf_state *s, struct pf_pdesc *pd) argument
8095 struct pf_pdesc pd; local
8626 struct pf_pdesc pd; local
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/lib/Support/
H A DThreadLocal.cpp30 void **pd = reinterpret_cast<void**>(&data); local
31 *pd = const_cast<void*>(d);
34 void **pd = reinterpret_cast<void**>(&data); local
35 return *pd;
/macosx-10.10.1/libpcap-48/libpcap/
H A Dpcap-libdlpi.c103 struct pcap_dlpi *pd = p->priv; local
125 pd->dlpi_hd = dh;
137 if ((retv = dlpi_bind(pd->dlpi_hd, DLPI_ANY_SAP, 0)) != DLPI_SUCCESS) {
184 if ((retv = dlpi_info(pd->dlpi_hd, &dlinfo, 0)) != DLPI_SUCCESS) {
192 p->fd = dlpi_fd(pd->dlpi_hd);
238 struct pcap_dlpi *pd = p->priv; local
242 retv = dlpi_promiscon(pd->dlpi_hd, level);
304 struct pcap_dlpi *pd = p->priv; local
330 retv = dlpi_recv(pd->dlpi_hd, NULL, NULL, bufp,
342 pcap_libdlpi_err(dlpi_linkname(pd
356 struct pcap_dlpi *pd = p->priv; local
379 struct pcap_dlpi *pd = p->priv; local
[all...]
H A Dpcap-dag.c151 struct pcap_dag *pd; local
154 pd = p->priv;
156 if(dag_stop_stream(p->fd, pd->dag_stream) < 0)
159 if(dag_detach_stream(p->fd, pd->dag_stream) < 0)
251 struct pcap_dag *pd = p->priv; local
253 int flags = pd->dag_offset_flags;
258 while (pd->dag_mem_top - pd->dag_mem_bottom < dag_record_size) {
285 if ( NULL == (pd->dag_mem_top = dag_advance_stream(p->fd, pd
930 struct pcap_dag *pd = p->priv; local
1042 struct pcap_dag *pd = p->priv; local
1091 struct pcap_dag *pd = p->priv; local
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/include/security_cryptkit/
H A DgiantPort_i486.h119 #define VectorMultiply(pd, cv, cl, pv) vectorMult_x86(pd, cv, cl, pv)
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_cryptkit/lib/
H A DgiantPort_i486.h119 #define VectorMultiply(pd, cv, cl, pv) vectorMult_x86(pd, cv, cl, pv)
/macosx-10.10.1/postfix-255/postfix/src/util/
H A Dmatch_ops.c152 const char *pd; local
203 pd = name + strlen(name) - strlen(pattern);
204 if (pd > name && pd[-1] == '.' && strcasecmp(pd, pattern) == 0)
207 pd = name + strlen(name) - strlen(pattern);
208 if (pd > name && strcasecmp(pd, pattern) == 0)
/macosx-10.10.1/ipsec-286.1.1/ipsec-tools/racoon/
H A Dpolicy.h94 #define KEY_SETSECSPIDX(_dir, s, d, ps, pd, ulp, _priority, idx) \
99 (idx)->prefd = (pd); \
106 #define KEY_SETSECSPIDX(_dir, s, d, ps, pd, ulp, idx) \
111 (idx)->prefd = (pd); \
/macosx-10.10.1/BerkeleyDB-21/db/examples_java/src/persist/txn/
H A DStoreWriter.java65 PayloadDataEntity pd = new PayloadDataEntity();
68 pd.setID(i + j);
72 pd.setThreadName(getName());
77 pd.setDoubleData(generator.nextDouble());
80 pdKey.put(txn, pd);
/macosx-10.10.1/Heimdal-398.1.2/kdc/
H A Dhprop.c94 struct prop_data *pd = appdata; local
119 ret = krb5_write_message(context, &pd->sock, &data);
121 ret = krb5_write_priv_message(context, pd->auth_context,
122 &pd->sock, &data);
230 struct prop_data *pd)
236 ret = hdb_mit_dump(context, database_name, v5_prop, pd);
241 ret = hdb_foreach(context, db, HDB_F_DECRYPT, v5_prop, pd);
256 struct prop_data pd; local
259 pd.context = context;
260 pd
226 iterate(krb5_context context, const char *database_name, HDB *db, int type, struct prop_data *pd) argument
287 struct prop_data pd; local
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/include/security_keychain/
H A DTrustRevocation.cpp252 Dictionary* pd = Dictionary::CreateDictionary(kSecRevocationDomain, Dictionary::US_User, true); local
253 if (pd)
255 if (!pd->dict()) {
256 delete pd;
257 pd = NULL;
261 if(pd == NULL)
263 pd = Dictionary::CreateDictionary(kSecRevocationDomain, Dictionary::US_System, true);
264 if (!pd->dict()) {
265 delete pd;
266 pd
526 Dictionary* pd = Dictionary::CreateDictionary(kSecRevocationDomain, Dictionary::US_User, true); local
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_keychain/Security/
H A DTrustRevocation.cpp252 Dictionary* pd = Dictionary::CreateDictionary(kSecRevocationDomain, Dictionary::US_User, true); local
253 if (pd)
255 if (!pd->dict()) {
256 delete pd;
257 pd = NULL;
261 if(pd == NULL)
263 pd = Dictionary::CreateDictionary(kSecRevocationDomain, Dictionary::US_System, true);
264 if (!pd->dict()) {
265 delete pd;
266 pd
526 Dictionary* pd = Dictionary::CreateDictionary(kSecRevocationDomain, Dictionary::US_User, true); local
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_keychain/lib/
H A DTrustRevocation.cpp252 Dictionary* pd = Dictionary::CreateDictionary(kSecRevocationDomain, Dictionary::US_User, true); local
253 if (pd)
255 if (!pd->dict()) {
256 delete pd;
257 pd = NULL;
261 if(pd == NULL)
263 pd = Dictionary::CreateDictionary(kSecRevocationDomain, Dictionary::US_System, true);
264 if (!pd->dict()) {
265 delete pd;
266 pd
526 Dictionary* pd = Dictionary::CreateDictionary(kSecRevocationDomain, Dictionary::US_User, true); local
[all...]
/macosx-10.10.1/bind9-45.101/bind9/contrib/dlz/drivers/
H A Ddlz_bdb_driver.c128 bdb_parse_data(char *in, parsed_data_t *pd) { argument
144 pd->zone = tmp;
158 pd->host = tmp;
172 pd->type = tmp;
200 pd->data = tmp;
203 pd->ttl = strtol(ttlStr, &endp, 10);
204 if (*endp != '\0' || pd->ttl < 0) {
298 parsed_data_t pd; local
333 if (bdb_parse_data(tmp, &pd) != ISC_R_SUCCESS)
336 result = dns_sdlz_putnamedrr(allnodes, pd
465 parsed_data_t pd; local
[all...]

Completed in 610 milliseconds

123456789