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

  /ndk/sources/host-tools/sed-4.2.1/sed/
utils.h 26 FILE *ck_fdopen P_((int fd, const char *name, const char *mode, int fail));
utils.c 175 ck_fdopen(fd, name, mode, fail)
174 ck_fdopen(fd, name, mode, fail) function
execute.c 709 input->fp = ck_fdopen (fileno (stdin), "stdin", read_mode, false);
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/
ChangeLog 411 * lib/utils.c (register_open_file, ck_fdopen): New.
413 * lib/utils.h (ck_fdopen): New.
    [all...]

Completed in 117 milliseconds