Searched refs:retval (Results 1 - 6 of 6) sorted by relevance

/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/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/core/fs_mgr/
H A Dfs_mgr_verity.c91 int retval = -1; local
113 retval = 0;
117 return retval;
157 int retval = -1; local
228 retval = 0;
233 return retval;
339 int retval = -1; local
357 return retval;
405 retval = 0;
409 return retval;
[all...]
/system/extras/micro_bench/
H A Dmicro_bench.cpp454 int retval; local
458 retval = strcmp_func(reinterpret_cast<char*>(buf1), reinterpret_cast<char*>(buf2)); \
459 if (retval != 0) printf("%s failed, return value %d\n", name, retval));
467 int retval; local
475 retval = strcmp_func(reinterpret_cast<char*>(buf1), reinterpret_cast<char*>(buf2)); \
476 if (retval != 0) printf("%s failed, return value %d\n", name, retval));
/system/vold/
H A Dcryptfs.c778 int retval = -1; local
833 retval = 0;
838 return retval;
846 int retval = -1; local
862 retval = 0;
867 return retval;

Completed in 127 milliseconds