Home
last modified time | relevance | path

Searched defs:Strchr (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/lib/libedit/
H A Dtokenizer.c74 #define Strchr(s, c) strchr(s, c) macro
81 #define Strchr(s, c) wcschr(s, c) macro
/netbsd-src/bin/csh/
H A Dcsh.h483 #define Strchr(a, b) strchr(a, b) macro
503 #define Strchr(a, b) s_strchr(a, b) macro