Rizin
unix-like reverse engineering framework and cli tools
|
#include <rz_userconf.h>
#include "file.h"
#include <stdio.h>
#include <errno.h>
#include <string.h>
#include <stdarg.h>
#include <stdlib.h>
#include <time.h>
Go to the source code of this file.
Macros | |
#define | SZOF(a) (sizeof(a) / sizeof(a[0])) |
Functions | |
void | file_mdump (struct rz_magic *m) |
void | file_magwarn (struct rz_magic_set *ms, const char *f,...) |
const char * | file_fmttime (ut32 v, int local, char *pp) |
Definition at line 188 of file mdump.c.
References local, rz_asctime_r(), rz_ctime_r(), rz_gmtime_r(), rz_localtime_r(), time, and v.
Referenced by file_mdump(), and mprint().
void file_magwarn | ( | struct rz_magic_set * | ms, |
const char * | f, | ||
... | |||
) |
Definition at line 172 of file mdump.c.
Referenced by apprentice_load(), check_cond(), check_format(), file_signextend(), getstr(), getvalue(), parse(), parse_mime(), and string_modifier_check().
void file_mdump | ( | struct rz_magic * | m | ) |
Definition at line 47 of file mdump.c.
References ASCTIME_BUF_MINLEN, eprintf, file_fmttime(), file_nnames, file_showstr(), regress::m, magic_file_names, PFMT64d, PFMT64x, SZOF, UNSIGNED, and ut64().