Searched refs:strpos (Results 1 – 3 of 3) sorted by relevance
/external/syslinux/core/lwip/src/netif/ |
D | undiif.c | 480 int strpos = 0; in undi_transmit() local 484 strpos += snprintf(str + strpos, UNIDIF_ID_STRLEN - strpos, in undi_transmit() 486 strpos += snprintf_eth_hdr(str + strpos, UNIDIF_ID_STRLEN - strpos, in undi_transmit() 488 strpos += snprintf_arp_hdr(str + strpos, UNIDIF_ID_STRLEN - strpos, in undi_transmit() 490 strpos += snprintf_ip_hdr(str + strpos, UNIDIF_ID_STRLEN - strpos, in undi_transmit() 492 strpos += snprintf_icmp_hdr(str + strpos, UNIDIF_ID_STRLEN - strpos, in undi_transmit() 494 strpos += snprintf_tcp_hdr(str + strpos, UNIDIF_ID_STRLEN - strpos, in undi_transmit() 496 strpos += snprintf_udp_hdr(str + strpos, UNIDIF_ID_STRLEN - strpos, in undi_transmit() 1468 int strpos = 0; in undiif_input() local 1470 strpos += snprintf(str + strpos, UNIDIF_ID_STRLEN - strpos, in undiif_input() [all …]
|
/external/selinux/libsepol/src/ |
D | module_to_cil.c | 1123 char *strpos; in name_list_to_string() local 1141 strpos = str; in name_list_to_string() 1145 rlen = snprintf(strpos, len - (strpos - str), "%s", names[i]); in name_list_to_string() 1153 strpos[name_len] = ' '; in name_list_to_string() 1155 strpos += name_len + 1; in name_list_to_string()
|
/external/expat/lib/ |
D | xmlparse.c | 6390 XML_Char **strpos) in build_node() argument 6397 dest->name = *strpos; in build_node() 6400 *(*strpos)++ = *src; in build_node() 6417 build_node(parser, cn, &(dest->children[i]), contpos, strpos); in build_node()
|