Home
last modified time | relevance | path

Searched refs:sep (Results 1 – 3 of 3) sorted by relevance

/bionic/libc/upstream-openbsd/lib/libc/stdio/
Dgetdelim.c47 int sep, FILE *__restrict fp) in getdelim() argument
76 p = memchr(fp->_p, sep, (size_t)fp->_r); in getdelim()
/bionic/libc/upstream-netbsd/lib/libc/regex/
Dengine.c370 const char *sep; /* end of string matched by subsubRE */ in dissect() local
467 sep = slow(m, ssp, rest, ssub, esub); in dissect()
468 if (sep == NULL || sep == ssp) in dissect()
471 ssp = sep; in dissect()
473 if (sep == NULL) { in dissect()
475 sep = ssp; in dissect()
478 assert(sep == rest); /* must exhaust substring */ in dissect()
479 assert(slow(m, ssp, sep, ssub, esub) == rest); in dissect()
485 dissect(m, ssp, sep, ssub, esub); in dissect()
486 assert(dp == sep); in dissect()
/bionic/libc/bionic/
Dsystem_properties.cpp481 const char *sep = strchr(remaining_name, '.'); in find_property() local
482 const bool want_subtree = (sep != NULL); in find_property()
484 sep - remaining_name : strlen(remaining_name); in find_property()
514 remaining_name = sep + 1; in find_property()