Searched refs:spawn (Results 1 - 25 of 142) sorted by relevance

123456

/macosx-10.10.1/tcl-105/tcl_ext/expect/expect/example/
H A Dtimed-run6 eval spawn [lrange $argv 1 end]
H A Dirsh7 spawn -noecho rlogin [lindex $argv 0]
H A Drogue.exp8 spawn rogue
H A Dunbuffer9 eval [list spawn -noecho] [lrange $argv 1 end]
21 eval [list spawn -noecho] $argv
H A Dautopasswd6 spawn passwd [lindex $argv 0]
H A Dgetpassck26 spawn -noecho su
H A Dtelnet-cwd10 eval spawn telnet $argv
H A Dchess.exp31 spawn chess
38 spawn chess
H A Dvrfy11 spawn nslookup
23 spawn telnet $host smtp
H A Drlogin-cwd10 eval spawn rlogin $argv
H A Dftp-rfc18 spawn ftp ftp.uu.net
H A Dxrlogin16 eval spawn rlogin $argv
H A Dcryptdir48 spawn sh -c "exec crypt < $f > [file root $f]"
52 spawn sh -c "exec crypt < $f > $f.crypt"
H A Ddecryptdir48 spawn sh -c "exec crypt < $f > [file root $f]"
52 spawn sh -c "exec crypt < $f > $f.crypt"
H A Darchie19 spawn telnet quiche.cs.mcgill.ca
/macosx-10.10.1/tcl-105/tcl_ext/expect/expect/
H A Dfixcat13 spawn -open [open "|cat" "r+"]
19 #spawn /bin/cat
/macosx-10.10.1/xnu-2782.1.97/tools/tests/xnu_quick_test/helpers/
H A Darch.c1 #include <spawn.h>
/macosx-10.10.1/KerberosHelper-151/regression/
H A Dkinit.tcl3 spawn /usr/bin/kinit [lindex $argv 0]
H A Dkdcsetup.tcl3 spawn /usr/sbin/kdcsetup -a [lindex $argv 1] -p [lindex $argv 2] [lindex $argv 3]
/macosx-10.10.1/ruby-106/ruby/test/testunit/
H A Dtest_hideskip.rb6 spawn(*@options[:ruby], "#{File.dirname(__FILE__)}/test4test_hideskip.rb",
13 spawn(*@options[:ruby], "#{File.dirname(__FILE__)}/test4test_hideskip.rb",
20 spawn(*@options[:ruby], "#{File.dirname(__FILE__)}/test4test_hideskip.rb",
H A Dtest_redefinition.rb6 spawn(*@options[:ruby], "#{File.dirname(__FILE__)}/test4test_redefinition.rb", out: File::NULL, err: o)
H A Dtest_sorting.rb6 spawn(*@options[:ruby], "#{File.dirname(__FILE__)}/test4test_sorting.rb",
/macosx-10.10.1/libpthread-105.1.4/pthread/
H A Dspawn.h33 #include <spawn.h>
45 * The QOS class specified at the time of process spawn determines both the
51 * The spawn attributes object to modify.
74 * The spawn attributes object to inspect.
/macosx-10.10.1/ruby-106/ruby/sample/pty/
H A Dscript.rb13 PTY.spawn("/bin/csh") do |r_pty,w_pty,pid|
/macosx-10.10.1/dtrace-147/test/tst/common/pid/
H A Dtst.gcc.c32 #include <spawn.h>

Completed in 128 milliseconds

123456