Searched refs:PATH_MAX (Results 1 - 8 of 8) sorted by relevance

/bind-9.11.3/bin/tests/dst/
H A Dt_dst.c43 #ifndef PATH_MAX
44 #define PATH_MAX 256 macro
54 char fullname[PATH_MAX + 1];
169 char current[PATH_MAX + 1];
170 char tmp[PATH_MAX + 1];
180 p = getcwd(current, PATH_MAX);;
281 char current[PATH_MAX + 1];
282 char tmp[PATH_MAX + 1];
285 p = getcwd(current, PATH_MAX);;
/bind-9.11.3/lib/isc/unix/
H A Dfile.c704 #ifndef PATH_MAX
705 #define PATH_MAX 1024 macro
712 char buf[PATH_MAX], hash[PATH_MAX];
732 if (l > length || l > (unsigned)PATH_MAX)
/bind-9.11.3/lib/isc/win32/
H A Dfile.c775 #ifndef PATH_MAX
776 #define PATH_MAX 1024 macro
783 char buf[PATH_MAX], hash[PATH_MAX];
803 if (l > length || l > PATH_MAX)
/bind-9.11.3/bin/dnssec/
H A Ddnssec-dsfromkey.c48 #ifndef PATH_MAX
49 #define PATH_MAX 1024 /* AIX, WIN32, and others don't define this. */ macro
142 char filename[PATH_MAX + 1];
H A Ddnssec-importkey.c48 #ifndef PATH_MAX
49 #define PATH_MAX 1024 /* AIX, WIN32, and others don't define this. */ macro
H A Ddnssec-signzone.c86 #ifndef PATH_MAX
87 #define PATH_MAX 1024 /* AIX, WIN32, and others don't define this. */ macro
876 char filename[PATH_MAX];
/bind-9.11.3/lib/isc/
H A Dlog.c47 #ifndef PATH_MAX
48 #define PATH_MAX 1024 /* AIX and others don't define this. */ macro
1215 char current[PATH_MAX + 1];
1216 char new[PATH_MAX + 1];
/bind-9.11.3/bin/named/
H A Dserver.c133 #ifndef PATH_MAX
134 #define PATH_MAX 1024 macro
1058 char cwd[PATH_MAX];
5693 char filename[PATH_MAX];
11537 char dbpath_copy[PATH_MAX];
11538 char lockpath[PATH_MAX];
11682 char tempname[PATH_MAX];

Completed in 2288 milliseconds