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

/freebsd-10-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-10-stable/contrib/llvm/tools/clang/lib/Driver/
H A DWindowsToolChain.cpp91 bool returnValue = false; local
165 returnValue = true;
181 returnValue = true;
185 return returnValue;
/freebsd-10-stable/contrib/telnet/telnet/
H A Dsys_bsd.c854 int returnValue = 0;
1034 returnValue = 1;
1062 returnValue = 1; /* did something useful */
1067 returnValue |= netflush();
1071 returnValue |= (ttyflush(SYNCHing|flushout) > 0);
1074 return returnValue;
852 int returnValue = 0; local
H A Dtelnet.c1677 int returnValue = 0; local
1685 returnValue = 1;
1896 return returnValue||count;
1918 int returnValue = 0; local
1930 returnValue = 1;
2051 return returnValue||count; /* Non-zero if we did anything */
2066 /* One wants to be a bit careful about setting returnValue
2070 int returnValue; local
2093 returnValue = process_rings(netin, netout, netex, ttyin, ttyout, !block);
2098 returnValue |
[all...]
/freebsd-10-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-10-stable/sys/boot/ficl/
H A Dficl.c336 int returnValue; local
339 returnValue = ficlExecC(pVM, pText, -1);
341 return returnValue;

Completed in 115 milliseconds