LMMS
Loading...
Searching...
No Matches
unxcfg.h File Reference
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <sys/param.h>
#include <time.h>
#include <locale.h>

Go to the source code of this file.

Macros

#define ZOFF_T_DEFINED
#define Z_STAT_DEFINED
#define SETLOCALE(category, locale)
#define HAVE_WORKING_ISPRINT
#define NO_STRNICMP
#define DATE_FORMAT   DF_MDY /* GRR: customize with locale.h somehow? */
#define lenEOL   1
#define PutNativeEOL   *q++ = native(LF);
#define SCREENSIZE(ttrows, ttcols)
#define SCREENWIDTH   80
#define SCREENLWRAP   1
#define USE_EF_UT_TIME
#define SET_SYMLINK_ATTRIBS
#define SET_DIR_ATTRIB
#define TIMESTAMP
#define RESTORE_UIDGID
#define SYSTEM_SPECIFIC_GLOBALS

Typedefs

typedef off_t zoff_t
typedef struct stat z_stat

Functions

struct tm * gmtime ()
struct tm * localtime ()

Macro Definition Documentation

◆ DATE_FORMAT

#define DATE_FORMAT   DF_MDY /* GRR: customize with locale.h somehow? */

◆ HAVE_WORKING_ISPRINT

#define HAVE_WORKING_ISPRINT

◆ lenEOL

#define lenEOL   1

◆ NO_STRNICMP

#define NO_STRNICMP

◆ PutNativeEOL

#define PutNativeEOL   *q++ = native(LF);

◆ RESTORE_UIDGID

#define RESTORE_UIDGID

◆ SCREENLWRAP

#define SCREENLWRAP   1

◆ SCREENSIZE

#define SCREENSIZE ( ttrows,
ttcols )
Value:
screensize(ttrows, ttcols)
int screensize(int *tt_rows, int *tt_cols)
Definition win32.c:2655

◆ SCREENWIDTH

#define SCREENWIDTH   80

◆ SET_DIR_ATTRIB

#define SET_DIR_ATTRIB

◆ SET_SYMLINK_ATTRIBS

#define SET_SYMLINK_ATTRIBS

◆ SETLOCALE

#define SETLOCALE ( category,
locale )
Value:
setlocale(category, locale)

◆ SYSTEM_SPECIFIC_GLOBALS

#define SYSTEM_SPECIFIC_GLOBALS
Value:
char *rootpath, *buildpath, *end;\
ZCONST char *wildname;\
char *dirname, matchname[FILNAMSIZ];\
int rootlen, have_dirname, dirnamelen, notfirstcall;\
#define ZCONST
Definition crc32.h:25
G wild_dir
Definition unix.c:299
G notfirstcall
Definition unix.c:300
G renamed_fullpath
Definition unix.c:537
G created_dir
Definition unix.c:534
char zvoid
Definition unzip.h:399
#define FILNAMSIZ
Definition unzpriv.h:1198

◆ TIMESTAMP

#define TIMESTAMP

◆ USE_EF_UT_TIME

#define USE_EF_UT_TIME

◆ Z_STAT_DEFINED

#define Z_STAT_DEFINED

◆ ZOFF_T_DEFINED

#define ZOFF_T_DEFINED

Typedef Documentation

◆ z_stat

typedef struct stat z_stat

◆ zoff_t

typedef off_t zoff_t

Function Documentation

◆ gmtime()

struct tm * gmtime ( )

◆ localtime()

struct tm * localtime ( )