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

  /ndk/sources/host-tools/sed-4.2.1/sed/
compile.c 381 static struct output *get_openfile P_((struct output **file_ptrs, const char *mode, int fail));
383 get_openfile(file_ptrs, mode, fail)
659 cmd->outf = get_openfile(&file_write, "w", true);
1265 cur_cmd->x.fp = get_openfile(&file_read, read_mode, false)->fp;
1270 cur_cmd->x.outf = get_openfile(&file_write, "w", true);
378 get_openfile(file_ptrs, mode, fail) function
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/
ChangeLog 91 * sed/compile.c (get_openfile): Declare FAIL as int.
404 * sed/compile.c (get_openfile): Change second argument to char
419 * sed/compile.c (get_openfile): Change second argument to char
758 (get_openfile): ... special files are no longer copied to file_read
969 * src/compile.c (get_openfile): New name of get_writefile
    [all...]

Completed in 371 milliseconds