Searched refs:popen (Results 1 - 25 of 140) sorted by relevance

123456

/macosx-10.10.1/ksh-23/ksh/src/lib/libast/stdio/
H A Dpopen.c27 popen(const char* cmd, const char* mode) function
/macosx-10.10.1/awk-20/src/
H A Dmissing95.c0 /* popen and pclose are not part of win 95 and nt,
6 FILE *popen(char *s, char *m) { function
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_codesigning/gke/
H A Dgklist13 data = os.popen("mtdebug --plist", "r")
/macosx-10.10.1/emacs-93/
H A Dfilearch.rb7 IO.popen("/usr/bin/otool -hv #{file}", "r").grep(/MAGIC/) do |line|
/macosx-10.10.1/BerkeleyDB-21/db/test/
H A Drpc003.tcl109 set popen "berkdb_open_noerr -env $env $pomethod $pargs $pname"
112 rpc003_assoc_err $popen $sopen $msg
116 set popen "berkdb_open_noerr -env $env $pomethod $pargs $pname"
119 rpc003_assoc_err $popen $sopen $msg
123 set popen "berkdb_open_noerr -env $env \
127 rpc003_assoc_err $popen $sopen $msg
160 proc rpc003_assoc_err { popen sopen msg } {
163 set pdb [eval $popen]
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-framework-SystemConfiguration/PyObjCTest/
H A Dtest_SCDynamicStoreCopyDHCPInfo.py15 ip = os.popen("ifconfig en0 | grep inet", "r").read()
19 ip = os.popen("ifconfig en1 | grep inet", "r").read()
/macosx-10.10.1/cron-39/cron/
H A DMakefile4 SRCS= cron.c database.c do_command.c job.c user.c popen.c
/macosx-10.10.1/ruby-106/ruby/test/ruby/
H A Dtest_process.rb164 io = IO.popen([RUBY, "-e", "print Process.getpgrp"])
168 io = IO.popen([RUBY, "-e", "print Process.getpgrp", :pgroup=>true])
175 io1 = IO.popen([RUBY, "-e", "print Process.getpgrp", :pgroup=>true])
176 io2 = IO.popen([RUBY, "-e", "print Process.getpgrp", :pgroup=>io1.pid])
195 IO.popen([RUBY, "-e",
201 IO.popen([RUBY, "-e",
207 IO.popen([RUBY, "-e",
213 IO.popen([RUBY, "-e",
219 IO.popen([RUBY, "-e",
225 IO.popen([RUB
[all...]
H A Dtest_beginendblock.rb16 result = IO.popen([ruby, target]){|io|io.read}
22 result = IO.popen([ruby, "-n", "-eBEGIN{p :begin}", "-eEND{p :end}", inputpath]){|io|io.read}
24 result = IO.popen([ruby, "-p", "-eBEGIN{p :begin}", "-eEND{p :end}", inputpath]){|io|io.read}
29 result = IO.popen([ruby, "-n", "-eBEGIN{p :begin}", "-eEND{p :end}", inputpath]){|io|io.read}
31 result = IO.popen([ruby, "-p", "-eBEGIN{p :begin}", "-eEND{p :end}", inputpath]){|io|io.read}
88 out = IO.popen([ruby, '-e', 'STDERR.reopen(STDOUT)',
106 out = IO.popen(
122 out = IO.popen(
/macosx-10.10.1/ruby-106/ruby/test/misc/
H A Dtest_ruby_mode.rb9 raise if IO.popen([e, "--version", :err=>[:child, :out]]) {|f| f.read}[/[0-9]+/].to_i < 23
10 IO.popen([*emacs, :err=>[:child, :out]]) {|f| f.read}
34 output = IO.popen([*EMACS, tmp.path, *exprs, err:[:child, :out]], "r") {|e| e.read}
/macosx-10.10.1/cups-408/cups/tools/
H A Dproducts.php4 $fp = popen("zgrep '^\\*Product:' /Library/Printers/PPDs/Contents/Resources/*.gz", "r");
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-framework-SystemConfiguration-2.5.1/PyObjCTest/
H A Dtest_SCDynamicStoreCopyDHCPInfo.py16 with os.popen("ifconfig en0 | grep inet", "r") as fp:
21 with os.popen("ifconfig en1 | grep inet", "r") as fp:
/macosx-10.10.1/ruby-106/ruby/test/dtrace/
H A Dhelper.rb32 probes = IO.popen(cmd) do |io|
/macosx-10.10.1/bind9-45.101/bind9/contrib/zkt/
H A Dnscomm.c83 if ( (fp = popen (cmdline, "r")) == NULL || fgets (str, sizeof str, fp) == NULL )
150 if ( (fp = popen (cmdline, "r")) == NULL || fgets (str, sizeof str, fp) == NULL )
169 if ( (fp = popen (cmdline, "r")) == NULL || fgets (str, sizeof str, fp) == NULL )
184 if ( (fp = popen (cmdline, "r")) == NULL || fgets (str, sizeof str, fp) == NULL )
221 if ( (fp = popen (cmdline, "r")) == NULL || fgets (str, sizeof str, fp) == NULL )
/macosx-10.10.1/Libc-1044.1.2/include/
H A Dstdio.h358 FILE *popen(const char *, const char *) __DARWIN_ALIAS_STARTING(__MAC_10_6, __IPHONE_3_2, __DARWIN_EXTSN(popen));
363 FILE *popen(const char *, const char *) __DARWIN_ALIAS_STARTING(__MAC_10_6, __IPHONE_2_0, __DARWIN_ALIAS(popen));
366 FILE *popen(const char *, const char *) LIBC_ALIAS(popen); variable
/macosx-10.10.1/cups-408/cups/locale/
H A Dstrings2po.c76 if ((strings = popen(iconv, "r")) == NULL)
/macosx-10.10.1/groff-38/groff/src/include/
H A Dlib.h85 extern "C" { FILE *popen(const char *, const char *); }
/macosx-10.10.1/ruby-106/ruby/benchmark/
H A Dreport.rb29 IO.popen(rubybin, 'r+'){|io|
/macosx-10.10.1/ruby-106/ruby/tool/
H A Dmerger.rb178 l = IO.popen %w'svn diff' + r + %w'--diff-cmd=diff -x -pU0' + [File.join(q, 'ChangeLog')] do |f|
186 log_svn = IO.popen %w'svn log ' + r + [q] do |f|
205 IO.popen %w'patch -p0', 'wb' do |f|
223 IO.popen(ENV["PAGER"] || "less", "w") do |g|
/macosx-10.10.1/less-25/less/
H A Dlsystem.c290 extern FILE *popen();
304 if ((f = popen(cmd, "w")) == NULL)
/macosx-10.10.1/libffi-18.1/tests/
H A Ddejagnu.py30 Convert the exit code as returned by os.popen().close() to a string
130 fp = os.popen(commandline)
139 fp = os.popen('/tmp/test.bin', 'r')
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-core/PyObjCTest/
H A Ddejagnu.py30 Convert the exit code as returned by os.popen().close() to a string
119 fp = os.popen(commandline)
128 fp = os.popen('/tmp/test.bin', 'r')
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/PyObjCTest/
H A Ddejagnu.py31 Convert the exit code as returned by os.popen().close() to a string
131 fp = os.popen(commandline)
140 fp = os.popen('/tmp/test.bin', 'r')
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-core-2.5.1/PyObjCTest/
H A Ddejagnu.py31 Convert the exit code as returned by os.popen().close() to a string
142 fp = os.popen(commandline)
151 fp = os.popen('/tmp/test.bin', 'r')
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-core-2.5.1/libffi-src/tests/
H A Ddejagnu.py30 Convert the exit code as returned by os.popen().close() to a string
125 fp = os.popen(commandline)
134 fp = os.popen('/tmp/test.bin', 'r')

Completed in 151 milliseconds

123456