Searched refs:device_script (Results 1 – 1 of 1) sorted by relevance
/titanic_44/usr/src/cmd/cmd-inet/usr.bin/pppd/ |
H A D | main.c | 228 static int device_script __P((char *, int, int, int, char *)); 733 ok = device_script(ptycommand, opipe[0], ipipe[1], 1, 742 if (device_script(ptycommand, pty_master, pty_master, 1, 778 if (device_script(initializer, ttyfd, ttyfd, 0, "init") < 0) { 790 if (device_script(connector, ttyfd, ttyfd, 0, "connect") < 0) { 832 if (device_script(welcomer, ttyfd, ttyfd, 0, "welcome") < 0) 968 if (device_script(disconnect_script, ttyfd, ttyfd, 0, 1890 device_script(program, in, out, dont_wait, optname) in device_script() function
|