#include <dir.h>
Data Fields | |
char | name [ISC_DIR_NAMEMAX] |
unsigned int | length |
Definition at line 37 of file dir.h.
char isc_direntry::name[ISC_DIR_NAMEMAX] |
Ideally, this should be NAME_MAX, but AIX does not define it by default and dynamically allocating the space based on pathconf() complicates things undesirably, as does adding special conditionals just for AIX. So a comfortably sized buffer is chosen instead.
Definition at line 44 of file dir.h.
Referenced by dns_dnssec_findmatchingkeys(), greatest_version(), isc_dir_init(), and isc_dir_read().
unsigned int isc_direntry::length |
Definition at line 45 of file dir.h.
Referenced by dns_dnssec_findmatchingkeys(), greatest_version(), isc_dir_init(), and isc_dir_read().