Searched defs:retval (Results 1 - 4 of 4) sorted by path

/system/core/sh/
H A Dhistedit.c225 int i, retval; local
395 retval = history(hist, &he, H_NEXT_EVENT, first);
396 for (;retval != -1; retval = history(hist, &he, direction)) {
485 int i, retval; local
487 retval = history(hist, &he, H_FIRST);
498 while (retval != -1 && i--) {
499 retval = history(hist, &he, H_NEXT);
501 if (retval == -1)
502 retval
[all...]
H A Djobs.c605 int status, retval = 127; local
633 retval = 127;
643 retval = WEXITSTATUS(status);
646 retval = WSTOPSIG(status) + 128;
650 retval = WTERMSIG(status) + 128;
655 return retval;
/system/extras/tests/fstest/
H A Dperm_checker.c227 int retval = 0; local
233 retval++;
240 if ((retval + rules_matched) > 1)
244 if (retval)
246 if (rules_matched || retval)
247 return retval;
256 retval++;
267 retval++;
275 retval++; // In case no rules either matched or failed, be sure to fail
277 if (retval)
288 int retval = 0; local
316 int retval = 0; local
367 int retval = 0; local
[all...]
/system/vold/
H A Dcryptfs.c391 int retval = -1; local
456 retval = 0;
461 return retval;
469 int retval = -1; local
485 retval = 0;
490 return retval;

Completed in 65 milliseconds