Searched refs:pty (Results 1 - 13 of 13) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/drivers/
H A Dpty.c71 char *pty, *bank, *cp; local
74 pty = &line[strlen("/dev/ptyp")];
76 line[strlen("/dev/pty")] = *bank;
77 *pty = '0';
81 *pty = *cp;
123 .type = "pty",
H A DMakefile48 obj-$(CONFIG_PTY_CHAN) += pty.o
56 USER_OBJS := fd.o null.o pty.o tty.o xterm.o slip_common.o pcap_user.o
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/scripts/
H A Dppp-on-rsh66 # And execute pppd with the pty option, specifying rsh client as the
70 pty '$RSH_LOC $PPPD_RHOST $PPPD_LOC $REM_IP:$LOC_IP $PPPD_IPV6 file $PPPD_REM_OPT' \
H A Dppp-on-ssh67 # And execute pppd with the pty option, specifying ssh client as the
74 pty '$SSH_LOC -c none $PPPD_RHOST $PPPD_LOC $REM_IP:$LOC_IP $PPPD_IPV6 file $PPPD_REM_OPT' \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/os-Linux/
H A Dsigio.c9 #include <pty.h>
411 struct openpty_arg pty = { .master = -1, .slave = -1 }; local
414 initial_thread_cb(openpty_cb, &pty);
415 if(pty.err){
416 printk("openpty failed, errno = %d\n", -pty.err);
420 master = pty.master;
421 slave = pty.slave;
424 printk("openpty failed to allocate a pty\n");
493 printk("No pseudo-terminals available - skipping pty SIGIO "
H A Dstart_up.c6 #include <pty.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/l2tpd-0.69/
H A DMakefile77 OBJS=l2tpd.o pty.o misc.o control.o avp.o call.o network.o avpsend.o scheduler.o file.o aaa.o md5.o
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A DMakefile14 obj-$(CONFIG_LEGACY_PTYS) += pty.o
15 obj-$(CONFIG_UNIX98_PTYS) += pty.o
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/examples/
H A Ddevfsd.conf17 #REGISTER ^pty/ MKOLDCOMPAT
18 #UNREGISTER ^pty/ RMOLDCOMPAT
36 REGISTER ^pty/s.* PERMISSIONS -1.tty 0600
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/pptp/
H A Dpptp.c17 #include <pty.h>
87 "Or using pppd's pty option: \n"
88 " pppd pty \"%s <hostname> --nolaunchpppd <pptp options>\"\n"
92 " --nolaunchpppd Do not launch pppd, for use as a pppd pty\n"
496 /* Find an open pty/tty pair. */
502 fatal("Could not find free pty.");
538 /* close unused file descriptor, that is redirected to the pty */
668 /* close the pty and gre in the call manager */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dxmlschemas.c19993 xmlSchemaTypePtr tx, ty, ptx, pty; local
20001 pty = xmlSchemaGetPrimitiveType(ty);
20011 if (ptx != pty)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/
H A Dxmlschemas.c20003 xmlSchemaTypePtr tx, ty, ptx, pty; local
20011 pty = xmlSchemaGetPrimitiveType(ty);
20021 if (ptx != pty)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dxmlschemas.c19993 xmlSchemaTypePtr tx, ty, ptx, pty; local
20001 pty = xmlSchemaGetPrimitiveType(ty);
20011 if (ptx != pty)

Completed in 587 milliseconds