Home
last modified time | relevance | path

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

/bionic/libc/upstream-openbsd/lib/libc/locale/
Dwctomb.c37 size_t rval; in wctomb() local
Dmbtowc.c39 size_t rval; in mbtowc() local
/bionic/libc/upstream-openbsd/lib/libc/gen/
Dfnmatch.c105 int rval = RANGE_NOMATCH; in classmatch() local
/bionic/libm/upstream-freebsd/lib/msun/src/
Dmath_private.h280 #define STRICT_ASSIGN(type, lval, rval) ((lval) = (rval)) argument
282 #define STRICT_ASSIGN(type, lval, rval) do { \ argument