OFF_T -> OFF (more standard style)

This commit is contained in:
Andrey A. Chernov 2001-08-15 19:50:59 +00:00
parent d89c83bef1
commit 2a54e09dff
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=81727
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 */