Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/port/stdio/
H A Ddoscan.c896 #define STRCHR wcschr in string() macro
902 #define STRCHR strchr in string()
915 while ((fmt = STRCHR(fmt, '%')) != NULL) { in string()
/illumos-gate/usr/src/lib/libc/port/print/
H A Ddoprnt.c65 #define STRCHR wcschr macro
76 #define STRCHR strchr macro
2283 while ((fmt = STRCHR(fmt, '%')) != 0) { in _wmkarglst()
2474 while ((i != argno) && (fmt = STRCHR(fmt, '%')) != 0) { in _wgetarg()