#include "file.h"
#include <stdio.h>
#include <errno.h>
#include <string.h>
#include <stdarg.h>
#include <stdlib.h>
#include <time.h>
Include dependency graph for print.c:
Go to the source code of this file.
Defines | |
#define | SZOF(a) (sizeof(a) / sizeof(a[0])) |
Functions | |
static const char * | rcsid (const char *p) |
void | file_mdump (struct magic *m) |
void | file_magwarn (struct magic_set *ms, const char *f,...) |
const char * | file_fmttime (uint32_t v, int local) |
|
Definition at line 47 of file print.c. Referenced by file_mdump(). |
|
Definition at line 190 of file print.c. Referenced by file_mdump(), and mprint(). |
|
Definition at line 174 of file print.c. References magic_set::file, and magic_set::line. Referenced by apprentice_1(), check_cond(), file_signextend(), getstr(), getvalue(), parse(), and string_modifier_check(). |
|
|
|