Home
last modified time | relevance | path

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

/netbsd-src/lib/libc/stdio/
H A Dvfwprintf.c78 #define STRCONST(a) L ## a macro
88 #define STRCONST(a) a macro
1162 result = (ch >= 'a') ? STRCONST("nan") : in WDECL()
1163 STRCONST("NAN"); in WDECL()
1166 result = (ch >= 'a') ? STRCONST("inf") : in WDECL()
1167 STRCONST("INF"); in WDECL()
1281 result = STRCONST("(null)"); in WDECL()
1288 result = STRCONST("(null)"); in WDECL()