Home
last modified time | relevance | path

Searched refs:prog_args (Results 1 – 5 of 5) sorted by relevance

/external/toybox/toys/other/
Dinotifyd.c40 char *prog_args[5], **ss = toys.optargs; in inotifyd_main() local
45 *prog_args = *toys.optargs; in inotifyd_main()
46 prog_args[4] = 0; in inotifyd_main()
100 if (**prog_args == '-' && !prog_args[0][1]) { in inotifyd_main()
104 prog_args[1] = toybuf; in inotifyd_main()
105 prog_args[2] = toys.optargs[event->wd]; in inotifyd_main()
106 prog_args[3] = event->len ? event->name : 0; in inotifyd_main()
107 xrun(prog_args); in inotifyd_main()
/external/python/cpython2/Lib/
Dgetopt.py110 prog_args = []
127 prog_args += args[1:]
136 prog_args += args
139 prog_args.append(args[0])
142 return opts, prog_args
/external/strace/tests-m32/
Dinit.sh302 while read -r t prog_args; do {
307 run_strace $prog_args "$@" "../$t" > "$expfile"
/external/strace/tests/
Dinit.sh302 while read -r t prog_args; do {
307 run_strace $prog_args "$@" "../$t" > "$expfile"
/external/strace/tests-mx32/
Dinit.sh302 while read -r t prog_args; do {
307 run_strace $prog_args "$@" "../$t" > "$expfile"