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

/bionic/libc/upstream-openbsd/lib/libc/stdio/
H A Dgetdelim.c47 int sep, FILE *__restrict fp)
76 p = memchr(fp->_p, sep, (size_t)fp->_r);
46 getdelim(char **__restrict buf, size_t *__restrict buflen, int sep, FILE *__restrict fp) argument
/bionic/libc/system_properties/
H A Dprop_area.cpp283 const char* sep = strchr(remaining_name, '.'); local
284 const bool want_subtree = (sep != nullptr);
285 const uint32_t substr_size = (want_subtree) ? sep - remaining_name : strlen(remaining_name);
314 remaining_name = sep + 1;
/bionic/libc/upstream-netbsd/lib/libc/regex/
H A Dengine.c370 const char *sep; /* end of string matched by subsubRE */ local
467 sep = slow(m, ssp, rest, ssub, esub);
468 if (sep == NULL || sep == ssp)
471 ssp = sep;
473 if (sep == NULL) {
475 sep = ssp;
478 assert(sep == rest); /* must exhaust substring */
479 assert(slow(m, ssp, sep, ssub, esub) == rest);
485 dissect(m, ssp, sep, ssu
[all...]

Completed in 80 milliseconds