Logo ROOT  
Reference Guide
Loading...
Searching...
No Matches
Tailor.h File Reference
#include <stdio.h>
#include <string.h>
#include <sys/types.h>
#include <sys/stat.h>
Include dependency graph for Tailor.h:
This graph shows which files directly or indirectly include this file:

Macros

#define case_map(c)
#define CBSZ   16384
#define const
#define far
#define farfree   free
#define farmalloc   malloc
#define fcalloc(items, size)
#define fcfree   free
#define FOPM   "r+"
#define FOPR   "r"
#define FOPR_EX   FOPR
#define FOPW   "w"
#define huge
#define LSTAT   SSTAT
#define near
#define OF(a)
#define OS_CODE   0x300 /* assume Unix */
#define R__UNIX
#define SSTAT   stat
#define to_up(c)
#define void   int
#define ZBSZ   16384

Typedefs

typedef unsigned int extent

Functions

char * calloc ()

Macro Definition Documentation

◆ case_map

#define case_map ( c)
Value:
(c)
#define c(i)
Definition RSha256.hxx:101

Definition at line 157 of file Tailor.h.

◆ CBSZ

#define CBSZ   16384

Definition at line 321 of file Tailor.h.

◆ const

#define const

Definition at line 92 of file Tailor.h.

◆ far

#define far

Definition at line 122 of file Tailor.h.

◆ farfree

#define farfree   free

Definition at line 126 of file Tailor.h.

◆ farmalloc

#define farmalloc   malloc

Definition at line 125 of file Tailor.h.

◆ fcalloc

#define fcalloc ( items,
size )
Value:
calloc((unsigned)(items), (unsigned)(size))
size_t size(const MatrixT &matrix)
retrieve the size of a square matrix
#define calloc
Definition civetweb.c:1576

Definition at line 127 of file Tailor.h.

◆ fcfree

#define fcfree   free

Definition at line 128 of file Tailor.h.

◆ FOPM

#define FOPM   "r+"

Definition at line 270 of file Tailor.h.

◆ FOPR

#define FOPR   "r"

Definition at line 269 of file Tailor.h.

◆ FOPR_EX

#define FOPR_EX   FOPR

Definition at line 282 of file Tailor.h.

◆ FOPW

#define FOPW   "w"

Definition at line 271 of file Tailor.h.

◆ huge

#define huge

Definition at line 121 of file Tailor.h.

◆ LSTAT

#define LSTAT   SSTAT

Definition at line 386 of file Tailor.h.

◆ near

#define near

Definition at line 123 of file Tailor.h.

◆ OF

#define OF ( a)
Value:
()

Definition at line 87 of file Tailor.h.

◆ OS_CODE

#define OS_CODE   0x300 /* assume Unix */

Definition at line 422 of file Tailor.h.

◆ R__UNIX

#define R__UNIX

Definition at line 424 of file Tailor.h.

◆ SSTAT

#define SSTAT   stat

Definition at line 381 of file Tailor.h.

◆ to_up

#define to_up ( c)
Value:
((c) >= 'a' && (c) <= 'z' ? (c)-'a'+'A' : (c))

Definition at line 158 of file Tailor.h.

◆ void

#define void   int

Definition at line 179 of file Tailor.h.

◆ ZBSZ

#define ZBSZ   16384

Definition at line 322 of file Tailor.h.

Typedef Documentation

◆ extent

typedef unsigned int extent

Definition at line 178 of file Tailor.h.

Function Documentation

◆ calloc()

char * calloc ( )
extern