Home
last modified time | relevance | path

Searched refs:returnValue (Results 1 – 11 of 11) sorted by relevance

/freebsd/sys/fs/udf/
H A Dosta.c40 int returnValue, unicodeIndex, byteIndex; in udf_UncompressUnicode() local
47 returnValue = -1; in udf_UncompressUnicode()
70 returnValue = unicodeIndex; in udf_UncompressUnicode()
72 return(returnValue); in udf_UncompressUnicode()
86 int returnValue, unicodeIndex, byteIndex; in udf_UncompressUnicodeByte() local
93 returnValue = -1; in udf_UncompressUnicodeByte()
115 returnValue = unicodeIndex; in udf_UncompressUnicodeByte()
117 return(returnValue); in udf_UncompressUnicodeByte()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DARMAttributeParser.cpp384 std::optional<Error> returnValue; in also_compatible_with() local
401 returnValue = in also_compatible_with()
410 returnValue = createStringError( in also_compatible_with()
424 returnValue = createStringError( in also_compatible_with()
460 return returnValue ? std::move(*returnValue) : Error::success(); in also_compatible_with()
/freebsd/crypto/heimdal/appl/telnet/telnet/
H A Dsys_bsd.c776 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()
H A Dtelnet.c1591 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 …]
/freebsd/contrib/telnet/telnet/
H A Dtelnet.c1671 int returnValue = 0; in telrcv() local
1679 returnValue = 1; in telrcv()
1890 return returnValue||count; in telrcv()
1912 int returnValue = 0; in telsnd() local
1924 returnValue = 1; in telsnd()
2045 return returnValue||count; /* Non-zero if we did anything */ in telsnd()
2064 int returnValue; in Scheduler() local
2087 returnValue = process_rings(netin, netout, netex, ttyin, ttyout, !block); in Scheduler()
2092 returnValue |= telsnd(); in Scheduler()
2096 returnValue |= telrcv(); in Scheduler()
[all …]
H A Dsys_bsd.c846 int returnValue = 0; in process_rings() local
1026 returnValue = 1; in process_rings()
1054 returnValue = 1; /* did something useful */ in process_rings()
1059 returnValue |= netflush(); in process_rings()
1063 returnValue |= (ttyflush(SYNCHing|flushout) > 0); in process_rings()
1066 return returnValue; in process_rings()
/freebsd/stand/ficl/
H A Dficl.c335 int returnValue; in ficlEvaluate() local
338 returnValue = ficlExecC(pVM, pText, -1); in ficlEvaluate()
340 return returnValue; in ficlEvaluate()
/freebsd/contrib/llvm-project/llvm/lib/WindowsDriver/
H A DMSVCPaths.cpp183 bool returnValue = false; in getSystemRegistryString()
238 returnValue = true; in getSystemRegistryString()
252 returnValue = true; in getSystemRegistryString()
258 return returnValue; in getSystemRegistryString()
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTraverse.h894 self()->printSExpr(E->returnValue(), SS, Prec_Other); in printReturn()
H A DThreadSafetyTIL.h1475 SExpr *returnValue() { return Retval; } in returnValue() function
1476 const SExpr *returnValue() const { return Retval; } in returnValue() function
/freebsd/contrib/libxo/xohtml/external/
H A Djquery.js3505 this.isDefaultPrevented = ( src.defaultPrevented || src.returnValue === false ||
3549 e.returnValue = false;