Home
last modified time | relevance | path

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

/ndk/sources/host-tools/make-3.81/
Dexpand.c521 unsigned int olen = variable_buffer_length; in allocated_variable_append() local
530 variable_buffer_length = olen; in allocated_variable_append()
544 unsigned int olen = variable_buffer_length; in allocated_variable_expand_for_file() local
556 variable_buffer_length = olen; in allocated_variable_expand_for_file()
/ndk/sources/host-tools/sed-4.2.1/sed/
Dexecute.c1072 size_t olen; local
1110 olen = o - obuf;
1111 if (width+olen >= line_len && line_len > 0) {
1115 ck_fwrite(obuf, 1, olen, fp);
1116 width += olen;