HomeSort by: relevance | last modified time | path
    Searched refs:NUM_TO_STR (Results 1 - 2 of 2) sorted by relevancy

  /src/external/cddl/dtracetoolkit/dist/Include/
test.ksh 37 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));
tostr.h 26 * NUM_TO_STR(n) - takes a number and returns a string with a prefix,
42 #define NUM_TO_STR(n) \

Completed in 17 milliseconds