Home
last modified time | relevance | path

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

/freebsd/usr.bin/hexdump/
H A Dodsyntax.c308 char *end, *hdfmt; in odformatfp() local
348 asprintf(&hdfmt, "%lu/%lu \" %%%d.%de \" \"\\n\"", in odformatfp()
350 if (hdfmt == NULL) in odformatfp()
352 odadd(hdfmt); in odformatfp()
353 free(hdfmt); in odformatfp()
364 char *end, *hdfmt; in odformatint() local
412 asprintf(&hdfmt, "%lu/%lu \"%*s%%%s%d%c\" \"\\n\"", in odformatint()
415 if (hdfmt == NULL) in odformatint()
417 odadd(hdfmt); in odformatint()
418 free(hdfmt); in odformatint()