HomeSort by relevance Sort by last modified time
    Searched full:ck_fwrite (Results 1 - 4 of 4) sorted by null

  /ndk/sources/host-tools/sed-4.2.1/sed/
utils.h 27 void ck_fwrite P_((const VOID *ptr, size_t size, size_t nmemb, FILE *stream));
execute.c 554 ck_fwrite("\n", 1, 1, outf->fp);
581 ck_fwrite(text, 1, length, outf->fp);
583 ck_fwrite("\n", 1, 1, outf->fp);
636 ck_fwrite(p->text, 1, p->textlen, output_file.fp);
652 ck_fwrite(buf, 1, cnt, output_file.fp);
1119 ck_fwrite("\\\n", 1, 2, fp);
1122 ck_fwrite(obuf, 1, olen, fp);
1125 ck_fwrite("$\n", 1, 2, fp);
    [all...]
utils.c 49 so that error messages from ck_fread, ck_fwrite, etc. can print the
238 ck_fwrite(ptr, size, nmemb, stream)
237 ck_fwrite(ptr, size, nmemb, stream) function
  /ndk/sources/host-tools/sed-4.2.1/
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
    [all...]

Completed in 303 milliseconds