Searched refs:returnValue (Results 1 – 10 of 10) sorted by relevance
| /NextBSD/sys/fs/udf/ |
| HD | osta.c | 42 int returnValue, unicodeIndex, byteIndex; in udf_UncompressUnicode() local 49 returnValue = -1; in udf_UncompressUnicode() 72 returnValue = unicodeIndex; in udf_UncompressUnicode() 74 return(returnValue); in udf_UncompressUnicode() 88 int returnValue, unicodeIndex, byteIndex; in udf_UncompressUnicodeByte() local 95 returnValue = -1; in udf_UncompressUnicodeByte() 117 returnValue = unicodeIndex; in udf_UncompressUnicodeByte() 119 return(returnValue); in udf_UncompressUnicodeByte()
|
| /NextBSD/crypto/heimdal/appl/telnet/telnet/ |
| HD | sys_bsd.c | 776 int returnValue = 0; in process_rings() local 938 returnValue = 1; in process_rings() 966 returnValue = 1; /* did something useful */ in process_rings() 971 returnValue |= netflush(); in process_rings() 975 returnValue |= (ttyflush(SYNCHing|flushout) > 0); in process_rings() 978 return returnValue; in process_rings()
|
| HD | telnet.c | 1591 int returnValue = 0; in telrcv() local 1599 returnValue = 1; in telrcv() 1811 return returnValue||count; in telrcv() 1833 int returnValue = 0; in telsnd() local 1845 returnValue = 1; in telsnd() 1966 return returnValue||count; /* Non-zero if we did anything */ in telsnd() 1987 int returnValue; in Scheduler() local 2016 returnValue = process_rings(netin, netout, netex, ttyin, ttyout, !block); in Scheduler() 2021 returnValue |= telsnd(); in Scheduler() 2025 returnValue |= telrcv(); in Scheduler() [all …]
|
| /NextBSD/contrib/telnet/telnet/ |
| HD | telnet.c | 1677 int returnValue = 0; in telrcv() local 1685 returnValue = 1; in telrcv() 1896 return returnValue||count; in telrcv() 1918 int returnValue = 0; in telsnd() local 1930 returnValue = 1; in telsnd() 2051 return returnValue||count; /* Non-zero if we did anything */ in telsnd() 2070 int returnValue; in Scheduler() local 2093 returnValue = process_rings(netin, netout, netex, ttyin, ttyout, !block); in Scheduler() 2098 returnValue |= telsnd(); in Scheduler() 2102 returnValue |= telrcv(); in Scheduler() [all …]
|
| HD | sys_bsd.c | 852 int returnValue = 0; in process_rings() local 1032 returnValue = 1; in process_rings() 1060 returnValue = 1; /* did something useful */ in process_rings() 1065 returnValue |= netflush(); in process_rings() 1069 returnValue |= (ttyflush(SYNCHing|flushout) > 0); in process_rings() 1072 return returnValue; in process_rings()
|
| /NextBSD/contrib/llvm/tools/clang/lib/Driver/ |
| HD | MSVCToolChain.cpp | 128 bool returnValue = false; in getSystemRegistryString() 183 returnValue = true; in getSystemRegistryString() 198 returnValue = true; in getSystemRegistryString() 204 return returnValue; in getSystemRegistryString()
|
| /NextBSD/sys/boot/ficl/ |
| HD | ficl.c | 336 int returnValue; in ficlEvaluate() local 339 returnValue = ficlExecC(pVM, pText, -1); in ficlEvaluate() 341 return returnValue; in ficlEvaluate()
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/ |
| HD | ThreadSafetyTraverse.h | 859 self()->printSExpr(E->returnValue(), SS, Prec_Other); in printReturn()
|
| HD | ThreadSafetyTIL.h | 1485 SExpr *returnValue() { return Retval; } in returnValue() function 1486 const SExpr *returnValue() const { return Retval; } in returnValue() function
|
| /NextBSD/contrib/libxo/xohtml/external/ |
| HD | jquery.js | 3505 this.isDefaultPrevented = ( src.defaultPrevented || src.returnValue === false || 3549 e.returnValue = false;
|