Home
last modified time | relevance | path

Searched refs:temp_len (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl2/texinfo/dist/makeinfo/
H A Dmakeinfo.c3089 int temp_len; in do_flush_right_indentation() local
3106 temp_len = strlen ((char *)output_paragraph); in do_flush_right_indentation()
3107 temp = xmalloc (temp_len + 1); in do_flush_right_indentation()
3108 memcpy (temp, (char *)output_paragraph, temp_len); in do_flush_right_indentation()
3113 memcpy ((char *)output_paragraph + i, temp, temp_len); in do_flush_right_indentation()
/netbsd-src/external/mpl/dhcp/dist/common/
H A Ddns.c260 int in_len, temp_len; in find_in_ns_queue() local
267 temp_len = strlen(temp_cb->zname); in find_in_ns_queue()
268 if (temp_len > in_len) in find_in_ns_queue()
271 ns_cb->zname + (in_len - temp_len)) == 0) in find_in_ns_queue()