Searched refs:slave (Results 1 - 25 of 153) sorted by path

1234567

/macosx-10.10.1/CPANInternal-159.1/Class-Trigger-0.14/inc/IO/
H A DWrapTie.pm53 # Arguments are the slave class (e.g., IO::Scalar), followed by all
65 my $slave = shift;
66 tie *$io, $slave, @_; ### tie: will invoke slave's TIEHANDLE
73 # Delegate method invocations on the master to the underlying slave.
120 # When you send a new_tie() message to a tie-slave class (like IO::Scalar),
135 # All your tie-slave class (like IO::Scalar) has to do is override this
137 # class for tying that slave.
/macosx-10.10.1/CPANInternal-159.1/HTTP-Proxy-0.25/lib/HTTP/Proxy/Engine/
H A DScoreBoard.pm203 my $slave = $daemon->accept() or do {
215 $slave->autoflush(1);
217 $proxy->serve_connections($slave); # the real work is done here
219 close $slave;
/macosx-10.10.1/CPANInternal-159.1/HTTP-Proxy-0.300/lib/HTTP/Proxy/Engine/
H A DScoreBoard.pm203 my $slave = $daemon->accept() or do {
215 $slave->autoflush(1);
217 $proxy->serve_connections($slave); # the real work is done here
219 close $slave;
/macosx-10.10.1/CPANInternal-159.1/Net-Telnet-3.03/lib/Net/
H A DTelnet.pm5095 $tty = $pty->slave;
/macosx-10.10.1/Heimdal-398.1.2/appl/gssmask/
H A Dgssmaestro.c608 connect_client(const char *slave) argument
615 name = estrdup(slave);
621 c->name = estrdup(slave);
704 get_client(const char *slave) argument
708 if (strcmp(slave, clients[i]->name) == 0)
710 errx(1, "failed to find client %s", slave);
/macosx-10.10.1/Heimdal-398.1.2/appl/telnet/telnetd/
H A Dsys_term.c341 * array "line" contains the name of the slave side.
371 int slave; local
372 if(openpty(&master, &slave, line, 0, 0) == 0){
373 ptyslavefd = slave;
809 * Open the slave side of the pty, and do any initialization
811 * for the slave side.
819 * Opening the slave side may cause initilization of the
949 * Open the specified slave side of the pty,
966 * slave side of the connection.
1106 * is necessary to startup the login process on the slave sid
[all...]
/macosx-10.10.1/Heimdal-398.1.2/lib/kadm5/
H A DNTMakefile185 LIBEXECPROGRAMS=$(LIBEXECDIR)\ipropd-master.exe $(LIBEXECDIR)\ipropd-slave.exe
207 $(LIBEXECDIR)\ipropd-slave.exe: $(OBJ)\ipropd_slave.obj $(OBJ)\ipropd_common.obj \
208 $(EXELIBDEPS) $(OBJ)\ipropd-slave-version.res
H A Dipropd_master.c123 struct slave { struct
133 struct slave *next;
136 typedef struct slave slave; typedef in typeref:struct:slave
174 slave_seen(slave *s)
181 slave_missing_p (slave *s)
189 slave_gone_p (slave *s)
197 slave_dead(krb5_context context, slave *s)
199 krb5_warnx(context, "slave %s dead", s->name);
210 remove_slave (krb5_context context, slave *
[all...]
/macosx-10.10.1/Heimdal-398.1.2/lib/roken/
H A Drkpty.c85 static int slave; variable
103 if(openpty(&master, &slave, line, 0, 0) == 0)
127 slave = open(line, O_RDWR);
128 if (slave < 0)
129 errx(1, "failed to open slave when using %s", *q);
130 ioctl(slave, I_PUSH, "ptem");
131 ioctl(slave, I_PUSH, "ldterm");
371 dup2(slave, STDIN_FILENO);
372 dup2(slave, STDOUT_FILENO);
373 dup2(slave, STDERR_FILEN
[all...]
/macosx-10.10.1/Heimdal-398.1.2/tests/kdc/
H A Dcheck-iprop.in82 ${kadmin} -l add --random-key --use-defaults iprop/slave.test.h5l.se@${R} || exit 1
83 ${kadmin} -l ext -k ${keytab} iprop/slave.test.h5l.se@${R} || exit 1
108 echo "starting slave"
110 KRB5_CONFIG="${objdir}/krb5-slave.conf" \
111 ${ipropd_slave} --hostname=slave.test.h5l.se -k ${keytab} localhost &
113 sh ${wait_kdc} ipropd-slave || exit 1
115 echo "checking slave is up"
116 ${EGREP} 'iprop/slave.test.h5l.se@TEST.H5L.SE.*Up' iprop-stats >/dev/null || exit 1
123 KRB5_CONFIG="${objdir}/krb5-slave.conf" \
129 KRB5_CONFIG="${objdir}/krb5-slave
[all...]
/macosx-10.10.1/Libc-1044.1.2/util/
H A Dpty.c78 int master, slave; local
85 || (slave = open(sname, O_RDWR|O_NOCTTY, 0)) < 0) {
90 *aslave = slave;
94 (void) tcsetattr(slave, TCSAFLUSH, termp);
96 (void) ioctl(slave, TIOCSWINSZ, (char *)winp);
107 int master, slave, pid; local
109 if (openpty(&master, &slave, name, termp, winp) == -1)
122 * dup the slave as if login_tty() succeeded.
124 if (login_tty(slave) < 0) {
126 (void) dup2(slave,
[all...]
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/tests/scripts/
H A Ddefines.sh91 DSRSLAVECONF=$DATADIR/slapd-deltasync-slave.conf
95 R1SRSLAVECONF=$DATADIR/slapd-syncrepl-slave-refresh1.conf
96 R2SRSLAVECONF=$DATADIR/slapd-syncrepl-slave-refresh2.conf
97 P1SRSLAVECONF=$DATADIR/slapd-syncrepl-slave-persist1.conf
98 P2SRSLAVECONF=$DATADIR/slapd-syncrepl-slave-persist2.conf
99 P3SRSLAVECONF=$DATADIR/slapd-syncrepl-slave-persist3.conf
100 REFSLAVECONF=$DATADIR/slapd-ref-slave.conf
129 RSLAVECONF=$DATADIR/slapd-repl-slave-remote.conf
130 PLSRSLAVECONF=$DATADIR/slapd-syncrepl-slave-persist-ldap.conf
H A Dtest009-referral42 echo "Starting slave slapd on TCP/IP port $PORT2..."
44 $SLAPD -n slave -f $CONF2 -h $URI2 -d $LVL $TIMING > $LOG2 2>&1 &
73 echo "Testing for slave slapd..."
81 echo "Waiting 5 seconds for slave slapd to start..."
H A Dtest048-syncrepl-multiproxy44 # - start slave
47 # - attempt to modify the slave (referral or chain)
91 echo "Starting P1 slave slapd on TCP/IP port $PORT2..."
103 echo "Using ldapsearch to check that P1 slave slapd is running..."
121 echo "Starting R1 slave slapd on TCP/IP port $PORT3..."
133 echo "Using ldapsearch to check that R1 slave slapd is running..."
176 #echo "Using ldapsearch to read all the entries from the P1 slave..."
182 echo "ldapsearch failed at P1 slave ($RC)!"
189 #echo "Filtering slave results..."
192 echo "$CHECK < Comparing retrieved entries from master and P1 slave
[all...]
H A Dtest059-slave-config48 # Test replication of dynamic config with alternate slave config:
124 # while being a slave of the main schema.
125 echo "Configuring slave config DB on provider..."
138 olcSuffix: cn=config,cn=slave
139 olcRootDN: cn=config,cn=slave
149 dn: cn=config,cn=slave
154 dn: cn=schema,cn=config,cn=slave
159 dn: olcDatabase={0}config,cn=config,cn=slave
164 olcSyncrepl: {0}rid=001 provider=$URI1 binddn="cn=config,cn=slave"
165 bindmethod=simple credentials=repsecret searchbase="cn=config,cn=slave"
[all...]
/macosx-10.10.1/OpenSSH-189/openssh/openbsd-compat/
H A Dbsd-openpty.c81 char *slave; local
83 if ((slave = _getpty(amaster, O_RDWR, 0622, 0)) == NULL)
86 /* Open the slave side. */
87 if ((*aslave = open(slave, O_RDWR | O_NOCTTY)) == -1) {
118 /* Open the slave side. */
166 /* Open the slave side. */
200 /* Open the slave side. */
/macosx-10.10.1/apache-793/httpd/include/
H A Dap_listen.h73 ap_slave_t *slave; member in struct:ap_listen_rec
/macosx-10.10.1/apache-793/httpd/server/
H A Dlisten.c244 void *slave)
279 if (ap_listeners->slave != slave) {
280 return "Cannot define a slave on the same IP:port as a Listener";
339 new->slave = slave;
594 AP_DECLARE_NONSTD(int) ap_close_selected_listeners(ap_slave_t *slave) argument
600 if (lr->slave != slave) {
242 alloc_listener(process_rec *process, char *addr, apr_port_t port, const char* proto, void *slave) argument
/macosx-10.10.1/bind9-45.101/bind9/bin/named/
H A Dupdate.c332 * 'slave' indicates if this is a slave zone. If 'acl' is NULL then
342 dns_name_t *zonename, isc_boolean_t slave,
351 if (slave && acl == NULL) {
341 checkupdateacl(ns_client_t *client, dns_acl_t *acl, const char *message, dns_name_t *zonename, isc_boolean_t slave, isc_boolean_t has_ssutable) argument
/macosx-10.10.1/bind9-45.101/bind9/bin/tests/
H A Dnamed.conf103 // "slave" or "options forward-only". "only" will never attempt
112 check-names slave warn;
239 zone "slave.demo.zone" {
240 type slave; // what used to be called "secondary"
241 file "slave.demo.zone";
242 ixfr-base "slave.demo.zone.ixfr"; // File name for IXFR transaction log file
278 check-names slave ignore;
322 type stub; // stub zones are like slave zones,
/macosx-10.10.1/bind9-45.101/bind9/bin/tests/system/autosign/ns3/
H A Dnamed.conf54 type slave;
60 type slave;
/macosx-10.10.1/bind9-45.101/bind9/bin/tests/system/dialup/ns2/
H A Dnamed.conf40 type slave;
/macosx-10.10.1/bind9-45.101/bind9/bin/tests/system/dialup/ns3/
H A Dnamed.conf40 type slave;
/macosx-10.10.1/bind9-45.101/bind9/bin/tests/system/dnssec/ns3/
H A Dnamed.conf44 type slave;
149 type slave;
211 type slave;
/macosx-10.10.1/bind9-45.101/bind9/bin/tests/system/dnssec/ns7/
H A Dnamed.conf44 type slave;
50 type slave;
56 type slave;
62 type slave;
68 type slave;

Completed in 301 milliseconds

1234567