| /src/external/gpl3/gdb/dist/libctf/testsuite/libctf-lookup/ |
| enum-ctf.c | 5 enum ie { IENUMSAMPLE_1 = -10, IENUMSAMPLE_2, IENUMSAMPLE_3 }; enum 8 enum ie bar;
|
| enum-many-ctf.c | 5 enum ie { IE_0 = -10, IE_1, IE_2, IE_3, IE_4, IE_5, IE_6, IE_7, IE_8, IE_9, IE_A, IE_B, IE_C, IE_D, IE_E, IE_F, enum 10 enum ie bar;
|
| /src/external/gpl3/gdb.old/dist/libctf/testsuite/libctf-lookup/ |
| enum-ctf.c | 5 enum ie { IENUMSAMPLE_1 = -10, IENUMSAMPLE_2, IENUMSAMPLE_3 }; enum 8 enum ie bar;
|
| enum-many-ctf.c | 5 enum ie { IE_0 = -10, IE_1, IE_2, IE_3, IE_4, IE_5, IE_6, IE_7, IE_8, IE_9, IE_A, IE_B, IE_C, IE_D, IE_E, IE_F, enum 10 enum ie bar;
|
| /src/external/bsd/ipf/dist/lib/ |
| interror.c | 529 ipf_error_entry_t *ie; local 535 ie = ipf_errors + l + step; 536 if (ie->iee_number == errnum) 537 return ie; 539 if (ie->iee_number > errnum) 555 ipf_error_entry_t *ie; local 560 ie = find_error(errnum); 561 if (ie != NULL) 562 return ie->iee_text; 576 ipf_error_entry_t *ie; local [all...] |
| /src/external/bsd/mdocml/dist/ |
| dba_array.c | 64 int32_t ie; local 69 for (ie = 0; ie < array->eu; ie++) 70 free(array->ep[ie]); 77 dba_array_set(struct dba_array *array, int32_t ie, void *entry) 79 assert(ie >= 0); 80 assert(ie < array->ea); 81 assert(ie <= array->eu); 82 if (ie == array->eu 174 int32_t ie; local [all...] |
| dba.c | 188 dba_page_add(struct dba_array *page, int32_t ie, const char *str) 193 entries = dba_array_get(page, ie); 194 if (ie == DBP_ARCH) { 206 if (ie == DBP_FILE && *entry < ' ') 437 unsigned int ie, ne, slot; local 469 for (ie = 0; ie < ne; ie++) { 470 kpos[ie] = dba_tell(); 471 dba_str_write(entries[ie]->value) [all...] |
| /src/external/bsd/wpa/dist/src/ap/ |
| taxonomy.h | 14 const u8 *ie, size_t ie_len); 17 const u8 *ie, size_t ie_len); 20 const u8 *ie, size_t ie_len);
|
| taxonomy.c | 56 /* Inside the WPS IE are a series of attributes, using two byte IDs 103 const u8 *ie; local 120 ie = wpabuf_head(ies); 127 id = *ie++; 128 elen = *ie++; 136 if (WPA_GET_BE32(ie) == WPS_IE_VENDOR_TYPE) { 139 const u8 *data = &ie[4]; 152 sep, id, ie[0], ie[1], ie[2], ie[3]) [all...] |
| rrm.c | 99 const u8 *pos, *ie, *end; local 106 while ((ie = get_ie(pos, end - pos, WLAN_EID_MEASURE_REPORT))) { 107 if (ie[1] < 3) { 112 rep_mode = ie[3]; 114 rep_mode, ie[4]); 116 switch (ie[4]) { 118 hostapd_handle_lci_report(hapd, token, ie + 2, ie[1]); 121 hostapd_handle_range_report(hapd, token, ie + 2, ie[1]) 282 const u8 *pos, *ie, *end; local [all...] |
| /src/external/bsd/wpa/dist/wpa_supplicant/ |
| wifi_display.c | 41 struct wpabuf *ie; local 54 ie = wpabuf_alloc(len); 55 if (ie == NULL) 60 wpabuf_put_buf(ie, global->wfd_subelem[i]); 63 return ie; 69 struct wpabuf *ie, *buf; local 75 wpa_printf(MSG_DEBUG, "WFD: Update WFD IE"); 79 "include WFD IE"); 106 * WFD IE is included in number of management frames. Two different 174 ie = wifi_display_encaps(buf) 358 struct wpabuf *ie; local [all...] |
| wifi_display.h | 19 struct wpabuf *ie);
|
| /src/external/bsd/unbound/dist/ipsecmod/ |
| ipsecmod-whitelist.h | 51 * @param ie: ipsecmod environment. 55 int ipsecmod_whitelist_apply_cfg(struct ipsecmod_env* ie, 66 * @param ie: ipsecmod environment. 72 int ipsecmod_domain_is_whitelisted(struct ipsecmod_env* ie, uint8_t* dname,
|
| ipsecmod-whitelist.c | 99 ipsecmod_whitelist_apply_cfg(struct ipsecmod_env* ie, 102 ie->whitelist = rbtree_create(name_tree_compare); 103 if(!read_whitelist(ie->whitelist, cfg)) 105 name_tree_init_parents(ie->whitelist); 140 ipsecmod_domain_is_whitelisted(struct ipsecmod_env* ie, uint8_t* dname, 143 if(!ie->whitelist) return 1; /* No whitelist, treat as whitelisted. */ 144 return name_tree_lookup(ie->whitelist, dname, dname_len,
|
| /src/lib/libc/stdlib/ |
| hcreate.c | 157 struct internal_entry *ie; local 171 ie = SLIST_FIRST(&table[idx]); 174 (*freekey)(ie->ent.key); 176 (*freedata)(ie->ent.data); 177 free(ie); 202 struct internal_entry *ie; local 217 ie = SLIST_FIRST(chain); 218 while (ie != NULL) { 219 if (strcmp(ie->ent.key, item.key) == 0) 221 ie = SLIST_NEXT(ie, link) [all...] |
| /src/share/man/man4/man4.sun2/ |
| Makefile | 4 MAN= autoconf.4 bwtwo.4 ec.4 ie.4 intro.4 kbd.4 leds.4 \
|
| /src/external/bsd/wpa/dist/src/wps/ |
| wps.c | 106 wpa_hexdump_buf(MSG_DEBUG, "WPS: WPS IE from (Re)AssocReq", 109 wpa_printf(MSG_DEBUG, "WPS: Failed to parse WPS IE " 113 "in (Re)AssocReq WPS IE"); 115 wpa_printf(MSG_DEBUG, "WPS: Request Type (from WPS IE " 116 "in (Re)AssocReq WPS IE): %d", 232 * wps_is_selected_pbc_registrar - Check whether WPS IE indicates active PBC 233 * @msg: WPS IE contents from Beacon or Probe Response frame 293 * wps_is_selected_pin_registrar - Check whether WPS IE indicates active PIN 294 * @msg: WPS IE contents from Beacon or Probe Response frame 309 * wps_is_addr_authorized - Check whether WPS IE authorizes MAC addres 421 struct wpabuf *ie; local 455 struct wpabuf *ie; local 501 struct wpabuf *ie; local [all...] |
| /src/share/man/man4/man4.acorn32/ |
| Makefile | 3 MAN= asc.4 autoconf.4 cosc.4 csc.4 ie.4 intro.4 iomdkbc.4 \
|
| /src/share/man/man4/man4.mvme68k/ |
| Makefile | 3 MAN= autoconf.4 clmpcc.4 clock.4 ie.4 intro.4 lpt.4 mainbus.4 \
|
| /src/share/man/man4/man4.sun3/ |
| Makefile | 4 MAN= autoconf.4 bwtwo.4 cgtwo.4 cgfour.4 fd.4 intro.4 ie.4 kbd.4 leds.4 \
|
| /src/external/bsd/unbound/dist/iterator/ |
| iter_scrub.h | 64 * @param ie: iterator module environment data. 70 struct iter_env* ie);
|
| /src/external/apache2/llvm/dist/llvm/lib/Support/ |
| DAGDeltaAlgorithm.cpp | 127 for (changeset_ty::const_iterator it = S.begin(), ie = S.end(); it != ie; 184 ie = Changes.end(); it != ie; ++it) { 189 ie = Dependencies.end(); it != ie; ++it) { 196 ie = Changes.end(); it != ie; ++it) 208 ie = pred_end(Change); it != ie; ++it) [all...] |
| DeltaAlgorithm.cpp | 35 ie = S.end(); it != ie; ++it, ++idx) 61 ie = Sets.end(); it != ie; ++it) 74 ie = Sets.end(); it != ie; ++it) {
|
| /src/external/bsd/wpa/dist/src/p2p/ |
| p2p_group.c | 127 static void p2p_client_info(struct wpabuf *ie, struct p2p_group_member *m) 131 if (wpabuf_tailroom(ie) < wpabuf_len(m->client_info) + 1) 133 wpabuf_put_buf(ie, m->client_info); 138 struct wpabuf *ie) 160 p2p_buf_add_capability(ie, dev_capab, group_capab); 164 static void p2p_group_add_noa(struct wpabuf *ie, struct wpabuf *noa) 169 wpabuf_put_u8(ie, P2P_ATTR_NOTICE_OF_ABSENCE); 170 wpabuf_put_le16(ie, wpabuf_len(noa)); 171 wpabuf_put_buf(ie, noa); 177 struct wpabuf *ie; local 210 struct wpabuf *ie; local 257 struct wpabuf *ie; local 445 struct wpabuf *p2p_subelems, *ie; local [all...] |
| /src/external/bsd/unbound/dist/ipset/ |
| ipset.c | 183 ipset_add_rrset_data(struct ipset_env *ie, 208 ret = add_to_ipset((filter_dev)ie->dev, setname, rr_data + 2, af); 215 mnl_socket_close((filter_dev)ie->dev); 216 ie->dev = NULL; 225 ipset_check_zones_for_rrset(struct module_env *env, struct ipset_env *ie, 265 ipset_add_rrset_data(ie, d, setname, af, dname); 273 struct query_info qinfo, struct ipset_env *ie) 284 if (!ie->dev) { 286 ie->dev = open_filter(); 287 if (!ie->dev) 408 struct ipset_env *ie = (struct ipset_env *)qstate->env->modinfo[id]; local 482 struct ipset_env *ie = (struct ipset_env *)env->modinfo[id]; local [all...] |