Searched refs:sep (Results 1 – 3 of 3) sorted by relevance
/bionic/libc/upstream-openbsd/lib/libc/stdio/ |
D | getdelim.c | 47 int sep, FILE *__restrict fp) in getdelim() argument 76 p = memchr(fp->_p, sep, fp->_r); in getdelim()
|
/bionic/libc/system_properties/ |
D | prop_area.cpp | 286 const char* sep = strchr(remaining_name, '.'); in find_property() local 287 const bool want_subtree = (sep != nullptr); in find_property() 288 const uint32_t substr_size = (want_subtree) ? sep - remaining_name : strlen(remaining_name); in find_property() 317 remaining_name = sep + 1; in find_property()
|
/bionic/libc/upstream-netbsd/lib/libc/regex/ |
D | engine.c | 449 const char *sep; /* end of string matched by subsubRE */ in dissect() local 545 sep = walk(m, ssp, rest, ssub, esub, false); in dissect() 546 if (sep == NULL || sep == ssp) in dissect() 549 ssp = sep; in dissect() 551 if (sep == NULL) { in dissect() 553 sep = ssp; in dissect() 556 assert(sep == rest); /* must exhaust substring */ in dissect() 557 assert(walk(m, ssp, sep, ssub, esub, false) == rest); in dissect() 558 dp = dissect(m, ssp, sep, ssub, esub); in dissect() 559 assert(dp == sep); in dissect()
|