Searched refs:ck_fwrite (Results 1 – 4 of 4) sorted by relevance
/ndk/sources/host-tools/sed-4.2.1/sed/ |
D | execute.c | 550 ck_fwrite("\n", 1, 1, outf->fp); 577 ck_fwrite(text, 1, length, outf->fp); 579 ck_fwrite("\n", 1, 1, outf->fp); 632 ck_fwrite(p->text, 1, p->textlen, output_file.fp); in dump_append_queue() 648 ck_fwrite(buf, 1, cnt, output_file.fp); in dump_append_queue() 1112 ck_fwrite("\\\n", 1, 2, fp); 1115 ck_fwrite(obuf, 1, olen, fp); 1118 ck_fwrite("$\n", 1, 2, fp); 1475 ck_fwrite(buf, 1, n, output_file.fp);
|
D | utils.h | 27 void ck_fwrite P_((const VOID *ptr, size_t size, size_t nmemb, FILE *stream));
|
D | utils.c | 237 ck_fwrite(ptr, size, nmemb, stream) in ck_fwrite() function
|
/ndk/sources/host-tools/sed-4.2.1/ |
D | ChangeLog | 741 (dump_append_queue): Use `ck_fwrite' instead of output_line. 754 calls ck_fwrite directly. Commands `e', `L' and `=' flush 986 * lib/utils.c (ck_fread, ck_fwrite, ck_fflush): Clearerr 1368 * sed/utils.c(ck_fwrite): fix i18n bug of using a printf 1638 * sed/execute.c(output_line): don't bother calling ck_fwrite() 2074 to ck_fread() and ck_fwrite() to be [const] VOID *.
|