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

/freebsd-9.3-release/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-9.3-release/contrib/llvm/tools/clang/lib/Driver/
H A DWindowsToolChain.cpp91 bool returnValue = false; local
165 returnValue = true;
181 returnValue = true;
185 return returnValue;
/freebsd-9.3-release/contrib/telnet/telnet/
H A Dsys_bsd.c918 int returnValue = 0;
1098 returnValue = 1;
1126 returnValue = 1; /* did something useful */
1131 returnValue |= netflush();
1135 returnValue |= (ttyflush(SYNCHing|flushout) > 0);
1138 return returnValue;
916 int returnValue = 0; local
H A Dtelnet.c1645 int returnValue = 0;
1653 returnValue = 1;
1864 return returnValue||count;
1886 int returnValue = 0;
1898 returnValue = 1;
2019 return returnValue||count; /* Non-zero if we did anything */
2035 /* One wants to be a bit careful about setting returnValue
2039 int returnValue;
2062 returnValue = process_rings(netin, netout, netex, ttyin, ttyout, !block);
2067 returnValue |
1640 int returnValue = 0; local
1881 int returnValue = 0; local
2033 int returnValue; local
[all...]
/freebsd-9.3-release/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-9.3-release/sys/boot/ficl/
H A Dficl.c336 int returnValue; local
339 returnValue = ficlExecC(pVM, pText, -1);
341 return returnValue;

Completed in 74 milliseconds