Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/ssh/libopenbsd-compat/common/
H A Dbsd-snprintf.c694 char *int_fmt[] = { in main() local
728 for (x = 0; int_fmt[x] != NULL ; x++) { in main()
730 snprintf(buf1, sizeof (buf1), int_fmt[x], int_nums[y]); in main()
731 sprintf(buf2, int_fmt[x], int_nums[y]); in main()
735 int_fmt[x], buf1, buf2); in main()