Searched refs:nomatch (Results 1 – 4 of 4) sorted by relevance
/glibc-2.36/sysdeps/aarch64/ |
D | strnlen.S | 58 cbz cntin, L(nomatch) 77 b.ls L(nomatch) 113 L(nomatch):
|
D | memchr.S | 64 cbz cntin, L(nomatch) 85 b.ls L(nomatch) 121 L(nomatch):
|
D | memrchr.S | 64 cbz cntin, L(nomatch) 83 b.ls L(nomatch) 119 L(nomatch):
|
/glibc-2.36/stdlib/ |
D | rpmatch.c | 29 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()
|