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

1234567891011>>

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libmudflap/testsuite/libmudflap.c/
H A Dexterns-1.c7 dummy *pd = d; local
9 while (pd->name)
11 printf ("%s\n", pd->name);
12 pd++;
/netbsd-6-1-5-RELEASE/lib/libc/net/
H A Dgetprotoent_r.c57 setprotoent_r(int f, struct protoent_data *pd)
59 if (pd->fp == NULL)
60 pd->fp = fopen(_PATH_PROTOCOLS, "re");
62 rewind(pd->fp);
63 pd->stayopen |= f;
67 endprotoent_r(struct protoent_data *pd) argument
69 if (pd->fp) {
70 (void)fclose(pd->fp);
71 pd->fp = NULL;
73 if (pd
86 getprotoent_r(struct protoent *pr, struct protoent_data *pd) argument
[all...]
H A Dgetprotobynumber_r.c52 getprotobynumber_r(int proto, struct protoent *pr, struct protoent_data *pd)
56 setprotoent_r(pd->stayopen, pd);
57 while ((p = getprotoent_r(pr, pd)) != NULL)
60 if (!pd->stayopen)
61 if (pd->fp != NULL) {
62 (void)fclose(pd->fp);
63 pd->fp = NULL;
H A Dgetprotobyname_r.c55 struct protoent_data *pd)
62 setprotoent_r(pd->stayopen, pd);
63 while ((p = getprotoent_r(pr, pd)) != NULL) {
71 if (!pd->stayopen)
72 if (pd->fp != NULL) {
73 (void)fclose(pd->fp);
74 pd->fp = NULL;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.bugs/
H A D900330_02.C25 void h(D* pd) argument
27 pd->f(1); // { dg-error "no matching" } D::f(struct B) hides B::f(int)
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.bugs/
H A D900330_02.C25 void h(D* pd) argument
27 pd->f(1); // { dg-error "" } D::f(struct B) hides B::f(int)
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/conversion/
H A Dptrmem9.C18 void (D::*pd) () = 0;
23 pd == pb;
24 pd == pbv; // { dg-error "" }
25 pd == pc; // { dg-error "comparison between distinct pointer-to-member types" }
H A Dptrmem8.C21 int D::*pd = 0; member in class:D
24 return pd != pb2;
/netbsd-6-1-5-RELEASE/sys/dev/pud/
H A Dpud.c68 nextreq(struct pud_dev *pd) argument
72 mutex_enter(&pd->pd_mtx);
73 rv = pd->pd_nextreq++;
74 mutex_exit(&pd->pd_mtx);
83 struct pud_dev *pd = this; local
87 mutex_enter(&pd->pd_mtx);
89 if (TAILQ_EMPTY(&pd->pd_waitq_req)) {
95 error = cv_wait_sig(&pd->pd_waitq_req_cv, &pd->pd_mtx);
102 putp = TAILQ_FIRST(&pd
121 struct pud_dev *pd = this; local
133 struct pud_dev *pd = this; local
144 pudop_dev(struct pud_dev *pd, struct pud_req *pdr) argument
176 pudconf_reg(struct pud_dev *pd, struct pud_conf_reg *pcr) argument
207 pudop_conf(struct pud_dev *pd, struct pud_req *pdr) argument
230 struct pud_dev *pd = this; local
257 struct pud_dev *pd = this; local
298 struct pud_dev *pd; local
315 struct pud_dev *pd; local
351 struct pud_dev *pd; local
[all...]
/netbsd-6-1-5-RELEASE/usr.sbin/isdn/isdntrace/
H A Dunknownl3.c46 int pd; local
79 pd = buf[i];
81 sprintf((pbuf+strlen(pbuf)), "PD%02X: ", pd);
83 if (pd >= 0x00 && pd <= 0x07)
84 sprintf((pbuf+strlen(pbuf)), "pd=User-User (0x%02x)",pd);
85 else if (pd == 0x08)
86 sprintf((pbuf+strlen(pbuf)), "pd=Q.931/I.451");
87 else if (pd >
[all...]
/netbsd-6-1-5-RELEASE/common/lib/libprop/
H A Dprop_dictionary.c347 prop_dictionary_t pd = *obj; local
351 _PROP_ASSERT(pd->pd_count <= pd->pd_capacity);
352 _PROP_ASSERT((pd->pd_capacity == 0 && pd->pd_array == NULL) ||
353 (pd->pd_capacity != 0 && pd->pd_array != NULL));
356 if (pd->pd_count == 0) {
357 if (pd->pd_array != NULL)
358 _PROP_FREE(pd
414 prop_dictionary_t pd = obj; local
429 prop_dictionary_t pd = v; local
551 prop_dictionary_t pd; local
579 _prop_dictionary_expand(prop_dictionary_t pd, unsigned int capacity) argument
607 prop_dictionary_t pd = pdi->pdi_base.pi_obj; local
646 prop_dictionary_t pd = pdi->pdi_base.pi_obj; local
697 prop_dictionary_t pd; local
734 prop_dictionary_t pd; local
751 prop_dictionary_make_immutable(prop_dictionary_t pd) argument
765 prop_dictionary_count(prop_dictionary_t pd) argument
786 prop_dictionary_ensure_capacity(prop_dictionary_t pd, unsigned int capacity) argument
803 _prop_dictionary_iterator_locked(prop_dictionary_t pd) argument
828 prop_dictionary_iterator(prop_dictionary_t pd) argument
844 prop_dictionary_all_keys(prop_dictionary_t pd) argument
874 _prop_dict_lookup(prop_dictionary_t pd, const char *key, unsigned int *idxp) argument
909 _prop_dictionary_get(prop_dictionary_t pd, const char *key, bool locked) argument
933 prop_dictionary_get(prop_dictionary_t pd, const char *key) argument
947 _prop_dictionary_get_keysym(prop_dictionary_t pd, prop_dictionary_keysym_t pdk, bool locked) argument
963 prop_dictionary_get_keysym(prop_dictionary_t pd, prop_dictionary_keysym_t pdk) argument
975 prop_dictionary_set(prop_dictionary_t pd, const char *key, prop_object_t po) argument
1071 prop_dictionary_set_keysym(prop_dictionary_t pd, prop_dictionary_keysym_t pdk, prop_object_t po) argument
1083 _prop_dictionary_remove(prop_dictionary_t pd, struct _prop_dict_entry *pde, unsigned int idx) argument
1115 prop_dictionary_remove(prop_dictionary_t pd, const char *key) argument
1145 prop_dictionary_remove_keysym(prop_dictionary_t pd, prop_dictionary_keysym_t pdk) argument
1208 prop_dictionary_externalize(prop_dictionary_t pd) argument
[all...]
H A Dprop_data.c89 prop_data_t pd = *obj; local
91 if ((pd->pd_flags & PD_F_NOCOPY) == 0 && pd->pd_mutable != NULL)
92 _PROP_FREE(pd->pd_mutable, M_PROP_DATA);
93 _PROP_POOL_PUT(_prop_data_pool, pd);
105 prop_data_t pd = v; local
111 if (pd->pd_size == 0)
117 for (src = pd->pd_immutable, srclen = pd->pd_size;
204 prop_data_t pd; local
225 prop_data_t pd; local
250 prop_data_t pd; local
269 prop_data_t pd; local
298 prop_data_size(prop_data_t pd) argument
314 prop_data_data(prop_data_t pd) argument
341 prop_data_data_nocopy(prop_data_t pd) argument
372 prop_data_equals_data(prop_data_t pd, const void *v, size_t size) argument
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/execute/
H A D20021120-1.c31 volatile double *pd; local
35 pd = gd; COPYIN (d, pd);
39 pd = gd; ADD (d, pd);
40 pd = gd; ADD (d, pd);
41 pd = gd; ADD (d, pd);
44 pd
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/execute/
H A D20021120-1.c31 volatile double *pd; local
35 pd = gd; COPYIN (d, pd);
39 pd = gd; ADD (d, pd);
40 pd = gd; ADD (d, pd);
41 pd = gd; ADD (d, pd);
44 pd
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.law/
H A Dvisibility28.C20 D * pd = new D; local
21 B * pb = pd;
H A Dvisibility1.C46 derived pd; local
48 pd.base_publ("friend of derived class"); // Compiler error here
49 pd.base_prot("friend of derived class");
62 derived pd; local
63 pd.test("member of derived class object");
H A Dvisibility2.C46 derived pd; local
48 pd.base_publ("friend of derived class"); // Compiler error here
49 pd.base_prot("friend of derived class");
62 derived pd; local
63 pd.test("member of derived class object");
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.law/
H A Dvisibility28.C20 D * pd = new D; local
21 B * pb = pd;
H A Dvisibility1.C46 derived pd; local
48 pd.base_publ("friend of derived class"); // Compiler error here
49 pd.base_prot("friend of derived class");
62 derived pd; local
63 pd.test("member of derived class object");
H A Dvisibility2.C46 derived pd; local
48 pd.base_publ("friend of derived class"); // Compiler error here
49 pd.base_prot("friend of derived class");
62 derived pd; local
63 pd.test("member of derived class object");
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/vect/
H A DOs-vect-95.c8 void bar (float *pd, float *pa, float *pb, float *pc) argument
17 if (pd[i] != 5.0)
26 main1 (int n, float * __restrict__ pd, float * __restrict__ pa, float * __restrict__ pb, float * __restrict__ pc) argument
33 pd[i] = 5.0;
36 bar (pd,pa,pb,pc);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/vect/
H A DOs-vect-95.c8 void bar (float *pd, float *pa, float *pb, float *pc) argument
17 if (pd[i] != 5.0)
26 main1 (int n, float * __restrict__ pd, float * __restrict__ pa, float * __restrict__ pb, float * __restrict__ pc) argument
33 pd[i] = 5.0;
36 bar (pd,pa,pb,pc);
H A Dvect-95.c8 void bar (float *pd, float *pa, float *pb, float *pc) argument
17 if (pd[i] != 5.0)
26 main1 (int n, float * __restrict__ pd, float * __restrict__ pa, float * __restrict__ pb, float * __restrict__ pc) argument
33 pd[i] = 5.0;
36 bar (pd,pa,pb,pc);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_stringstream/str/char/
H A D3.cc36 double *pd = &d; local
43 << "d: " << d << " d's address: " << pd << std::endl;
46 << "d: " << d << " d's address: " << pd << std::endl;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/basic_stringstream/str/char/
H A D3.cc37 double *pd = &d; local
44 << "d: " << d << " d's address: " << pd << std::endl;
47 << "d: " << d << " d's address: " << pd << std::endl;

Completed in 160 milliseconds

1234567891011>>