/external/openssh/openbsd-compat/ |
bsd-openpty.c | 81 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. */ 168 /* Open the slave side. */ 202 /* Open the slave side. */
|
/external/bison/lib/ |
wait-process.c | 57 'child' field to 0 when unregistering a slave process, and wouldn't need 68 /* The registered slave subprocesses. */ 74 /* The termination signal for slave subprocesses. 88 /* Get the last registered slave. */ 97 pid_t slave = slaves[n].child; local 99 /* Kill the slave. */ 100 kill (slave, TERMINATOR); 105 /* Register a subprocess as being a slave process. This means that the 120 /* Try to store the new slave in an unused entry of the slaves array. */ 166 new slave and its 'used' bit have been written to the memory location [all...] |
/external/dropbear/ |
chansession.h | 47 int slave; member in struct:ChanSess
|
/external/qemu/slirp/ |
misc.c | 174 register int master, slave; local 187 if ((slave = open(ptr, O_RDWR)) < 0 || 188 ioctl(slave, I_PUSH, "ptem") < 0 || 189 ioctl(slave, I_PUSH, "ldterm") < 0 || 190 ioctl(slave, I_PUSH, "ttcompat") < 0) { 192 close(slave); 197 *aslave = slave; 220 if ((slave = open(line, O_RDWR, 0)) != -1) { 222 *aslave = slave;
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
nntplib.py | 446 def slave(self): member in class:NNTP 447 """Process a SLAVE command. Returns: 450 return self.shortcmd('SLAVE')
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
nntplib.py | 446 def slave(self): member in class:NNTP 447 """Process a SLAVE command. Returns: 450 return self.shortcmd('SLAVE')
|
/external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/ |
TestCompositeGrammars.java | 50 String slave = local 54 writeFile(tmpdir, "S.g", slave); 70 String slave = local 74 writeFile(tmpdir, "S.g", slave); 90 String slave = local 94 writeFile(tmpdir, "S.g", slave); 107 String slave = local 114 writeFile(tmpdir, "S.g", slave); 126 String slave = local 131 writeFile(tmpdir, "S.g", slave); 148 String slave = local 188 String slave = local 234 String slave = local 263 String slave = local 316 String slave = local 369 String slave = local 407 String slave = local 448 String slave = local 474 String slave = local 498 String slave = local 515 String slave = local 540 String slave = local 567 String slave = local 583 String slave = local 603 String slave = local 644 String slave = local 675 String slave = local 698 String slave = local 721 String slave = local 748 String slave = local 794 String slave = local 857 String slave = local 955 String slave = local [all...] |
/external/chromium_org/components/visitedlink/test/ |
visitedlink_unittest.cc | 167 // slave to make sure it reads the data properly. 179 // Create a slave database. 180 VisitedLinkSlave slave; local 184 slave.OnUpdateVisitedLinks(new_handle); 185 g_slaves.push_back(&slave); 193 found = slave.IsVisited(cur); 194 EXPECT_TRUE(found) << "URL " << i << "not found in slave."; 200 found = slave.IsVisited(GURL("http://unfound.site/")); 313 VisitedLinkSlave slave; local 317 slave.OnUpdateVisitedLinks(new_handle) 360 VisitedLinkSlave slave; local [all...] |
/external/qemu/slirp-android/ |
misc.c | 154 register int master, slave; local 167 if ((slave = open(ptr, O_RDWR)) < 0 || 168 ioctl(slave, I_PUSH, "ptem") < 0 || 169 ioctl(slave, I_PUSH, "ldterm") < 0 || 170 ioctl(slave, I_PUSH, "ttcompat") < 0) { 172 close(slave); 177 *aslave = slave; 200 if ((slave = open(line, O_RDWR, 0)) != -1) { 202 *aslave = slave;
|
/external/chromium/chrome/browser/visitedlink/ |
visitedlink_unittest.cc | 119 // slave to make sure it reads the data properly. 132 // Create a slave database. 133 VisitedLinkSlave slave; local 137 slave.OnUpdateVisitedLinks(new_handle); 138 g_slaves.push_back(&slave); 146 found = slave.IsVisited(cur); 147 EXPECT_TRUE(found) << "URL " << i << "not found in slave."; 153 found = slave.IsVisited(GURL("http://unfound.site/")); 274 VisitedLinkSlave slave; local 278 slave.OnUpdateVisitedLinks(new_handle) 323 VisitedLinkSlave slave; local [all...] |
/hardware/invensense/60xx/mlsdk/mlutils/ |
mputest.c | 65 #include "slave.h" 227 * the slave address the MPU device is setup to respond at. 861 /* load the slave descr from the getter */ 1344 struct ext_slave_descr *slave = mputestCfgPtr->accel; local [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
isdn.h | 116 char slave[10]; /* Name of Slave for Bundling */ member in struct:__anon37616 126 int slavedelay; /* Delay until slave starts up */ 135 int triggercps; /* BogoCPS needed for triggering slave */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
isdn.h | 116 char slave[10]; /* Name of Slave for Bundling */ member in struct:__anon39207 126 int slavedelay; /* Delay until slave starts up */ 135 int triggercps; /* BogoCPS needed for triggering slave */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
isdn.h | 116 char slave[10]; /* Name of Slave for Bundling */ member in struct:__anon40721 126 int slavedelay; /* Delay until slave starts up */ 135 int triggercps; /* BogoCPS needed for triggering slave */
|
/external/qemu/hw/ |
bt-hci.c | 275 * (Slave to master only) 390 struct bt_device_s *slave; 394 slave = 0; 396 slave = net->slave; 401 bt_submit_lmp(slave, length - 1, data + 1); 405 bt_sumbit_l2cap(slave, length - 1, data + 1, (data[0] >> 2) & 1); 516 struct bt_device_s *slave) 520 .bdaddr = BAINIT(&slave->bd_addr), 524 .dev_class[0] = slave->class[0] 585 struct bt_device_s *slave; local 677 struct bt_device_s *slave; local 944 struct bt_device_s *slave; local 969 struct bt_device_s *slave; local 1019 struct bt_device_s *slave; local [all...] |
bt.h | 57 struct bt_device_s *slave; member in struct:bt_scatternet_s 61 struct bt_device_s *slave, *host; member in struct:bt_link_s [all...] |
/external/ppp/pppd/ |
sys-linux.c | 179 static int slave_fd = -1; /* pty for old-style demand mode, slave */ 1968 char slave[16]; local [all...] |
/external/qemu/ |
qemu-char.c | 863 const char *slave; local 875 if ((slave = ptsname(mfd)) == NULL) 878 if ((sfd = open(slave, O_RDONLY | O_NOCTTY)) == -1) [all...] |
/external/chromium_org/third_party/sqlite/src/src/ |
tclsqlite.c | 3516 Tcl_Interp *slave; local [all...] |
/external/qemu-pc-bios/bochs/bios/ |
rombios.c | 2517 Bit8u channel, slave, shift; local 2789 Bit8u channel, slave, sn, sc; local 2859 Bit8u channel, slave; local 3010 Bit8u channel, slave; local 3162 Bit8u channel, slave; local [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.text_3.5.0.v20100601-1300.jar | |
org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar | |