Searched refs:shell (Results 1 - 25 of 618) sorted by relevance

1234567891011>>

/macosx-10.10/CPANInternal-159.1/Perl4-CoreLibs-0.003/lib/
H A Ddotsh.pl14 # This routine takes a shell script and 'dots' it into the current perl
23 # 'ShellScript' is the full name of the shell script to be dotted
25 # 'DependentVariable(s)' is an optional list of shell variables in the
27 # dependent upon. These variables MUST be defined using shell syntax.
36 local($tmp,$key,$shell,$command,$args,$vars) = '';
46 $shell = "$1 -c" if ($_ =~ /^\#\!\s*(\S+(\/sh|\/ksh|\/zsh|\/csh))\s*$/);
48 if (!$shell) {
50 $shell = "$ENV{'SHELL'} -c";
53 $shell = "/bin/sh -c";
57 open (_SH_ENV, "$shell \"
[all...]
/macosx-10.10/ICU-531.30/icuSources/samples/
H A Ddefs.mk8 CC=$(shell icu-config --cc)
9 CXX=$(shell icu-config --cxx)
10 CPPFLAGS=$(shell icu-config --cppflags)
11 CFLAGS=$(shell icu-config --cflags)
12 CXXFLAGS=$(shell icu-config --cxxflags)
13 LDFLAGS =$^ $(shell icu-config --ldflags)
14 LDFLAGS_USTDIO =$(shell icu-config --ldflags-icuio)
15 INVOKE=$(shell icu-config --invoke)
16 GENRB=$(shell icu-config --invoke=genrb)
18 PKGDATA=$(shell ic
[all...]
/macosx-10.10/ruby-106/ruby/missing/
H A Dos2.c60 char *shell, *sw, *cmd2; local
63 if ((shell = getenv("RUBYSHELL")) != NULL && *shell != '\0') {
64 s = shell;
68 if (strstr(shell, "cmd") || strstr(shell, "4os2"))
72 } else if ((shell = getenv("SHELL")) != NULL && *shell != '\0') {
73 s = shell;
77 if (strstr(shell, "cm
[all...]
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-shell/
H A Dsearchexample.conf27 database shell
/macosx-10.10/WebKit2-7600.1.25/
H A DMakefile3 OSX_VERSION ?= $(shell sw_vers -productVersion | cut -d. -f 2)
4 BUILD_WEBKIT2 = $(shell (( $(OSX_VERSION) >= 6 )) && echo "YES" )
/macosx-10.10/tcl-105/tcl/tcl/library/platform/
H A DpkgIndex.tcl2 package ifneeded platform::shell 1.1.4 [list source [file join $dir shell.tcl]]
H A Dshell.tcl7 # for an arbitrary tcl shell (tclsh, wish, ...). This is required by a
8 # repository as while the tcl shell executing packages uses the same
16 namespace eval ::platform::shell {}
21 # -- platform::shell::generic
23 proc ::platform::shell::generic {shell} {
24 # Argument is the path to a tcl shell.
26 CHECK $shell
40 set arch [RUN $shell [join $code \n]]
46 # -- platform::shell
[all...]
/macosx-10.10/tcl-105/tcl84/tcl/library/platform/
H A DpkgIndex.tcl2 package ifneeded platform::shell 1.1.4 [list source [file join $dir shell.tcl]]
H A Dshell.tcl7 # for an arbitrary tcl shell (tclsh, wish, ...). This is required by a
8 # repository as while the tcl shell executing packages uses the same
16 namespace eval ::platform::shell {}
21 # -- platform::shell::generic
23 proc ::platform::shell::generic {shell} {
24 # Argument is the path to a tcl shell.
26 CHECK $shell
40 set arch [RUN $shell [join $code \n]]
46 # -- platform::shell
[all...]
/macosx-10.10/vim-55/src/testdir/
H A Damiga.vim2 set shell=csh
/macosx-10.10/ruby-106/ruby/lib/shell/
H A Dfilter.rb2 # shell/filter.rb -
23 @shell = sh # parent shell
38 rs = @shell.record_separator unless rs
52 cat = Cat.new(@shell, src)
70 dst = @shell.open(to, "w")
91 Shell.cd(@shell.pwd).append(to, self)
104 @shell.process_controller.start_job filter
114 Join.new(@shell, self, filter)
130 if @shell
[all...]
H A Dsystem-command.rb2 # shell/system-command.rb -
12 require "shell/filter"
34 @shell.process_controller.waiting_job?(self)
38 @shell.process_controller.active_job?(self)
51 @pid, @pipe_in, @pipe_out = @shell.process_controller.sfork(self) {
52 Dir.chdir @shell.pwd
84 notify "Job(%id) start imp-pipe.", @shell.debug?
85 rs = @shell.record_separator unless rs
102 notify "job(%id}) close imp-pipe.", @shell.debug?
110 notify "job(%id) start exp-pipe.", @shell
[all...]
/macosx-10.10/vim-55/runtime/tools/
H A Dshtags.pl17 -s <shell> Name of the shell language in the script
81 next unless $shell;
82 if( $shell eq "sh" )
88 if( $shell eq "ksh" )
95 if( $shell eq "perl" )
103 if( $shell eq "tcl" )
127 # read the first line of a script, and work out which shell it is,
128 # unless a shell was specified on the command line
131 # use sh to start the shell the
[all...]
/macosx-10.10/configd-699.1.5/
H A DMakefile1 PROJECT=$(shell basename `pwd -P` | sed -e 's/\(.*\)-[0-9][0-9.]*$$/\1/')
2 VERSION=$(shell basename `pwd -P` | sed -e 's/.*-\([0-9][0-9.]*$$\)/\1/')
17 -release $(shell cat /usr/share/buildit/.releaseName) \
33 -release $(shell cat /usr/share/buildit/.releaseName) \
47 LION_SDKROOT=$(shell xcodebuild -version -sdk macosx10.7internal Path)
56 -release $(shell cat /usr/share/buildit/.releaseName) \
/macosx-10.10/CPANInternal-159.1/String-ShellQuote-1.04/
H A Dshell-quote4 # $Id: shell-quote,v 1.3 2010-06-11 20:00:24 roderick Exp $
113 shell-quote - quote arguments for safe use, unmodified in a shell command
117 B<shell-quote> [I<switch>]... I<arg>...
121 B<shell-quote> lets you pass arbitrary strings through the shell so that
122 they won't be changed by the shell. This lets you process commands or
123 files with embedded white space or shell globbing characters safely.
140 cmd=`shell-quote touch 'hi there'`
148 output by B<find> with a shell scrip
[all...]
/macosx-10.10/xnu-2782.1.97/tools/tests/superpages/
H A DMakefile5 Embedded?=$(shell echo $(SDKROOT) | grep -iq iphoneos && echo YES || echo NO)
8 DSTROOT?=$(shell /bin/pwd)
10 CC:=$(shell xcrun -sdk "$(SDKROOT)" -find cc)
/macosx-10.10/bind9-45.101/bind9/unit/atf-src/atf-sh/
H A Datf-sh.cpp80 construct_argv(const std::string& shell, const int interpreter_argc, argument
90 argv[0] = shell.c_str();
119 "atf-sh is a shell interpreter that extends the functionality of the "
138 const std::string shell = atf::config::get("atf_shell"); local
139 const char** argv = construct_argv(shell, m_argc, m_argv);
143 const int ret = execv(shell.c_str(), const_cast< char** >(argv));
145 std::cerr << "Failed to execute " << shell << ": " << std::strerror(errno)
/macosx-10.10/pyobjc-45/2.5/
H A DGNUmakefile10 DEFAULT := $(shell sed -n '/^DEFAULT = /s///p' $(PYTHONVERSIONS))
11 VERSIONS := $(filter-out $(INCOMPATIBLE), $(shell grep '^[0-9]' $(PYTHONVERSIONS)))
16 PWD = $(shell pwd)
19 export DSTROOT = $(shell mkdir -p '$(DESTDIR)' && echo '$(DESTDIR)')
25 export OBJROOT = $(shell mkdir -p '$(PWD)/OBJROOT' && echo '$(PWD)/OBJROOT')
32 export SYMROOT = $(shell mkdir -p '$(PWD)/SYMROOT' && echo '$(PWD)/SYMROOT')
36 export RC_ARCHS = $(shell arch)
50 TESTOK := -f $(shell echo $(foreach vers,$(VERSIONS),$(OBJROOT)/$(vers)/.ok) | sed 's/ / -a -f /g')
/macosx-10.10/xnu-2782.1.97/tools/tests/libMicro/
H A DMakefile.Darwin34 Product=$(shell tconf --product)
35 Embedded=$(shell tconf --test TARGET_OS_EMBEDDED)
38 SDKPATH = $(shell xcodebuild -sdk $(SDKROOT) -version Path)
42 CC = $(shell xcrun -sdk "$(SDKROOT)" -find gcc)
/macosx-10.10/xnu-2782.1.97/tools/tests/libMicro/apple/
H A DMakefile.Darwin34 Product=$(shell tconf --product)
35 Embedded=$(shell tconf --test TARGET_OS_EMBEDDED)
38 SDKPATH = $(shell xcodebuild -sdk "$(SDKROOT)" -version Path)
43 CC = $(shell xcrun -sdk "$(SDKROOT)" -find gcc)
/macosx-10.10/ksh-23/ksh/src/cmd/ksh93/sh/
H A Dsuid_exec.c22 * This is a program to execute 'execute only' and suid/sgid shell scripts.
35 * user and group id correctly, and then exec the shell.
89 static char *shell; variable
236 shell = getenv("SHELL");
237 if(shell == 0 || !endsh(shell) || (
238 !in_dir("/bin",shell) &&
239 !in_dir("/usr/bin",shell) &&
240 !in_dir("/usr/lbin",shell) &&
241 !in_dir("/usr/local/bin",shell)))
253 endsh(register const char *shell) argument
271 in_dir(register const char *dir,register const char *shell) argument
[all...]
/macosx-10.10/files-662.1.1/usr/share/sandbox/
H A DMakefile4 TZDIR:=$(shell sed -n '/define[[:space:]]*TZDIR/s/[^"]*"\([^"]*\)".*/\1/p' $(SDKROOT)/usr/include/tzfile.h)
/macosx-10.10/xnu-2782.1.97/tools/tests/jitter/
H A DMakefile5 Embedded?=$(shell echo $(SDKROOT) | grep -iq iphoneos && echo YES || echo NO)
8 OBJROOT?=$(shell /bin/pwd)
10 CC:=$(shell xcrun -sdk "$(SDKROOT)" -find cc)
24 DSTROOT?=$(shell /bin/pwd)
/macosx-10.10/xnu-2782.1.97/tools/tests/kqueue_tests/
H A DMakefile5 Embedded?=$(shell echo $(SDKROOT) | grep -iq iphoneos && echo YES || echo NO)
8 CC:=$(shell xcrun -sdk "$(SDKROOT)" -find cc)
22 DSTROOT?=$(shell /bin/pwd)
23 SYMROOT?=$(shell /bin/pwd)
/macosx-10.10/xnu-2782.1.97/tools/tests/zero-to-n/
H A DMakefile5 Embedded?=$(shell echo $(SDKROOT) | grep -iq iphoneos && echo YES || echo NO)
8 CC:=$(shell xcrun -sdk "$(SDKROOT)" -find cc)
22 DSTROOT?=$(shell /bin/pwd)
23 SYMROOT?=$(shell /bin/pwd)

Completed in 162 milliseconds

1234567891011>>