Searched refs:pos (Results 76 - 100 of 1007) sorted by relevance

1234567891011>>

/freebsd-10.0-release/usr.sbin/pw/
H A Dbitmap.h43 void bm_setbit(struct bitmap * bm, int pos);
44 void bm_clrbit(struct bitmap * bm, int pos);
45 int bm_isset(struct bitmap * bm, int pos);
/freebsd-10.0-release/contrib/wpa/src/common/
H A Dwpa_common.c139 u8 *buf, *pos; local
147 pos = buf;
148 os_memcpy(pos, sta_addr, ETH_ALEN);
149 pos += ETH_ALEN;
150 os_memcpy(pos, ap_addr, ETH_ALEN);
151 pos += ETH_ALEN;
152 *pos++ = transaction_seqnum;
154 os_memcpy(pos, rsnie, rsnie_len);
155 pos += rsnie_len;
158 os_memcpy(pos, mdi
192 const u8 *end, *pos; local
241 const u8 *end, *pos; local
402 const u8 *pos; local
592 const u8 *pos; local
712 u8 *pos, r0_key_data[48], hash[32]; local
795 u8 *pos; local
821 u8 *pos, hash[32]; local
1166 rsn_cipher_put_suites(u8 *pos, int ciphers) argument
1195 wpa_cipher_put_suites(u8 *pos, int ciphers) argument
[all...]
/freebsd-10.0-release/contrib/libstdc++/include/ext/pb_ds/detail/cc_hash_table_map_/
H A Ddebug_fn_imps.hpp64 for (size_type pos = 0; pos < m_num_e; ++pos)
66 entry_pointer p_e = a_p_entries[pos];
/freebsd-10.0-release/contrib/libstdc++/include/ext/pb_ds/detail/gp_hash_table_map_/
H A Ddebug_store_hash_fn_imps.hpp56 for (size_type pos = 0; pos < m_num_e; ++pos)
58 const_entry_pointer p_e =& a_entries[pos];
H A Derase_fn_imps.hpp65 for (size_type pos = 0; pos < m_num_e; ++pos)
67 entry_pointer p_e = &m_entries[pos];
83 for (size_type pos = 0; pos < m_num_e; ++pos)
85 entry_pointer p_e = &m_entries[pos];
/freebsd-10.0-release/contrib/llvm/tools/lldb/include/lldb/Core/
H A DThreadSafeSTLMap.h82 const_iterator pos = m_collection.find(key); local
83 if (pos != m_collection.end())
85 value = pos->second;
101 const_iterator pos, end = m_collection.end(); local
102 for (pos = m_collection.begin(); pos != end; ++pos)
104 if (pos->second == value)
106 key = pos->first;
129 const_iterator pos local
[all...]
/freebsd-10.0-release/contrib/wpa/src/eap_common/
H A Deap_ttls.h31 #define AVP_PAD(start, pos) \
34 __pad = (4 - (((pos) - (start)) & 3)) & 3; \
35 os_memset((pos), 0, __pad); \
36 pos += __pad; \
/freebsd-10.0-release/contrib/llvm/tools/llvm-symbolizer/
H A Dllvm-symbolizer.cpp62 char *pos = InputString; local
63 if (strncmp(pos, kDataCmd, strlen(kDataCmd)) == 0) {
65 pos += strlen(kDataCmd);
66 } else if (strncmp(pos, kCodeCmd, strlen(kCodeCmd)) == 0) {
68 pos += strlen(kCodeCmd);
74 pos += strspn(pos, kDelimiters);
75 if (*pos == '"' || *pos == '\'') {
76 char quote = *pos;
[all...]
/freebsd-10.0-release/lib/libc/stdio/
H A Dftell.c88 fpos_t pos; local
101 pos = fp->_offset;
103 pos = _sseek(fp, (fpos_t)0, SEEK_CUR);
104 if (pos == -1)
113 if ((pos -= (HASUB(fp) ? fp->_ur : fp->_r)) < 0) {
119 pos -= fp->_r; /* Can be negative at this point. */
127 if (pos > OFF_MAX - n) {
131 pos += n;
133 *offset = pos;
H A Dfsetpos.c46 fsetpos(FILE *iop, const fpos_t *pos) argument
48 return (fseeko(iop, (off_t)*pos, SEEK_SET));
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Target/
H A DPathMappingList.cpp93 const_iterator pos, end = rhs.m_pairs.end(); local
94 for (pos = rhs.m_pairs.begin(); pos != end; ++pos)
95 m_pairs.push_back(*pos);
188 const_iterator pos, end = m_pairs.end();
189 for (pos = m_pairs.begin(); pos != end; ++pos)
191 const size_t prefixLen = pos
235 const_iterator pos, end = m_pairs.end(); local
278 iterator pos = FindIteratorForPath (path); local
293 const_iterator pos; local
308 iterator pos; local
337 const_iterator pos; local
[all...]
H A DThreadList.cpp270 collection::iterator pos, end = threads_copy.end(); local
286 for (pos = threads_copy.begin(); pos != end; ++pos)
288 ThreadSP thread_sp(*pos);
292 for (pos = threads_copy.begin(); pos != end; ++pos)
294 ThreadSP thread_sp(*pos);
319 for (pos
336 collection::iterator pos, end = m_threads.end(); local
385 collection::iterator pos, end = m_threads.end(); local
401 collection::iterator pos, end = m_threads.end(); local
464 collection::iterator pos, end = m_threads.end(); local
476 collection::iterator pos, end = m_threads.end(); local
492 collection::iterator pos, end = m_threads.end(); local
636 collection::iterator pos, end = m_threads.end(); local
651 collection::iterator pos, end = m_threads.end(); local
775 collection::iterator pos, end = m_threads.end(); local
[all...]
H A DThreadPlanStepUntil.cpp117 until_collection::iterator pos, end = m_until_points.end(); local
118 for (pos = m_until_points.begin(); pos != end; pos++)
120 target_sp->RemoveBreakpointByID((*pos).second);
144 until_collection::iterator pos, end = m_until_points.end(); local
147 for (pos = m_until_points.begin(); pos != end; pos++)
149 s->Printf ("\n\t0x%" PRIx64 " (bp: %d)", (uint64_t) (*pos)
163 until_collection::iterator pos, end = m_until_points.end(); local
234 until_collection::iterator pos, end = m_until_points.end(); local
355 until_collection::iterator pos, end = m_until_points.end(); local
381 until_collection::iterator pos, end = m_until_points.end(); local
[all...]
/freebsd-10.0-release/contrib/wpa/src/eap_peer/
H A Deap_fast_pac.c182 const char *pos; member in struct:eap_fast_read_ctx
191 char *pos; local
200 if (rc->pos >= rc->end)
202 l_end = rc->pos;
205 len = l_end - rc->pos;
208 os_memcpy(rc->buf, rc->pos, len);
210 rc->pos = l_end + 1;
214 pos = rc->buf;
215 while (*pos != '\0') {
216 if (*pos
330 eap_fast_parse_pac_type(struct eap_fast_pac *pac, char *pos) argument
343 eap_fast_parse_pac_key(struct eap_fast_pac *pac, char *pos) argument
361 eap_fast_parse_pac_opaque(struct eap_fast_pac *pac, char *pos) argument
372 eap_fast_parse_a_id(struct eap_fast_pac *pac, char *pos) argument
382 eap_fast_parse_i_id(struct eap_fast_pac *pac, char *pos) argument
392 eap_fast_parse_a_id_info(struct eap_fast_pac *pac, char *pos) argument
416 char *pos; local
475 eap_fast_write(char **buf, char **pos, size_t *buf_len, const char *field, const u8 *data, size_t len, int txt) argument
572 eap_fast_add_pac_data(struct eap_fast_pac *pac, char **buf, char **pos, size_t *buf_len) argument
621 char *buf, *pos; local
704 u8 *pos, *end; local
752 u8 *buf, *end, *pos; local
870 u8 *buf, *pos; local
[all...]
/freebsd-10.0-release/contrib/wpa/hostapd/
H A Dctrl_iface.c185 char *pos; local
195 pos = os_strchr(timeout_txt, ' ');
196 if (pos) {
197 *pos++ = '\0';
198 if (hwaddr_aton(pos, addr_buf) == 0)
213 char *pos; local
218 for (pos = cmd, len = 0; *pos != '\0'; pos++) {
219 if (*pos < '
254 hostapd_ctrl_iface_wps_nfc_tag_read(struct hostapd_data *hapd, char *pos) argument
362 char *pos; local
413 char *pos; local
445 u8 buf[1000], *pos; local
488 u8 buf[1000], *pos; local
540 char *pos, *end; local
[all...]
H A Dhlr_auc_gw.c215 char cmd[128], val[13], *pos; local
217 pos = val;
218 pos += wpa_snprintf_hex(pos, sizeof(val), m->sqn, 6);
219 *pos = '\0';
261 char buf[200], *pos, *pos2; local
282 pos = buf;
283 while (*pos != '\0' && *pos != '\n')
284 pos
399 char buf[200], *pos, *pos2; local
524 char buf[500], *pos; local
618 char *pos; local
718 char reply[1000], *pos, *end; local
[all...]
/freebsd-10.0-release/contrib/less/
H A Dposition.c60 add_forw_pos(pos)
61 POSITION pos;
70 table[sc_height - 1] = pos;
77 add_back_pos(pos)
78 POSITION pos;
87 table[0] = pos;
121 scrpos.pos = NULL_POSITION;
125 if (scrpos.pos != NULL_POSITION)
126 table[scrpos.ln-1] = scrpos.pos;
135 onscreen(pos)
[all...]
/freebsd-10.0-release/contrib/wpa/src/crypto/
H A Daes-omac1.c47 const u8 *pos, *end; local
61 pos = addr[0];
62 end = pos + len[0];
66 cbc[i] ^= *pos++;
67 if (pos >= end) {
69 pos = addr[e];
70 end = pos + len[e];
84 cbc[i] ^= *pos++;
85 if (pos >= end) {
87 pos
[all...]
/freebsd-10.0-release/contrib/wpa/src/p2p/
H A Dp2p_parse.c21 const u8 *pos; local
126 pos = data;
127 msg->p2p_device_addr = pos;
128 pos += ETH_ALEN;
129 msg->config_methods = WPA_GET_BE16(pos);
130 pos += 2;
131 msg->pri_dev_type = pos;
132 pos += 8;
133 msg->num_sec_dev_types = *pos++;
134 if (msg->num_sec_dev_types * 8 > data + len - pos) {
292 const u8 *pos = wpabuf_head_u8(buf); local
542 char *pos = buf; local
619 char *pos = buf; local
[all...]
H A Dp2p_sd.c21 const u8 *pos, *end; local
28 pos = wpabuf_head(wfd);
29 end = pos + wpabuf_len(wfd);
31 while (pos + 3 <= end) {
32 subelem = *pos++;
33 len = WPA_GET_BE16(pos);
34 pos += 2;
35 if (pos + len > end)
39 u16 info = WPA_GET_BE16(pos);
43 pos
278 const u8 *pos = data; local
443 const u8 *pos = data; local
681 const u8 *pos = data; local
[all...]
/freebsd-10.0-release/contrib/wpa/src/tls/
H A Dtlsv1_server_read.c33 const u8 *pos, *end, *c; local
48 pos = in_data;
55 if (*pos != TLS_HANDSHAKE_TYPE_CLIENT_HELLO) {
57 "message %d (expected ClientHello)", *pos);
63 pos++;
65 len = WPA_GET_BE24(pos);
66 pos += 3;
74 wpa_hexdump(MSG_MSGDUMP, "TLSv1: ClientHello", pos, len);
75 end = pos + len;
78 if (end - pos <
280 const u8 *pos, *end; local
479 tls_process_client_key_exchange_rsa( struct tlsv1_server *conn, const u8 *pos, const u8 *end) argument
585 tls_process_client_key_exchange_dh_anon( struct tlsv1_server *conn, const u8 *pos, const u8 *end) argument
691 const u8 *pos, *end; local
769 const u8 *pos, *end; local
1016 const u8 *pos; local
1065 const u8 *pos, *end; local
[all...]
/freebsd-10.0-release/contrib/sendmail/libsm/
H A Dfpos.c74 register off_t pos; local
117 pos = fp->f_lseekoff;
121 pos = (*fp->f_seek)(fp, (off_t) 0, SM_IO_SEEK_CUR);
122 if (pos == -1L)
133 pos -= fp->f_r;
135 pos -= fp->f_ur;
145 pos += fp->f_p - fp->f_bf.smb_base;
152 return pos;
/freebsd-10.0-release/lib/libc/iconv/
H A Dcitrus_region.h71 _citrus_region_offset(const struct _citrus_region *r, size_t pos) argument
74 return ((void *)((uint8_t *)r->r_head + pos));
78 _citrus_region_peek8(const struct _citrus_region *r, size_t pos) argument
81 return (*(uint8_t *)_citrus_region_offset(r, pos));
85 _citrus_region_peek16(const struct _citrus_region *r, size_t pos) argument
89 memcpy(&val, _citrus_region_offset(r, pos), (size_t)2);
94 _citrus_region_peek32(const struct _citrus_region *r, size_t pos) argument
98 memcpy(&val, _citrus_region_offset(r, pos), (size_t)4);
/freebsd-10.0-release/usr.sbin/vidcontrol/
H A Ddecode.c40 int n, pos = 0, tpos; local
81 if (tpos + pos > len) {
82 tpos = len - pos;
87 pos++;
90 pos += tpos;
92 if (pos > len)
93 return(pos);
98 return(pos);
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDIECollection.cpp59 const_iterator pos; local
60 for (pos = m_dies.begin(); pos != end_pos; ++pos)
61 s->Printf( "0x%8.8x\n", (*pos)->GetOffset());

Completed in 302 milliseconds

1234567891011>>