OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:readret
(Results
1 - 2
of
2
) sorted by null
/external/u-boot/common/
menu.c
188
int
readret
;
local
196
readret
= cli_readline_into_buffer("Enter choice: ",
199
if (
readret
>= 0) {
203
} else if (
readret
== -1) {
/external/linux-kselftest/tools/testing/selftests/x86/
mpx-dig.c
101
char *
readret
= fgets(linebuf, sizeof(linebuf), f);
local
104
if (
readret
== NULL) {
Completed in 324 milliseconds