Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/port/print/
H A Ddoprnt.c73 #define STRCHR(s, c) wcschr(s, c) macro
81 #define STRCHR(s, c) strchr(s, c) macro
/illumos-gate/usr/src/lib/libc/port/stdio/
H A Ddoscan.c896 #define STRCHR wcschr in string() macro