Searched refs:file_fmtnum (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/bsd/file/dist/src/ |
H A D | print.c | 225 file_fmtnum(tbuf, sizeof(tbuf), m->value.s, 8)); in file_mdump() 359 file_fmtnum(char *buf, size_t blen, const char *us, int base) in file_fmtnum() function
|
H A D | file.h | 527 file_protected const char *file_fmtnum(char *, size_t, const char *, int);
|
H A D | softmagic.c | 829 file_fmtnum(buf, sizeof(buf), m->value.s, 8); in mprint()
|