Searched refs:rest (Results 1 – 10 of 10) sorted by relevance
/bionic/libc/tools/ |
D | genserv.py | 56 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/ |
D | engine.c | 365 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/ |
D | SECCOMP_WHITELIST_SYSTEM.TXT | 22 # socketcall(__NR_socket, 1, *(rest of args on stack)).
|
D | SECCOMP_BLACKLIST_COMMON.TXT | 25 # socketcall(__NR_socket, 1, *(rest of args on stack)).
|
D | SECCOMP_WHITELIST_APP.TXT | 22 # socketcall(__NR_socket, 1, *(rest of args on stack)).
|
D | SECCOMP_BLACKLIST_APP.TXT | 25 # socketcall(__NR_socket, 1, *(rest of args on stack)).
|
D | SECCOMP_WHITELIST_COMMON.TXT | 22 # socketcall(__NR_socket, 1, *(rest of args on stack)).
|
D | SYSCALLS.TXT | 21 # socketcall(__NR_socket, 1, *(rest of args on stack)).
|
/bionic/libc/malloc_debug/ |
D | README_api.md | 45 of backtrace entries is less than *backtrace\_size*, the rest of the
|
/bionic/libm/ |
D | Android.bp | 177 // We take the FreeBSD implementations when they exist, but fill out the rest
|