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

/freebsd-9.3-release/usr.bin/hexdump/
H A Dodsyntax.c314 char *end, *hdfmt; local
354 asprintf(&hdfmt, "%lu/%lu \" %%%d.%de \" \"\\n\"",
356 if (hdfmt == NULL)
358 odadd(hdfmt);
359 free(hdfmt);
370 char *end, *hdfmt; local
418 asprintf(&hdfmt, "%lu/%lu \"%*s%%%s%d%c\" \"\\n\"",
421 if (hdfmt == NULL)
423 odadd(hdfmt);
424 free(hdfmt);
[all...]

Completed in 122 milliseconds