Home
last modified time | relevance | path

Searched refs:rest (Results 1 – 10 of 10) sorted by relevance

/bionic/libc/tools/
Dgenserv.py56 rest = string.strip(m.group(4))
59 m = re_alias.match(rest)
63 rest = string.strip(m.group(2))
/bionic/libc/upstream-netbsd/lib/libc/regex/
Dengine.c365 const char *rest; /* start of rest of string */ in dissect() local
423 rest = slow(m, sp, stp, ss, es); in dissect()
424 assert(rest != NULL); /* it did match */ in dissect()
426 tail = slow(m, rest, stop, es, stopst); in dissect()
430 stp = rest - 1; in dissect()
436 if (slow(m, sp, rest, ssub, esub) != NULL) { in dissect()
442 dissect(m, sp, rest, ssub, esub); in dissect()
443 assert(dp == rest); in dissect()
445 assert(sp == rest); in dissect()
446 sp = rest; in dissect()
[all …]
/bionic/libc/
DSECCOMP_WHITELIST_SYSTEM.TXT22 # socketcall(__NR_socket, 1, *(rest of args on stack)).
DSECCOMP_BLACKLIST_COMMON.TXT25 # socketcall(__NR_socket, 1, *(rest of args on stack)).
DSECCOMP_WHITELIST_APP.TXT22 # socketcall(__NR_socket, 1, *(rest of args on stack)).
DSECCOMP_BLACKLIST_APP.TXT25 # socketcall(__NR_socket, 1, *(rest of args on stack)).
DSECCOMP_WHITELIST_COMMON.TXT22 # socketcall(__NR_socket, 1, *(rest of args on stack)).
DSYSCALLS.TXT21 # socketcall(__NR_socket, 1, *(rest of args on stack)).
/bionic/libc/malloc_debug/
DREADME_api.md45 of backtrace entries is less than *backtrace\_size*, the rest of the
/bionic/libm/
DAndroid.bp177 // We take the FreeBSD implementations when they exist, but fill out the rest