php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
print.c File Reference
#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.

Functions

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)
 

Function Documentation

◆ file_fmtdate()

file_protected const char * file_fmtdate ( char * buf,
size_t bsize,
uint16_t v )

Definition at line 314 of file print.c.

◆ file_fmtdatetime()

file_protected const char * file_fmtdatetime ( char * buf,
size_t bsize,
uint64_t v,
int flags )

Definition at line 272 of file print.c.

◆ file_fmtnum()

file_protected const char * file_fmtnum ( char * buf,
size_t blen,
const char * us,
int base )

Definition at line 353 of file print.c.

◆ file_fmttime()

file_protected const char * file_fmttime ( char * buf,
size_t bsize,
uint16_t v )

Definition at line 333 of file print.c.

◆ file_fmtvarint()

file_protected const char * file_fmtvarint ( char * buf,
size_t blen,
const unsigned char * us,
int t )

Definition at line 264 of file print.c.

◆ file_magwarn()

file_protected void file_magwarn ( struct magic_set * ms,
const char * f,
... )

Definition at line 246 of file print.c.

◆ file_mdump()

file_protected void file_mdump ( struct magic * m)

Definition at line 50 of file print.c.