Searched defs:sep (Results 1 - 3 of 3) sorted by last modified time

/bionic/libc/bionic/
H A Dsystem_properties.cpp481 const char *sep = strchr(remaining_name, '.'); local
482 const bool want_subtree = (sep != NULL);
484 sep - remaining_name : strlen(remaining_name);
514 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...]
/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

Completed in 64 milliseconds