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

/freebsd-10.1-release/cddl/contrib/dtracetoolkit/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.h26 * NUM_TO_STR(n) - takes a number and returns a string with a prefix,
42 #define NUM_TO_STR(n) \ macro

Completed in 75 milliseconds