Home
last modified time | relevance | path

Searched refs:nomatch (Results 1 – 4 of 4) sorted by relevance

/glibc-2.36/sysdeps/aarch64/
Dstrnlen.S58 cbz cntin, L(nomatch)
77 b.ls L(nomatch)
113 L(nomatch):
Dmemchr.S64 cbz cntin, L(nomatch)
85 b.ls L(nomatch)
121 L(nomatch):
Dmemrchr.S64 cbz cntin, L(nomatch)
83 b.ls L(nomatch)
119 L(nomatch):
/glibc-2.36/stdlib/
Drpmatch.c29 const int tag, const int match, const int nomatch, in try() argument
49 return __regexec (re, response, 0, NULL, 0) == 0 ? match : nomatch; in try()