Home
last modified time | relevance | path

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

/netbsd-src/external/cddl/dtracetoolkit/dist/Include/
H A Dtest.ksh37 printf("\nNUM_TO_STR %12d = %s\n", i, NUM_TO_STR(i));
39 printf("NUM_TO_STR %12d = %s\n", i, NUM_TO_STR(i));
41 printf("NUM_TO_STR %12d = %s\n", i, NUM_TO_STR(i));
43 printf("NUM_TO_STR %12d = %s\n", i, NUM_TO_STR(i));
H A Dtostr.h42 #define NUM_TO_STR(n) \ macro