ARB
|
#include <static_assert.h>
#include <climits>
#include <cstdio>
Go to the source code of this file.
Macros | |
#define | ARB_PATH_LOWER_LIMIT 256 |
#define | ARB_PATH_UPPER_LIMIT 10000 |
#define | ARB_PATH_MAX 4096 |
Functions | |
STATIC_ASSERT (FILENAME_MAX >=ARB_PATH_MAX) | |
STATIC_ASSERT (ARB_PATH_MAX >=ARB_PATH_LOWER_LIMIT) | |
STATIC_ASSERT (ARB_PATH_UPPER_LIMIT >=ARB_PATH_LOWER_LIMIT) | |
#define ARB_PATH_LOWER_LIMIT 256 |
Definition at line 25 of file arb_pathlen.h.
#define ARB_PATH_UPPER_LIMIT 10000 |
Definition at line 26 of file arb_pathlen.h.
#define ARB_PATH_MAX 4096 |
Definition at line 31 of file arb_pathlen.h.
Referenced by GB_append_suffix(), GB_canonical_path(), GB_find_all_files(), GB_find_latest_file(), GB_getcwd(), gb_scan_directory(), and UnitTester::UnitTester().
STATIC_ASSERT | ( | FILENAME_MAX >= | ARB_PATH_MAX | ) |
STATIC_ASSERT | ( | ARB_PATH_MAX >= | ARB_PATH_LOWER_LIMIT | ) |
STATIC_ASSERT | ( | ARB_PATH_UPPER_LIMIT >= | ARB_PATH_LOWER_LIMIT | ) |