Searched refs:rest (Results 1 – 6 of 6) 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 | 444 const char *rest; /* start of rest of string */ in dissect() local 506 rest = walk(m, sp, stp, ss, es, false); in dissect() 507 assert(rest != NULL); /* it did match */ in dissect() 509 tail = walk(m, rest, stop, es, stopst, false); in dissect() 513 stp = rest - 1; in dissect() 519 if (walk(m, sp, rest, ssub, esub, false) != NULL) { in dissect() 520 dp = dissect(m, sp, rest, ssub, esub); in dissect() 521 assert(dp == rest); in dissect() 523 assert(sp == rest); in dissect() 524 sp = rest; in dissect() [all …]
|
/bionic/libc/malloc_debug/ |
D | README_api.md | 45 of backtrace entries is less than *backtrace\_size*, the rest of the
|
/bionic/libc/ |
D | SYSCALLS.TXT | 22 # socketcall(__NR_socket, 1, *(rest of args on stack)).
|
/bionic/libm/ |
D | Android.bp | 188 // We take the FreeBSD implementations when they exist, but fill out the rest
|
/bionic/docs/ |
D | clang_fortify_anatomy.md | 258 Otherwise, the rest of this subsection is dedicated to preliminary discussion
|