Home | History | Annotate | Download | only in pppd

Lines Matching refs:program

133 char *progname;			/* Name of this program */
1589 * device_script - run a program to talk to the specified fds
1594 device_script(program, in, out, dont_wait)
1595 char *program;
1622 record_child(pid, program, NULL, NULL);
1643 execl("/system/bin/sh", "sh", "-c", program, NULL);
1651 * run-program - execute a program with given arguments,
1653 * If the program can't be executed, logs an error unless
1654 * must_exist is 0 and the program file doesn't exist.
1673 * meaningless to android. Here we use it as a suffix of program names,
1674 * so different users can run their own program by specifying it. For
1725 /* run the program */