Home
last modified time | relevance | path

Searched refs:typelen (Results 1 – 3 of 3) sorted by relevance

/external/svox/pico/lib/
Dpicodata.c1028 picoos_uint16 typelen; in picodata_head_to_string() local
1034 typelen = picoos_strlen(str); in picodata_head_to_string()
1035 picopal_slprintf((picopal_char *) str+typelen, strsize-typelen, in picodata_head_to_string()
/external/dropbear/
Dcommon-channel.c756 unsigned int typelen; in recv_msg_channel_open() local
768 type = buf_getstring(ses.payload, &typelen); in recv_msg_channel_open()
777 if (typelen > MAX_NAME_LEN) { in recv_msg_channel_open()
Dsvr-chansession.c313 unsigned int typelen; in chansessionrequest() local
320 type = buf_getstring(ses.payload, &typelen); in chansessionrequest()
323 if (typelen > MAX_NAME_LEN) { in chansessionrequest()