Home
last modified time | relevance | path

Searched defs:str_next (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/trusty/musl/src/regex/
Dfnmatch.c29 static int str_next(const char *str, size_t n, size_t *step) in str_next() function
/aosp_15_r20/external/musl/src/regex/
H A Dfnmatch.c29 static int str_next(const char *str, size_t n, size_t *step) in str_next() function
/aosp_15_r20/external/perfetto/src/trace_processor/importers/json/
H A Djson_trace_tokenizer.cc138 const char* str_next = nullptr; in SkipOneJsonValue() local