Searched refs:res (Results 1 - 10 of 10) sorted by relevance
/ast/src/cmd/proto/ |
H A D | sear.sh | 152 res=$tmp.res 154 typeset -H host_ico=$ico host_rc=$tmp.rc host_res=$tmp.res 160 ! ${cc/-Bstatic/} --mt-output="$out.manifest" --mt-name="${out%.*}" --mt-administrator -o "$out" "$obj" "$res" $libs 170 if ! $cc --mt-input="${out%.*}.manifest" -o "$out" "$obj" "$res" $libs 178 ! $cc $mt -o "$out" "$obj" "$res" $libs
|
/ast/src/cmd/ksh93/tests/ |
H A D | math.sh | 43 compound out=( typeset stdout stderr ; integer res ) 159 out.stderr="${ { out.stdout="${ ${SHELL} -o nounset -o errexit -c "${cmd}" ; (( out.res=$? )) ; }" ; } 2>&1 ; }" 164 (( out.res == 0 )) || err_exit "${testname}: Unexpected exit code ${out.res}"
|
H A D | comvario.sh | 371 compound out=( typeset stdout stderr ; integer res ) 421 out.stderr="${ { out.stdout="${ ${SHELL} -c "${test.cmd}" ; (( out.res=$? )) ; }" ; } 2>&1 ; }" 423 (( out.res == 0 )) || err_exit "${testname}: Test shell returned with exit code ${out.res}" 440 compound out=( typeset stdout stderr ; integer res ) 451 out.stderr="${ { out.stdout="${ ${SHELL} -o nounset -c "${tests[i]}" ; (( out.res=$? )) ; }" ; } 2>&1 ; }" 463 compound out=( typeset stdout stderr ; integer res ) 471 out.stderr="${ { out.stdout="${ ${SHELL} -o nounset -c "${tests[i]}" ; (( out.res=$? )) ; }" ; } 2>&1 ; }" 482 compound out=( typeset stdout stderr ; integer res ) 527 out.stderr="${ { out.stdout="${ ${SHELL} -o nounset -c "${test}" ; (( out.res [all...] |
H A D | statics.sh | 87 compound out=( typeset stdout stderr ; integer res ) 642 out.stderr="${ { out.stdout="${ ${SHELL} -o nounset -c "${currtest.cmd}" ; (( out.res=$? )) ; }" ; } 2>&1 ; }" 644 (( out.res == 0 )) || err_exit "${currtest.name}: Test shell returned with exit code ${out.res}"
|
H A D | arrays2.sh | 185 compound out=( typeset stdout stderr ; integer res ) 200 out.stderr="${ { out.stdout="${ ${SHELL} -o nounset -o errexit -c "${tst.cmd}" ; (( out.res=$? )) ; }" ; } 2>&1 ; }" 204 (( out.res == 0 )) || err_exit "${testname}: Unexpected exit code ${out.res}"
|
/ast/src/cmd/nmake/ |
H A D | rules-win32.mk | 31 %.res : %.rc (RC) (RCFLAGS)
|
H A D | misc.c | 32 * if res!=0 then resolve(name,fd,mode) must be called 36 rstat(char* name, Stat_t* st, int res) argument 79 if (res && resolve(internal.openfile, internal.openfd, O_RDONLY))
|
/ast/src/cmd/mailx/ |
H A D | quit.c | 266 writeback(register FILE* res) argument 276 if (res) 277 filecopy(NiL, res, NiL, obuf, NiL, (off_t)0, NiL, NiL, 0); 289 if (res && filecopy(NiL, res, state.path.mail, obuf, NiL, (off_t)0, NiL, NiL, 0)) { 300 if (res) 301 fileclose(res);
|
/ast/src/lib/libtksh/lib/tksh7.6/ |
H A D | init.tcl | 581 set res [resource open $x] 582 foreach y [resource list TEXT $res] { 585 resource close $res
|
/ast/src/lib/libz/ |
H A D | trees.c | 1150 register unsigned res = 0; local 1152 res |= code & 1; 1153 code >>= 1, res <<= 1; 1155 return res >> 1;
|
Completed in 29 milliseconds