Home
last modified time | relevance | path

Searched defs:rval (Results 1 – 4 of 4) sorted by relevance

/system/core/toolbox/cp/
Dutils.c116 int ch, checkch, from_fd, rcount, rval, to_fd, tolnk, wcount; in copy_file() local
383 int rval, islink; local
/system/core/toolbox/
Dcat.c49 static int rval; variable
Ddu.c79 int Hflag, Lflag, aflag, ch, cflag, dflag, gkmflag, nflag, rval, sflag; in du_main() local
/system/core/sh/
Derror.c204 sh_exit(int rval) in sh_exit()