Home
last modified time | relevance | path

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

/ndk/sources/host-tools/make-3.81/
Dexpand.c520 char *obuf = variable_buffer; in allocated_variable_append() local
529 variable_buffer = obuf; in allocated_variable_append()
543 char *obuf = variable_buffer; in allocated_variable_expand_for_file() local
555 variable_buffer = obuf; in allocated_variable_expand_for_file()
/ndk/sources/host-tools/sed-4.2.1/sed/
Dexecute.c1070 char obuf[180]; /* just in case we encounter a 512-bit char (;-) */ local
1077 o = obuf;
1110 olen = o - obuf;
1115 ck_fwrite(obuf, 1, olen, fp);