Searched refs:idlen (Results 1 - 6 of 6) sorted by relevance
/external/elfutils/src/ |
H A D | ldlex.l | 295 size_t idlen = 0; 309 && (idlen == 0 || c < '0' || c > '9')) 315 if (idlen == idmax) 318 id = memcpy (newp, id, idlen); 321 id[idlen++] = c; 326 if (idlen == 6 && strncmp (id, "SHARED", 6) == 0)
|
/external/kernel-headers/original/uapi/linux/ |
H A D | adfs_fs.h | 15 __u8 idlen; member in struct:adfs_discrecord
|
/external/ppp/pppd/ |
H A D | ipv6cp.c | 585 int idlen = CILEN_IFACEID; \ 586 if (len >= idlen) { \ 588 PUTCHAR(idlen, ucp); \ 590 len -= idlen; \ 643 int idlen = CILEN_IFACEID; \ 644 if ((len -= idlen) < 0) \ 648 if (cilen != idlen || \
|
/external/libjpeg-turbo/ |
H A D | rdtarga.c | 339 int idlen, cmaptype, subtype, flags, interlace_type, components; local 353 idlen = UCH(targaheader[0]); 447 while (idlen--) /* Throw away ID field */
|
/external/ipsec-tools/src/racoon/ |
H A D | oakley.c | 1941 int idlen, type; local 1950 idlen = iph1->id_p->l - sizeof(*id_b); 1960 if (idlen != name->l) { 1966 error = memcmp(id_b + 1, name->v, idlen); 1971 plogdump(LLV_DEBUG, id_b + 1, idlen); 1972 plogdump(LLV_DEBUG, name->v, idlen); 2037 error = memcmp(id_b + 1, a, idlen); 2043 plogdump(LLV_DEBUG, id_b + 1, idlen); 2044 plogdump(LLV_DEBUG, a, idlen); 2076 if (idlen ! [all...] |
/external/wpa_supplicant_8/hostapd/ |
H A D | config_file.c | 2214 size_t idlen = os_strlen(pos); local 2215 if (idlen & 1) { 2221 bss->eap_fast_a_id = os_malloc(idlen / 2); 2223 hexstr2bin(pos, bss->eap_fast_a_id, idlen / 2)) { 2230 bss->eap_fast_a_id_len = idlen / 2;
|
Completed in 298 milliseconds