Home
last modified time | relevance | path

Searched refs:ck_fopen (Results 1 – 5 of 5) sorted by relevance

/ndk/sources/host-tools/sed-4.2.1/sed/
Dutils.h25 FILE *ck_fopen P_((const char *name, const char *mode, int fail));
Dutils.c152 ck_fopen(name, mode, fail) in ck_fopen() function
Dcompile.c414 p->fp = ck_fopen(p->name, mode, fail);
1609 prog.file = ck_fopen(cmdfile, "rt", true);
Dexecute.c644 fp = ck_fopen(p->fname, read_mode, false); in dump_append_queue()
706 else if ( ! (input->fp = ck_fopen(name, read_mode, false)) )
/ndk/sources/host-tools/sed-4.2.1/
DChangeLog412 (ck_fopen, ck_mkstemp): Use register_open_file.
422 as mode for ck_fopen.
618 (ck_fopen): Init the new temp field of struct id.
876 * lib/utils.c (ck_fopen): Add FAIL parameter
1587 Only closes streams which were previously ck_fopen()ed,