Home
last modified time | relevance | path

Searched refs:rval (Results 1 – 2 of 2) sorted by relevance

/system/core/toolbox/
Dcat.c49 static int rval; variable
120 rval = 1; in cook_buf()
138 rval = 1; in cook_args()
182 rval = 1; in raw_cat()
217 rval = 1; in raw_args()
290 exit(rval); in cat_main()
/system/core/sh/
Derror.c204 sh_exit(int rval) in sh_exit() argument
206 exerrno = rval & 255; in sh_exit()