Home
last modified time | relevance | path

Searched refs:ck_fdopen (Results 1 – 4 of 4) sorted by relevance

/ndk/sources/host-tools/sed-4.2.1/sed/
Dutils.h26 FILE *ck_fdopen P_((int fd, const char *name, const char *mode, int fail));
Dutils.c174 ck_fdopen(fd, name, mode, fail) in ck_fdopen() function
Dexecute.c704 input->fp = ck_fdopen (fileno (stdin), "stdin", read_mode, false);
/ndk/sources/host-tools/sed-4.2.1/
DChangeLog411 * lib/utils.c (register_open_file, ck_fdopen): New.
413 * lib/utils.h (ck_fdopen): New.