Home
last modified time | relevance | path

Searched refs:idlen (Results 1 – 6 of 6) sorted by relevance

/external/elfutils/src/
Dldlex.l295 size_t idlen = 0; in handle_ifdef() local
309 && (idlen == 0 || c < '0' || c > '9')) in handle_ifdef()
315 if (idlen == idmax) in handle_ifdef()
318 id = memcpy (newp, id, idlen); in handle_ifdef()
321 id[idlen++] = c; in handle_ifdef()
326 if (idlen == 6 && strncmp (id, "SHARED", 6) == 0) in handle_ifdef()
/external/ppp/pppd/
Dipv6cp.c585 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/
Drdtarga.c338 int idlen, cmaptype, subtype, flags, interlace_type, components; in start_input_tga() local
352 idlen = UCH(targaheader[0]); in start_input_tga()
446 while (idlen--) /* Throw away ID field */ in start_input_tga()
/external/kernel-headers/original/uapi/linux/
Dadfs_fs.h15 __u8 idlen; member
/external/ipsec-tools/src/racoon/
Doakley.c1941 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 != strlen(altname)) {
[all …]
/external/wpa_supplicant_8/hostapd/
Dconfig_file.c2166 size_t idlen = os_strlen(pos); in hostapd_config_fill() local
2167 if (idlen & 1) { in hostapd_config_fill()
2173 bss->eap_fast_a_id = os_malloc(idlen / 2); in hostapd_config_fill()
2175 hexstr2bin(pos, bss->eap_fast_a_id, idlen / 2)) { in hostapd_config_fill()
2182 bss->eap_fast_a_id_len = idlen / 2; in hostapd_config_fill()