Searched refs:CMD (Results 1 - 25 of 40) sorted by relevance

12

/macosx-10.10/curl-83.1.2/curl/packages/OS400/
H A Dmake-lib.sh59 CMD="CRTBNDDIR BNDDIR(${TARGETLIB}/${STATBNDDIR})"
60 CMD="${CMD} TEXT('LibCurl API static binding directory')"
61 system "${CMD}"
64 do CMD="ADDBNDDIRE BNDDIR(${TARGETLIB}/${STATBNDDIR})"
65 CMD="${CMD} OBJ((${TARGETLIB}/${MODULE} *MODULE))"
66 system "${CMD}"
75 then CMD="CRTSRCPF FILE(${TARGETLIB}/TOOLS) RCDLEN(112)"
76 CMD
[all...]
H A Dmakefile.sh16 then CMD="CRTLIB LIB(${TARGETLIB}) TEXT('curl: multiprotocol support API')"
17 system "${CMD}"
24 then CMD="CRTSRCPF FILE(${TARGETLIB}/DOCS) RCDLEN(112)"
25 CMD="${CMD} CCSID(${TGTCCSID}) TEXT('Documentation texts')"
26 system "${CMD}"
41 then CMD="CPY OBJ('${TEXT}') TOOBJ('${MEMBER}') TOCCSID(${TGTCCSID})"
42 CMD="${CMD} DTAFMT(*TEXT) REPLACE(*YES)"
43 system "${CMD}"
[all...]
H A Dinitscript.sh181 CMD="CRTCMOD MODULE(${TARGETLIB}/${1}) SRCSTMF('__tmpsrcf.c')"
182 # CMD="${CMD} SYSIFCOPT(*IFS64IO) OPTION(*INCDIRFIRST *SHOWINC *SHOWSYS)"
183 CMD="${CMD} SYSIFCOPT(*IFS64IO) OPTION(*INCDIRFIRST)"
184 CMD="${CMD} LOCALETYPE(*LOCALE)"
185 CMD="${CMD} INCDIR('/qibm/proddata/qadrt/include'"
186 CMD
[all...]
H A Dmake-tests.sh107 CMD="CRTPGM PGM(${TARGETLIB}/${DB2PGM})"
108 CMD="${CMD} ENTMOD(QADRT/QADRTMAIN2)"
109 CMD="${CMD} MODULE(${MODULES})"
110 CMD="${CMD} BNDSRVPGM(${TARGETLIB}/${SRVPGM} QADRTTS)"
111 CMD="${CMD} TGTRLS(${TGTRLS})"
112 system "${CMD}"
[all...]
H A Dmake-include.sh25 then CMD="CRTSRCPF FILE(${TARGETLIB}/H) RCDLEN(112)"
26 CMD="${CMD} CCSID(${TGTCCSID}) TEXT('curl: Header files')"
27 system "${CMD}"
90 CMD="CRTDUPOBJ OBJ(H) FROMLIB(${TARGETLIB}) OBJTYPE(*FILE) TOLIB(*FROMLIB)"
91 CMD="${CMD} NEWOBJ(CURL) DATA(*YES)"
92 system "${CMD}"
/macosx-10.10/CommonCrypto-60061/test/test/
H A Drun_tests.sh13 CMD=CCRegressions
26 xcrun -sdk "$SDKROOT" PurpleExec --env "DYLD_FRAMEWORK_PATH=${INSTALL_DIR}" --cmd ${INSTALL_DIR}/${CMD}
28 echo "run_tests.sh:${LINENO}: note: Running test on simulator (${BUILT_PRODUCTS_DIR}/${CMD})"
32 ${BUILT_PRODUCTS_DIR}/${CMD}
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/tests/scripts/
H A Dits-all33 for CMD in $SRCDIR/data/regressions/its*/its*; do
41 echo ">>>>> Starting ${TB}`basename $CMD`${TN} ..."
42 $CMD
45 echo ">>>>> $CMD completed ${TB}OK${TN}."
47 echo ">>>>> $CMD ${TB}failed${TN} (exit $RC)"
H A Dsql-all49 for CMD in $SRCDIR/scripts/sql-test*; do
57 echo ">>>>> Starting ${TB}`basename $CMD`${TN} ..."
58 $CMD
61 echo ">>>>> $CMD completed ${TB}OK${TN}."
63 echo ">>>>> $CMD ${TB}failed${TN} (exit $RC)"
H A Dall34 for CMD in $SRCDIR/scripts/test*; do
35 case "$CMD" in
40 *) test -f "$CMD" || continue;;
60 if [ -x "$CMD" ]; then
61 BCMD=`basename $CMD`
63 $CMD
/macosx-10.10/ksh-23/ksh/src/cmd/INIT/
H A Dexecrate.sh111 CMD=$1
113 case $CMD in
117 then CMD=$d/$1
125 -*) CMD="$CMD $1" ;;
131 0) CMD="echo $CMD" ;;
135 1:*) CMD="$CMD $1"
146 $CMD "
[all...]
/macosx-10.10/ruby-106/ruby/test/-ext-/string/
H A Dtest_modify_expand.rb7 assert_no_memory_leak(["-r-test-/string/string"], <<-PRE, <<-CMD, "rb_str_modify_expand()")
13 CMD
/macosx-10.10/zlib-55/zlib/old/as400/
H A Dcompile.clp33 DCL VAR(&CMD) TYPE(*CHAR) LEN(512)
38 CHGVAR VAR(&CMD) VALUE('CRTCMOD MODULE(' *TCAT &MODLIB *TCAT +
42 CALL PGM(QCMDEXC) PARM(&CMD &CMDLEN)
44 CHGVAR VAR(&CMD) VALUE('CRTCMOD MODULE(' *TCAT &MODLIB *TCAT +
48 CALL PGM(QCMDEXC) PARM(&CMD &CMDLEN)
50 CHGVAR VAR(&CMD) VALUE('CRTCMOD MODULE(' *TCAT &MODLIB *TCAT +
54 CALL PGM(QCMDEXC) PARM(&CMD &CMDLEN)
56 CHGVAR VAR(&CMD) VALUE('CRTCMOD MODULE(' *TCAT &MODLIB *TCAT +
60 CALL PGM(QCMDEXC) PARM(&CMD &CMDLEN)
62 CHGVAR VAR(&CMD) VALU
[all...]
/macosx-10.10/apache-793/httpd/build/
H A Dinstdso.sh47 CMD="rm -f $TARGETDIR/$TARGET_NAME"
48 echo $CMD
49 $CMD || exit $?
61 CMD="$SH_LIBTOOL --mode=install $INSTALL_CMD $DSOARCHIVE $TARGETDIR/"
62 echo $CMD
63 $CMD || exit $?
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/examples/transfer/
H A Dtlssetup.tcl12 -command CMD
19 proc CMD {option args} { procedure
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/port/
H A Dinstall.sh.in82 CMD=cp
107 -dir) CMD="mkdir -p"; HasSource=no;
110 -fifo) CMD=@MKFIFO@; HasSource=no;
111 x=`echo $CMD | @SED@ 's;.*/;;'`;
115 -ln) shift; CMD=@LN@; SRC="$1"
118 -lns) shift; CMD=@LN@; preopts="@LN_S@"; SRC="$1"
168 $VERBOSE "$CMD $preopts $src $target $postopts"
169 $CMD $preopts $f $target $postopts
171 $VERBOSE "$CMD $preopts $SRC $target $postopts"
172 $CMD
[all...]
/macosx-10.10/bind9-45.101/bind9/contrib/named-bootconf/
H A Dnamed-bootconf.sh72 while read CMD ARGS; do
74 CMD=`echo "${CMD}" | tr '[A-Z]' '[a-z]'`
75 case $CMD in
159 case $CMD in
181 case $CMD in
215 case $CMD in
/macosx-10.10/llvmCore-3425.0.34/utils/
H A Dmakellvm130 set CMD = "make $GMAKE_OPTS && (cd $LLVMDIR/tools/$EXEC && make $GMAKE_OPTS)"
133 csh -f -c "$CMD"
137 echo " $CMD"
/macosx-10.10/ICU-531.30/icuSources/config/
H A Dicu-config-bottom198 CMD="${var}"
202 if [ ! -x ${CMD} ]; then
204 CMD="${bindir}/${var}"
207 CMD="${sbindir}/${var}"
211 echo "env ${QUOT}${LDLIBRARYPATH_ENVVAR}=${libdir}:"'${'"${LDLIBRARYPATH_ENVVAR}"'}'${QUOT} ${CMD}
/macosx-10.10/groff-38/groff/contrib/pdfmark/
H A Dpdfroff.sh38 CMD=`exec 2>$NULLDEV; basename $0` || CMD=$0
96 NO='' NOPROG="$CMD: installation problem: cannot find program"
116 The program$NO $IS required by '$CMD',
117 but cannot be found; '$CMD' is unable to continue.
183 Usage: $CMD [-option ...] [--long-option ...] [file ...]
208 Suppress the generation of a '$CMD' reference dictionary
209 for the PDF document. Normally '$CMD' will create a
220 execution of '$CMD', will be deleted on completion of
275 echo >&2 "$CMD
[all...]
/macosx-10.10/curl-83.1.2/curl/packages/DOS/
H A Dcommon.dj19 ifneq ($(findstring CMD.EXE,$(SHELL)),CMD.EXE)
/macosx-10.10/ksh-23/ksh/src/cmd/ksh93/tests/
H A Dsubshell.sh342 ( CMD='print foo | $cat' EXP=3 )
343 ( CMD='$cat < $tmp/lin' )
344 ( CMD='cat $tmp/lin | $cat' )
345 ( CMD='read v < $tmp/buf; print $v' LIM=4*1024 )
346 ( CMD='cat $tmp/buf | read v; print $v' LIM=4*1024 )
351 TST[T].CMD='$cat <(print foo)'
383 then eval "{ x=${SUB[S].BEG}${INS[I]}${TST[T].CMD}${APP[A]}${SUB[S].END}; print \${#x}; } >\$tmp/out &"
403 cmd=${TST[T].CMD//\$cat/$cat}
H A Dattributes.sh340 CMD="date -f%H \\#$SEC"
354 got=$(print $($SHELL -c "builtin date; $2 $CMD; $3 $CMD; $4 $CMD"))
/macosx-10.10/gnutar-453/gnutar/scripts/
H A Dbackup.sh.in310 CMD="exec ${TAR_PART1} -f \"${TAPE_FILE}\" $@"
311 message 10 "CMD: $CMD"
312 sh -c "$CMD"
/macosx-10.10/Heimdal-398.1.2/appl/ftp/ftpd/
H A Dftpcmd.y922 #define CMD 0 /* beginning of command */
1130 case CMD:
1184 state = CMD;
1193 state = CMD;
1198 state = CMD;
1218 state = CMD;
1272 state = CMD;
1336 state = CMD;
/macosx-10.10/dyld-353.2.1/launch-cache/
H A DMachOFileAbstraction.hpp147 template <> struct macho_segment_content<Pointer32<BigEndian> > { segment_command fields; enum { CMD = LC_SEGMENT }; }; enumerator in enum:macho_segment_content::__anon11
148 template <> struct macho_segment_content<Pointer64<BigEndian> > { segment_command_64 fields; enum { CMD = LC_SEGMENT_64 }; }; enumerator in enum:macho_segment_content::__anon12
149 template <> struct macho_segment_content<Pointer32<LittleEndian> > { segment_command fields; enum { CMD = LC_SEGMENT }; }; enumerator in enum:macho_segment_content::__anon13
150 template <> struct macho_segment_content<Pointer64<LittleEndian> > { segment_command_64 fields; enum { CMD = LC_SEGMENT_64 }; }; enumerator in enum:macho_segment_content::__anon14
189 CMD = macho_segment_content<P>::CMD enumerator in enum:macho_segment_command::__anon15
427 template <> struct macho_routines_content<Pointer32<BigEndian> > { routines_command fields; enum { CMD = LC_ROUTINES }; }; enumerator in enum:macho_routines_content::__anon16
428 template <> struct macho_routines_content<Pointer64<BigEndian> > { routines_command_64 fields; enum { CMD = LC_ROUTINES_64 }; }; enumerator in enum:macho_routines_content::__anon17
429 template <> struct macho_routines_content<Pointer32<LittleEndian> > { routines_command fields; enum { CMD = LC_ROUTINES }; }; enumerator in enum:macho_routines_content::__anon18
430 template <> struct macho_routines_content<Pointer64<LittleEndian> > { routines_command_64 fields; enum { CMD enumerator in enum:macho_routines_content::__anon19
467 CMD = macho_routines_content<P>::CMD enumerator in enum:macho_routines_command::__anon20
[all...]

Completed in 166 milliseconds

12