Searched refs:ck_fdopen (Results 1 – 4 of 4) sorted by relevance
/ndk/sources/host-tools/sed-4.2.1/sed/ |
D | utils.h | 26 FILE *ck_fdopen P_((int fd, const char *name, const char *mode, int fail));
|
D | utils.c | 174 ck_fdopen(fd, name, mode, fail) in ck_fdopen() function
|
D | execute.c | 704 input->fp = ck_fdopen (fileno (stdin), "stdin", read_mode, false);
|
/ndk/sources/host-tools/sed-4.2.1/ |
D | ChangeLog | 411 * lib/utils.c (register_open_file, ck_fdopen): New. 413 * lib/utils.h (ck_fdopen): New.
|