#include "file.h"
#include <string.h>
#include <stdarg.h>
#include <stdlib.h>
#include <time.h>
#include "cdf.h"
Go to the source code of this file.
|
file_protected void | file_mdump (struct magic *m) |
|
file_protected void | file_magwarn (struct magic_set *ms, const char *f,...) |
|
file_protected const char * | file_fmtvarint (char *buf, size_t blen, const unsigned char *us, int t) |
|
file_protected const char * | file_fmtdatetime (char *buf, size_t bsize, uint64_t v, int flags) |
|
file_protected const char * | file_fmtdate (char *buf, size_t bsize, uint16_t v) |
|
file_protected const char * | file_fmttime (char *buf, size_t bsize, uint16_t v) |
|
file_protected const char * | file_fmtnum (char *buf, size_t blen, const char *us, int base) |
|
◆ file_fmtdate()
file_protected const char * file_fmtdate |
( |
char * | buf, |
|
|
size_t | bsize, |
|
|
uint16_t | v ) |
◆ file_fmtdatetime()
file_protected const char * file_fmtdatetime |
( |
char * | buf, |
|
|
size_t | bsize, |
|
|
uint64_t | v, |
|
|
int | flags ) |
◆ file_fmtnum()
file_protected const char * file_fmtnum |
( |
char * | buf, |
|
|
size_t | blen, |
|
|
const char * | us, |
|
|
int | base ) |
◆ file_fmttime()
file_protected const char * file_fmttime |
( |
char * | buf, |
|
|
size_t | bsize, |
|
|
uint16_t | v ) |
◆ file_fmtvarint()
file_protected const char * file_fmtvarint |
( |
char * | buf, |
|
|
size_t | blen, |
|
|
const unsigned char * | us, |
|
|
int | t ) |
◆ file_magwarn()
◆ file_mdump()