Home
last modified time | relevance | path

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

/netbsd/external/mit/libcbor/dist/src/cbor/
H A Dcommon.h43 TO_STR(CBOR_MAJOR_VERSION) \
44 "." TO_STR(CBOR_MINOR_VERSION) "." TO_STR(CBOR_PATCH_VERSION)
65 #define TO_STR(x) TO_STR_(x) /* enables proper double expansion */ macro
/netbsd/usr.sbin/sysinst/
H A Ddefs.h86 #define TO_STR(NO) STR_NO(NO) macro
87 #define INTERNAL_ERROR __FILE__ ":" TO_STR(__LINE__) ": internal error"