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

/macosx-10.9.5/shell_cmds-175/hexdump/
H A Dodsyntax.c323 char *end, *hdfmt; local
363 asprintf(&hdfmt, "%lu/%lu \" %%%d.%de \" \"\\n\"",
365 if (hdfmt == NULL)
367 odadd(hdfmt);
368 free(hdfmt);
379 char *end, *hdfmt; local
427 asprintf(&hdfmt, "%lu/%lu \"%*s%%%s%d%c\" \"\\n\"",
430 if (hdfmt == NULL)
432 odadd(hdfmt);
433 free(hdfmt);
[all...]

Completed in 120 milliseconds