Searched refs:ires (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/Heimdal-323.92.1/
H A Dconfigure12062 ires= lres=
12078 ires=$i;break
12102 if test "$ires" -a "$lres" -a "$with_openldap" != "no"; then
12103 INCLUDE_openldap="-I$ires"
12106 { $as_echo "$as_me:${as_lineno-$LINENO}: result: headers $ires, libraries $lres" >&5
12107 $as_echo "headers $ires, libraries $lres" >&6; }
12548 ires= lres=
12566 ires=$i;break
12592 if test "$ires" -a "$lres" -a "$with_sqlite3" != "no"; then
12593 INCLUDE_sqlite3="-I$ires"
[all...]
/macosx-10.9.5/zsh-60/zsh/Src/
H A Dsubst.c1355 zlong ires = mathevali(ptr); local
1361 if (isset(MULTIBYTE) && ires > 127) {
1366 sprintf(buf, "\\U%.8x", (unsigned int)ires & 0xFFFFFFFFu);
1374 sprintf(ptr, "%c", (int)ires);
/macosx-10.9.5/eap8021x-180/EAP8021X.fproj/
H A Deapfast_plugin.c2448 IntermediateResultTLVRef ires; local
2450 ires = (IntermediateResultTLVRef)BufferGetWritePtr(buf);
2459 TLVSetLength((TLVRef)ires, INTERMEDIATE_RESULT_TLV_MIN_LENGTH);
2460 TLVSetType((TLVRef)ires, kTLVTypeMandatoryBit | kTLVTypeIntermediateResult);
2461 IntermediateResultTLVSetStatus(ires, result_status);

Completed in 97 milliseconds