OFF_T -> OFF (more standard style)
This commit is contained in:
parent
e9e129df6a
commit
2675b7e4e4
@ -82,8 +82,8 @@
|
||||
#if !defined(_POSIX_SOURCE) && !defined(_XOPEN_SOURCE)
|
||||
#define SIZE_T_MAX ULONG_MAX /* max value for a size_t */
|
||||
|
||||
#define OFF_T_MAX LONG_MAX /* max value for a off_t */
|
||||
#define OFF_T_MIN LONG_MIN /* min value for a off_t */
|
||||
#define OFF_MAX LONG_MAX /* max value for a off_t */
|
||||
#define OFF_MIN LONG_MIN /* min value for a off_t */
|
||||
|
||||
/* Quads and longs are the same on the alpha. Ensure they stay in sync. */
|
||||
#define UQUAD_MAX (ULONG_MAX) /* max value for a uquad_t */
|
||||
|
@ -82,8 +82,8 @@
|
||||
#if !defined(_POSIX_SOURCE) && !defined(_XOPEN_SOURCE)
|
||||
#define SIZE_T_MAX ULONG_MAX /* max value for a size_t */
|
||||
|
||||
#define OFF_T_MAX LONG_MAX /* max value for a off_t */
|
||||
#define OFF_T_MIN LONG_MIN /* min value for a off_t */
|
||||
#define OFF_MAX LONG_MAX /* max value for a off_t */
|
||||
#define OFF_MIN LONG_MIN /* min value for a off_t */
|
||||
|
||||
/* Quads and longs are the same on the alpha. Ensure they stay in sync. */
|
||||
#define UQUAD_MAX (ULONG_MAX) /* max value for a uquad_t */
|
||||
|
@ -93,8 +93,8 @@
|
||||
#if !defined(_POSIX_SOURCE)
|
||||
#define SIZE_T_MAX UINT_MAX /* max value for a size_t */
|
||||
|
||||
#define OFF_T_MAX LLONG_MAX /* max value for a off_t */
|
||||
#define OFF_T_MIN LLONG_MIN /* min value for a off_t */
|
||||
#define OFF_MAX LLONG_MAX /* max value for a off_t */
|
||||
#define OFF_MIN LLONG_MIN /* min value for a off_t */
|
||||
|
||||
/* Quads and long longs are the same size. Ensure they stay in sync. */
|
||||
#define UQUAD_MAX ULLONG_MAX /* max value for a uquad_t */
|
||||
|
@ -93,8 +93,8 @@
|
||||
#if !defined(_POSIX_SOURCE)
|
||||
#define SIZE_T_MAX UINT_MAX /* max value for a size_t */
|
||||
|
||||
#define OFF_T_MAX LLONG_MAX /* max value for a off_t */
|
||||
#define OFF_T_MIN LLONG_MIN /* min value for a off_t */
|
||||
#define OFF_MAX LLONG_MAX /* max value for a off_t */
|
||||
#define OFF_MIN LLONG_MIN /* min value for a off_t */
|
||||
|
||||
/* Quads and long longs are the same size. Ensure they stay in sync. */
|
||||
#define UQUAD_MAX ULLONG_MAX /* max value for a uquad_t */
|
||||
|
@ -80,8 +80,8 @@
|
||||
#if !defined(_POSIX_SOURCE) && !defined(_XOPEN_SOURCE)
|
||||
#define SIZE_T_MAX ULONG_MAX /* max value for a size_t */
|
||||
|
||||
#define OFF_T_MAX LONG_MAX /* max value for a off_t */
|
||||
#define OFF_T_MIN LONG_MIN /* min value for a off_t */
|
||||
#define OFF_MAX LONG_MAX /* max value for a off_t */
|
||||
#define OFF_MIN LONG_MIN /* min value for a off_t */
|
||||
|
||||
/* Quads and longs are the same. Ensure they stay in sync. */
|
||||
#define UQUAD_MAX (ULONG_MAX) /* max value for a uquad_t */
|
||||
|
@ -80,8 +80,8 @@
|
||||
#if !defined(_POSIX_SOURCE) && !defined(_XOPEN_SOURCE)
|
||||
#define SIZE_T_MAX ULONG_MAX /* max value for a size_t */
|
||||
|
||||
#define OFF_T_MAX LONG_MAX /* max value for a off_t */
|
||||
#define OFF_T_MIN LONG_MIN /* min value for a off_t */
|
||||
#define OFF_MAX LONG_MAX /* max value for a off_t */
|
||||
#define OFF_MIN LONG_MIN /* min value for a off_t */
|
||||
|
||||
/* Quads and longs are the same. Ensure they stay in sync. */
|
||||
#define UQUAD_MAX (ULONG_MAX) /* max value for a uquad_t */
|
||||
|
@ -93,8 +93,8 @@
|
||||
#if !defined(_POSIX_SOURCE)
|
||||
#define SIZE_T_MAX UINT_MAX /* max value for a size_t */
|
||||
|
||||
#define OFF_T_MAX LLONG_MAX /* max value for a off_t */
|
||||
#define OFF_T_MIN LLONG_MIN /* min value for a off_t */
|
||||
#define OFF_MAX LLONG_MAX /* max value for a off_t */
|
||||
#define OFF_MIN LLONG_MIN /* min value for a off_t */
|
||||
|
||||
/* Quads and long longs are the same size. Ensure they stay in sync. */
|
||||
#define UQUAD_MAX ULLONG_MAX /* max value for a uquad_t */
|
||||
|
@ -93,8 +93,8 @@
|
||||
#if !defined(_POSIX_SOURCE)
|
||||
#define SIZE_T_MAX UINT_MAX /* max value for a size_t */
|
||||
|
||||
#define OFF_T_MAX LLONG_MAX /* max value for a off_t */
|
||||
#define OFF_T_MIN LLONG_MIN /* min value for a off_t */
|
||||
#define OFF_MAX LLONG_MAX /* max value for a off_t */
|
||||
#define OFF_MIN LLONG_MIN /* min value for a off_t */
|
||||
|
||||
/* Quads and long longs are the same size. Ensure they stay in sync. */
|
||||
#define UQUAD_MAX ULLONG_MAX /* max value for a uquad_t */
|
||||
|
@ -74,8 +74,8 @@
|
||||
#if !defined(_POSIX_SOURCE) && !defined(_XOPEN_SOURCE)
|
||||
#define SIZE_T_MAX ULONG_MAX /* max value for a size_t */
|
||||
|
||||
#define OFF_T_MAX LONG_MAX /* max value for a off_t */
|
||||
#define OFF_T_MIN LONG_MIN /* min value for a off_t */
|
||||
#define OFF_MAX LONG_MAX /* max value for a off_t */
|
||||
#define OFF_MIN LONG_MIN /* min value for a off_t */
|
||||
|
||||
/* Quads and longs are the same on the alpha. Ensure they stay in sync. */
|
||||
#define UQUAD_MAX (ULONG_MAX) /* max value for a uquad_t */
|
||||
|
@ -74,8 +74,8 @@
|
||||
#if !defined(_POSIX_SOURCE) && !defined(_XOPEN_SOURCE)
|
||||
#define SIZE_T_MAX ULONG_MAX /* max value for a size_t */
|
||||
|
||||
#define OFF_T_MAX LONG_MAX /* max value for a off_t */
|
||||
#define OFF_T_MIN LONG_MIN /* min value for a off_t */
|
||||
#define OFF_MAX LONG_MAX /* max value for a off_t */
|
||||
#define OFF_MIN LONG_MIN /* min value for a off_t */
|
||||
|
||||
/* Quads and longs are the same on the alpha. Ensure they stay in sync. */
|
||||
#define UQUAD_MAX (ULONG_MAX) /* max value for a uquad_t */
|
||||
|
Loading…
Reference in New Issue
Block a user