Searched refs:this (Results 301 - 325 of 2292) sorted by relevance

<<11121314151617181920>>

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/zlib/contrib/infback9/
H A Dinftree9.c16 include such an acknowledgment, I would appreciate that you keep this
53 code this; /* table entry for duplication */ local
91 lens[] are in the range 0..MAXBITS. The caller must assure this.
93 symbol does not occur in this code.
144 Create and fill in decoding tables. In this loop, the table being
159 counts are used for this, and so count[] is decremented as codes are
171 routine permits incomplete codes, so another loop after this one fills
212 this.bits = (unsigned char)(len - drop);
214 this.op = (unsigned char)0;
215 this
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/include/bits/
H A Dbasic_ios.h18 // with this library; see the file COPYING. If not, write to the Free
22 // As a special exception, you may use this file as part of a free software
24 // templates or use macros or inline functions from this file, or you compile
25 // this file and link it with other files to produce an executable, this
53 * (e.g., @c std::cout.foo(bar);) are consolidated in this class.
108 { return this->fail() ? 0 : const_cast<basic_ios*>(this); }
112 { return this->fail(); }
144 { this
[all...]
H A Dstl_vector.h17 // with this library; see the file COPYING. If not, write to the Free
21 // As a special exception, you may use this file as part of a free software
23 // templates or use macros or inline functions from this file, or you compile
24 // this file and link it with other files to produce an executable, this
35 * Permission to use, copy, modify, distribute and sell this software
38 * that both that copyright notice and this permission notice appear
40 * representations about the suitability of this software for any
47 * Permission to use, copy, modify, distribute and sell this software
50 * that both that copyright notice and this permissio
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/include/ext/
H A Dvstring.h17 // with this library; see the file COPYING. If not, write to the Free
21 // As a special exception, you may use this file as part of a free software
23 // templates or use macros or inline functions from this file, or you compile
24 // this file and link it with other files to produce an executable, this
86 if (__pos > this->size())
94 if (this->max_size() - (this->size() - __n1) < __n2)
102 const bool __testoff = __off < this->size() - __pos;
103 return __testoff ? __off : this
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gold/
H A Dicf.h19 // along with this program; if not, write to the Free Software
89 { this->icf_ready_ = true; }
94 { return this->icf_ready_; }
105 // Given an object and a section index, this returns true if the
106 // pointer of the function defined in this section is taken.
110 return (this->fptr_section_id_.find(Section_id(obj, shndx))
111 != this->fptr_section_id_.end());
114 // Records that a pointer of the function defined in this section
119 this->fptr_section_id_.insert(Section_id(obj, shndx));
138 { return this
[all...]
H A Doptions.h19 // along with this program; if not, write to the Free Software
75 // be used outside this class.
143 // OPTIONAL_ARG is true if this option takes an optional argument. An
170 const char* pos = strchr(this->longname.c_str(), '_');
172 this->longname[pos - this->longname.c_str()] = '-';
177 if (this->helpstring)
178 this->register_option();
184 { return this->helparg != NULL; }
189 { return this
[all...]
H A Dplugin.h19 // along with this program; if not, write to the Free Software
88 { this->claim_file_handler_ = handler; }
93 { this->all_symbols_read_handler_ = handler; }
98 { this->cleanup_handler_ = handler; }
104 this->args_.push_back(arg);
137 { this->current_ = plugins_.end(); }
144 { this->plugins_.push_back(new Plugin(filename)); }
150 Plugin* last = this->plugins_.back();
196 gold_assert(this->current_ != plugins_.end());
197 (*this
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/libbind/dist/irs/
H A Dnis_ho.c7 * Permission to use, copy, modify, and distribute this software for any
9 * copyright notice and this permission notice appear in all copies.
101 static void ho_close(struct irs_ho *this);
102 static struct hostent * ho_byname(struct irs_ho *this, const char *name);
103 static struct hostent * ho_byname2(struct irs_ho *this, const char *name,
105 static struct hostent * ho_byaddr(struct irs_ho *this, const void *addr,
107 static struct hostent * ho_next(struct irs_ho *this);
108 static void ho_rewind(struct irs_ho *this);
109 static void ho_minimize(struct irs_ho *this);
110 static struct __res_state * ho_res_get(struct irs_ho *this);
124 irs_nis_ho(struct irs_acc *this) argument
158 ho_close(struct irs_ho *this) argument
170 ho_byname(struct irs_ho *this, const char *name) argument
186 ho_byname2(struct irs_ho *this, const char *name, int af) argument
231 ho_byaddr(struct irs_ho *this, const void *addr, int len, int af) argument
267 ho_next(struct irs_ho *this) argument
305 ho_rewind(struct irs_ho *this) argument
312 ho_minimize(struct irs_ho *this) argument
320 ho_res_get(struct irs_ho *this) argument
338 ho_res_set(struct irs_ho *this, struct __res_state *res, void (*free_res)(void *)) argument
361 ho_addrinfo(struct irs_ho *this, const char *name, const struct addrinfo *pai) argument
441 makehostent(struct irs_ho *this) argument
525 init(struct irs_ho *this) argument
[all...]
H A Dgen_pr.c7 * Permission to use, copy, modify, and distribute this software for any
9 * copyright notice and this permission notice appear in all copies.
70 irs_gen_pr(struct irs_acc *this) { argument
71 struct gen_p *accpvt = (struct gen_p *)this->private;
103 pr_close(struct irs_pr *this) { argument
104 struct pvt *pvt = (struct pvt *)this->private;
107 memput(this, sizeof *this);
111 pr_next(struct irs_pr *this) { argument
112 struct pvt *pvt = (struct pvt *)this
133 pr_byname(struct irs_pr *this, const char *name) argument
150 pr_bynumber(struct irs_pr *this, int proto) argument
167 pr_rewind(struct irs_pr *this) argument
179 pr_minimize(struct irs_pr *this) argument
191 pr_res_get(struct irs_pr *this) argument
209 pr_res_set(struct irs_pr *this, struct __res_state *res, void (*free_res)(void *)) argument
[all...]
H A Dgen_pw.c7 * Permission to use, copy, modify, and distribute this software for any
9 * copyright notice and this permission notice appear in all copies.
75 irs_gen_pw(struct irs_acc *this) { argument
76 struct gen_p *accpvt = (struct gen_p *)this->private;
108 pw_close(struct irs_pw *this) { argument
109 struct pvt *pvt = (struct pvt *)this->private;
112 memput(this, sizeof *this);
116 pw_next(struct irs_pw *this) { argument
117 struct pvt *pvt = (struct pvt *)this
138 pw_rewind(struct irs_pw *this) argument
150 pw_byname(struct irs_pw *this, const char *name) argument
167 pw_byuid(struct irs_pw *this, uid_t uid) argument
184 pw_minimize(struct irs_pw *this) argument
196 pw_res_get(struct irs_pw *this) argument
214 pw_res_set(struct irs_pw *this, struct __res_state *res, void (*free_res)(void *)) argument
[all...]
H A Dgen_sv.c7 * Permission to use, copy, modify, and distribute this software for any
9 * copyright notice and this permission notice appear in all copies.
71 irs_gen_sv(struct irs_acc *this) { argument
72 struct gen_p *accpvt = (struct gen_p *)this->private;
104 sv_close(struct irs_sv *this) { argument
105 struct pvt *pvt = (struct pvt *)this->private;
108 memput(this, sizeof *this);
112 sv_next(struct irs_sv *this) { argument
113 struct pvt *pvt = (struct pvt *)this
134 sv_byname(struct irs_sv *this, const char *name, const char *proto) argument
151 sv_byport(struct irs_sv *this, int port, const char *proto) argument
168 sv_rewind(struct irs_sv *this) argument
180 sv_minimize(struct irs_sv *this) argument
192 sv_res_get(struct irs_sv *this) argument
210 sv_res_set(struct irs_sv *this, struct __res_state *res, void (*free_res)(void *)) argument
[all...]
H A Dlcl_gr.c11 * notice, this list of conditions and the following disclaimer.
13 * notice, this list of conditions and the following disclaimer in the
15 * 3. All advertising materials mentioning features or use of this software
20 * may be used to endorse or promote products derived from this software
40 * Permission to use, copy, modify, and distribute this software for any
42 * copyright notice and this permission notice appear in all copies.
130 irs_lcl_gr(struct irs_acc *this) { argument
134 UNUSED(this);
163 gr_close(struct irs_gr *this) { argument
164 struct pvt *pvt = (struct pvt *)this
177 gr_next(struct irs_gr *this) argument
186 gr_byname(struct irs_gr *this, const char *name) argument
193 gr_bygid(struct irs_gr *this, gid_t gid) argument
200 gr_rewind(struct irs_gr *this) argument
205 gr_minimize(struct irs_gr *this) argument
283 grscan(struct irs_gr *this, int search, gid_t gid, const char *name) argument
[all...]
H A Dlcl_pw.c11 * notice, this list of conditions and the following disclaimer.
13 * notice, this list of conditions and the following disclaimer in the
15 * 3. All advertising materials mentioning features or use of this software
20 * may be used to endorse or promote products derived from this software
40 * Permission to use, copy, modify, and distribute this software for any
42 * copyright notice and this permission notice appear in all copies.
122 irs_lcl_pw(struct irs_acc *this) { argument
126 UNUSED(this);
154 pw_close(struct irs_pw *this) { argument
155 struct pvt *pvt = (struct pvt *)this
168 pw_next(struct irs_pw *this) argument
186 pw_byname(struct irs_pw *this, const char *name) argument
207 pw_byuid(struct irs_pw *this, uid_t uid) argument
227 pw_rewind(struct irs_pw *this) argument
234 pw_minimize(struct irs_pw *this) argument
269 hashpw(struct irs_pw *this, DBT *key) argument
[all...]
H A Dnis_pw.c7 * Permission to use, copy, modify, and distribute this software for any
9 * copyright notice and this permission notice appear in all copies.
93 irs_nis_pw(struct irs_acc *this) { argument
109 pvt->nis_domain = ((struct nis_p *)this->private)->domain;
125 pw_close(struct irs_pw *this) { argument
126 struct pvt *pvt = (struct pvt *)this->private;
132 memput(this, sizeof *this);
136 pw_next(struct irs_pw *this) { argument
137 struct pvt *pvt = (struct pvt *)this
171 pw_byname(struct irs_pw *this, const char *name) argument
188 pw_byuid(struct irs_pw *this, uid_t uid) argument
205 pw_rewind(struct irs_pw *this) argument
212 pw_minimize(struct irs_pw *this) argument
220 makepasswdent(struct irs_pw *this) argument
[all...]
H A Dlcl_ho.c11 * notice, this list of conditions and the following disclaimer.
13 * notice, this list of conditions and the following disclaimer in the
15 * 3. All advertising materials mentioning features or use of this software
20 * may be used to endorse or promote products derived from this software
40 * Permission to use, copy, modify, and distribute this software for any
42 * copyright notice and this permission notice appear in all copies.
129 static void ho_close(struct irs_ho *this);
130 static struct hostent * ho_byname(struct irs_ho *this, const char *name);
131 static struct hostent * ho_byname2(struct irs_ho *this, const char *name,
133 static struct hostent * ho_byaddr(struct irs_ho *this, cons
157 irs_lcl_ho(struct irs_acc *this) argument
191 ho_close(struct irs_ho *this) argument
204 ho_byname(struct irs_ho *this, const char *name) argument
220 ho_byname2(struct irs_ho *this, const char *name, int af) argument
255 ho_byaddr(struct irs_ho *this, const void *addr, int len, int af) argument
326 ho_next(struct irs_ho *this) argument
430 ho_rewind(struct irs_ho *this) argument
447 ho_minimize(struct irs_ho *this) argument
459 ho_res_get(struct irs_ho *this) argument
477 ho_res_set(struct irs_ho *this, struct __res_state *res, void (*free_res)(void *)) argument
500 ho_addrinfo(struct irs_ho *this, const char *name, const struct addrinfo *pai) argument
569 init(struct irs_ho *this) argument
[all...]
H A Ddns.c7 * Permission to use, copy, modify, and distribute this software for any
9 * copyright notice and this permission notice appear in all copies.
26 * dns.c --- this is the top-level accessor function for the dns
112 dns_res_get(struct irs_acc *this) { argument
113 struct dns_p *dns = (struct dns_p *)this->private;
121 dns_res_set(this, res, free);
132 dns_res_set(struct irs_acc *this, struct __res_state *res, argument
134 struct dns_p *dns = (struct dns_p *)this->private;
145 dns_close(struct irs_acc *this) { argument
148 dns = (struct dns_p *)this
[all...]
H A Dlcl.c7 * Permission to use, copy, modify, and distribute this software for any
9 * copyright notice and this permission notice appear in all copies.
99 lcl_res_get(struct irs_acc *this) { argument
100 struct lcl_p *lcl = (struct lcl_p *)this->private;
108 lcl_res_set(this, res, free);
119 lcl_res_set(struct irs_acc *this, struct __res_state *res, argument
121 struct lcl_p *lcl = (struct lcl_p *)this->private;
133 lcl_close(struct irs_acc *this) { argument
134 struct lcl_p *lcl = (struct lcl_p *)this->private;
141 memput(this, sizeo
[all...]
H A Dnis.c7 * Permission to use, copy, modify, and distribute this software for any
9 * copyright notice and this permission notice appear in all copies.
112 nis_res_get(struct irs_acc *this) { argument
113 struct nis_p *nis = (struct nis_p *)this->private;
121 nis_res_set(this, res, free);
132 nis_res_set(struct irs_acc *this, struct __res_state *res, argument
134 struct nis_p *nis = (struct nis_p *)this->private;
146 nis_close(struct irs_acc *this) { argument
147 struct nis_p *nis = (struct nis_p *)this->private;
153 memput(this, sizeo
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dstl_deque.h22 // a copy of the GCC Runtime Library Exception along with this program;
31 * Permission to use, copy, modify, distribute and sell this software
34 * that both that copyright notice and this permission notice appear
36 * representations about the suitability of this software for any
43 * Permission to use, copy, modify, distribute and sell this software
46 * that both that copyright notice and this permission notice appear
48 * representations about the suitability of this software for any
95 * deque is actually passed off to this class. A deque holds two
98 * operator overloading in this class.
153 return *this;
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/include/std/
H A Dstd_sstream.h18 // with this library; see the file COPYING. If not, write to the Free
22 // As a special exception, you may use this file as part of a free software
24 // templates or use macros or inline functions from this file, or you compile
25 // this file and link it with other files to produce an executable, this
57 * For this class, open modes (of type @c ios_base::openmode) have
131 if (this->pptr())
134 if (this->pptr() > this->egptr())
135 __ret = __string_type(this
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/config/locale/gnu/
H A Dmessages_members.h22 // a copy of the GCC Runtime Library Exception along with this program;
73 return this->do_open(__s, __loc);
106 if (this->_M_name_messages != locale::facet::_S_get_c_name())
108 delete [] this->_M_name_messages;
114 this->_M_name_messages = __tmp;
117 this->_M_name_messages = locale::facet::_S_get_c_name();
123 this->_S_destroy_c_locale(this->_M_c_locale_messages);
124 this->_S_create_c_locale(this
[all...]
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/tools/ctf/cvt/
H A Dtraverse.c4 * The contents of this file are subject to the terms of the
6 * You may not use this file except in compliance with the License.
13 * When distributing Covered Code, include this CDDL HEADER in each
15 * If applicable, add the following below this CDDL HEADER, with the
59 tdtrav_plain(tdesc_t *this, tdtrav_data_t *tdtd) argument
61 return (tdtraverse(this->t_tdesc, &this->t_tdesc, tdtd));
65 tdtrav_func(tdesc_t *this, tdtrav_data_t *tdtd) argument
67 fndef_t *fn = this->t_fndef;
83 tdtrav_array(tdesc_t *this, tdtrav_data_ argument
96 tdtrav_su(tdesc_t *this, tdtrav_data_t *tdtd) argument
153 tdtraverse(tdesc_t *this, tdesc_t **thisp, tdtrav_data_t *tdtd) argument
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/config/locale/generic/
H A Dmessages_members.h22 // a copy of the GCC Runtime Library Exception along with this program;
54 { return this->do_open(__s, __loc); }
85 this->_S_destroy_c_locale(this->_M_c_locale_messages);
86 this->_S_create_c_locale(this->_M_c_locale_messages, __s);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/config/locale/generic/
H A Dmessages_members.h17 // with this library; see the file COPYING. If not, write to the Free
21 // As a special exception, you may use this file as part of a free software
23 // templates or use macros or inline functions from this file, or you compile
24 // this file and link it with other files to produce an executable, this
51 { return this->do_open(__s, __loc); }
81 this->_S_destroy_c_locale(this->_M_c_locale_messages);
82 this->_S_create_c_locale(this
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/include/debug/
H A Dmultiset.h18 // with this library; see the file COPYING. If not, write to the Free
22 // As a special exception, you may use this file as part of a free software
24 // templates or use macros or inline functions from this file, or you compile
25 // this file and link it with other files to produce an executable, this
93 *static_cast<_Base*>(this) = __x;
94 this->_M_invalidate_all();
95 return *this;
103 { return iterator(_Base::begin(), this); }
107 { return const_iterator(_Base::begin(), this); }
[all...]

Completed in 311 milliseconds

<<11121314151617181920>>