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

/freebsd-11-stable/sys/fs/udf/
H A Dosta.c42 int returnValue, unicodeIndex, byteIndex; local
49 returnValue = -1;
72 returnValue = unicodeIndex;
74 return(returnValue);
88 int returnValue, unicodeIndex, byteIndex; local
95 returnValue = -1;
117 returnValue = unicodeIndex;
119 return(returnValue);
/freebsd-11-stable/crypto/heimdal/appl/telnet/telnet/
H A Dsys_bsd.c773 /* One wants to be a bit careful about setting returnValue
778 int returnValue = 0;
940 returnValue = 1;
968 returnValue = 1; /* did something useful */
973 returnValue |= netflush();
977 returnValue |= (ttyflush(SYNCHing|flushout) > 0);
980 return returnValue;
776 int returnValue = 0; local
H A Dtelnet.c1591 int returnValue = 0; local
1599 returnValue = 1;
1811 return returnValue||count;
1833 int returnValue = 0; local
1845 returnValue = 1;
1966 return returnValue||count; /* Non-zero if we did anything */
1982 /* One wants to be a bit careful about setting returnValue
1987 int returnValue; local
2016 returnValue = process_rings(netin, netout, netex, ttyin, ttyout, !block);
2021 returnValue |
[all...]
/freebsd-11-stable/contrib/telnet/telnet/
H A Dsys_bsd.c850 int returnValue = 0;
1030 returnValue = 1;
1058 returnValue = 1; /* did something useful */
1063 returnValue |= netflush();
1067 returnValue |= (ttyflush(SYNCHing|flushout) > 0);
1070 return returnValue;
848 int returnValue = 0; local
H A Dtelnet.c1673 int returnValue = 0; local
1681 returnValue = 1;
1892 return returnValue||count;
1914 int returnValue = 0; local
1926 returnValue = 1;
2047 return returnValue||count; /* Non-zero if we did anything */
2062 /* One wants to be a bit careful about setting returnValue
2066 int returnValue; local
2089 returnValue = process_rings(netin, netout, netex, ttyin, ttyout, !block);
2094 returnValue |
[all...]
/freebsd-11-stable/stand/ficl/
H A Dficl.c336 int returnValue; local
339 returnValue = ficlExecC(pVM, pText, -1);
341 return returnValue;
/freebsd-11-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DMSVC.cpp948 bool returnValue = false;
1003 returnValue = true;
1017 returnValue = true;
1023 return returnValue;
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTraverse.h891 self()->printSExpr(E->returnValue(), SS, Prec_Other);
H A DThreadSafetyTIL.h1466 SExpr *returnValue() { return Retval; } function in class:clang::threadSafety::Return
1467 const SExpr *returnValue() const { return Retval; } function in class:clang::threadSafety::Return
/freebsd-11-stable/contrib/libxo/xohtml/external/
H A Djquery.js3505 this.isDefaultPrevented = ( src.defaultPrevented || src.returnValue === false ||
3547 // otherwise set the returnValue property of the original event to false (IE)
3549 e.returnValue = false;

Completed in 262 milliseconds