Searched refs:temp_len (Results 1 – 2 of 2) sorted by relevance
3089 int temp_len; in do_flush_right_indentation() local3106 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()
260 int in_len, temp_len; in find_in_ns_queue() local267 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()