Searched refs:loopfiles_rw (Results 1 – 9 of 9) sorted by relevance
/external/toybox/toys/other/ |
D | fsync.c | 31 loopfiles_rw(toys.optargs, O_RDONLY|O_NOATIME|O_NOCTTY|O_CLOEXEC, in fsync_main()
|
D | truncate.c | 63 loopfiles_rw(toys.optargs, O_WRONLY|O_CLOEXEC|(cr ? O_CREAT : 0), 0666, cr, in truncate_main()
|
/external/toybox/toys/posix/ |
D | tee.c | 51 loopfiles_rw(toys.optargs, in tee_main()
|
D | cmp.c | 82 loopfiles_rw(toys.optargs, O_CLOEXEC, 0, toys.optflags&FLAG_s, do_cmp); in cmp_main()
|
D | tail.c | 245 loopfiles_rw(args, O_RDONLY|(O_CLOEXEC*!(toys.optflags&FLAG_f)), in tail_main()
|
D | grep.c | 371 } else loopfiles_rw(ss, O_RDONLY, 0, 1, do_grep); in grep_main()
|
D | sed.c | 1048 loopfiles_rw(args, O_RDONLY, 0, 0, do_sed); in sed_main()
|
/external/toybox/lib/ |
D | lib.c | 554 void loopfiles_rw(char **argv, int flags, int permissions, int failok, in loopfiles_rw() function 578 loopfiles_rw(argv, O_RDONLY|O_CLOEXEC, 0, 0, function); in loopfiles()
|
D | lib.h | 187 void loopfiles_rw(char **argv, int flags, int permissions, int failok,
|