Home
last modified time | relevance | path

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

/freebsd-13.1/sys/fs/udf/
H A Dosta.c42 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()
/freebsd-13.1/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-13.1/contrib/telnet/telnet/
H A Dtelnet.c1673 int returnValue = 0; in telrcv() local
1681 returnValue = 1; in telrcv()
1892 return returnValue||count; in telrcv()
1914 int returnValue = 0; in telsnd() local
1926 returnValue = 1; in telsnd()
2047 return returnValue||count; /* Non-zero if we did anything */ in telsnd()
2066 int returnValue; in Scheduler() local
2089 returnValue = process_rings(netin, netout, netex, ttyin, ttyout, !block); in Scheduler()
2094 returnValue |= telsnd(); in Scheduler()
2098 returnValue |= telrcv(); in Scheduler()
[all …]
H A Dsys_bsd.c848 int returnValue = 0; in process_rings() local
1028 returnValue = 1; in process_rings()
1056 returnValue = 1; /* did something useful */ in process_rings()
1061 returnValue |= netflush(); in process_rings()
1065 returnValue |= (ttyflush(SYNCHing|flushout) > 0); in process_rings()
1068 return returnValue; in process_rings()
/freebsd-13.1/stand/ficl/
H A Dficl.c336 int returnValue; in ficlEvaluate() local
339 returnValue = ficlExecC(pVM, pText, -1); in ficlEvaluate()
341 return returnValue; in ficlEvaluate()
/freebsd-13.1/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DMSVC.cpp910 bool returnValue = false; in getSystemRegistryString()
965 returnValue = true; in getSystemRegistryString()
979 returnValue = true; in getSystemRegistryString()
985 return returnValue; in getSystemRegistryString()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTraverse.h891 self()->printSExpr(E->returnValue(), SS, Prec_Other); in printReturn()
H A DThreadSafetyTIL.h1468 SExpr *returnValue() { return Retval; } in returnValue() function
1469 const SExpr *returnValue() const { return Retval; } in returnValue() function
/freebsd-13.1/contrib/libxo/xohtml/external/
H A Djquery.js3505 this.isDefaultPrevented = ( src.defaultPrevented || src.returnValue === false ||
3549 e.returnValue = false;