Searched refs:INT64BUFSZ (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_2xml.c41 #define INT64BUFSZ 20 macro
212 char vbuf[INT64BUFSZ], tbuf[32], *pval = NULL, *aval = NULL;
219 (void) snprintf(vbuf, INT64BUFSZ, "%d", val);
230 (void) snprintf(vbuf, INT64BUFSZ, "0x%x", val);
241 (void) snprintf(vbuf, INT64BUFSZ, "0x%llx",
253 (void) snprintf(vbuf, INT64BUFSZ, "0x%llx",

Completed in 15 milliseconds