OFF_T -> OFF (more standard style)

This commit is contained in:
ache 2001-08-15 19:50:59 +00:00
parent e9e129df6a
commit 2675b7e4e4
10 changed files with 20 additions and 20 deletions

View File

@ -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 */

View File

@ -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 */

View File

@ -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 */

View File

@ -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 */

View File

@ -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 */

View File

@ -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 */

View File

@ -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 */

View File

@ -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 */

View File

@ -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 */

View File

@ -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 */