Symbol: MAXPATHLEN
headers/compatibility/bsd/libutil.h
65
char pf_path[MAXPATHLEN + 1];
headers/os/kernel/image.h
31
char name[MAXPATHLEN];
headers/os/storage/StorageDefs.h
17
#define B_PATH_NAME_LENGTH MAXPATHLEN
headers/private/graphics/radeon/radeon_interface.h
27
#define MAX_RADEON_DEVICE_NAME_LENGTH MAXPATHLEN
src/add-ons/accelerants/3dfx/accelerant.cpp
141
char path[MAXPATHLEN] = "/dev/";
src/add-ons/accelerants/ati/accelerant.cpp
147
char path[MAXPATHLEN] = "/dev/";
src/add-ons/accelerants/et6x00/InitAccelerant.c
164
char path[MAXPATHLEN];
src/add-ons/accelerants/framebuffer/accelerant.cpp
146
char path[MAXPATHLEN];
src/add-ons/accelerants/intel_810/accelerant.cpp
178
char path[MAXPATHLEN] = "/dev/";
src/add-ons/accelerants/matrox/InitAccelerant.c
251
char path[MAXPATHLEN];
src/add-ons/accelerants/neomagic/InitAccelerant.c
278
char path[MAXPATHLEN];
src/add-ons/accelerants/nvidia/InitAccelerant.c
271
char path[MAXPATHLEN];
src/add-ons/accelerants/radeon/InitAccelerant.c
249
char path[MAXPATHLEN];
src/add-ons/accelerants/s3/accel.cpp
150
char path[MAXPATHLEN] = "/dev/";
src/add-ons/accelerants/skeleton/InitAccelerant.c
239
char path[MAXPATHLEN];
src/add-ons/accelerants/vesa/accelerant.cpp
140
char path[MAXPATHLEN];
src/add-ons/accelerants/via/InitAccelerant.c
237
char path[MAXPATHLEN];
src/add-ons/accelerants/virtio/accelerant.cpp
134
char path[MAXPATHLEN];
src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ah_osdep.c
196
static char ath_hal_logfile[MAXPATHLEN] = "/tmp/ath_hal.log";
src/apps/poorman/libhttpd/libhttpd.c
2742
char lnk[MAXPATHLEN+1];
src/apps/poorman/libhttpd/libhttpd.c
2848
names = NEW( char, maxnames * ( MAXPATHLEN + 1 ) );
src/apps/poorman/libhttpd/libhttpd.c
2854
names = RENEW( names, char, maxnames * ( MAXPATHLEN + 1 ) );
src/apps/poorman/libhttpd/libhttpd.c
2864
nameptrs[i] = &names[i * ( MAXPATHLEN + 1 )];
src/bin/acpi_call/acpi_call.cpp
142
strlcpy(dev_path, optarg, MAXPATHLEN);
src/bin/acpi_call/acpi_call.cpp
57
char dev_path[MAXPATHLEN] = "/dev/acpi/call";
src/bin/network/ftpd/ftpd.c
2713
char *s, path[MAXPATHLEN + 1];
src/bin/network/ftpd/ftpd.c
3135
static char new[MAXPATHLEN];
src/bin/network/ftpd/ftpd.c
3275
char nbuf[MAXPATHLEN];
src/bin/network/ftpd/ftpd.c
3381
char wd[MAXPATHLEN + 1];
src/bin/network/ftpd/ftpd.c
3407
char buf[MAXPATHLEN + 1024];
src/bin/network/ftpd/ftpd.c
3408
char path[MAXPATHLEN + 1];
src/bin/unzip/unzpriv.h
1055
# ifdef MAXPATHLEN
src/bin/unzip/unzpriv.h
1056
# define PATH_MAX MAXPATHLEN /* in <sys/param.h> on some systems */
src/build/libroot/fs_darwin.cpp
130
char fullPath[MAXPATHLEN];
src/build/libroot/fs_darwin.cpp
166
char fullPath[MAXPATHLEN];
src/build/libroot/fs_darwin.cpp
204
char fullPath[MAXPATHLEN];
src/build/libroot/fs_darwin.cpp
227
char path[MAXPATHLEN];
src/build/libroot/fs_darwin.cpp
262
char fullPath[MAXPATHLEN];
src/build/libroot/fs_darwin.cpp
285
char fullPath[MAXPATHLEN];
src/build/libroot/fs_darwin.cpp
307
char fullPath[MAXPATHLEN];
src/build/libroot/fs_darwin.cpp
329
char fullPath[MAXPATHLEN];
src/build/libroot/fs_darwin.cpp
354
char oldFullPath[MAXPATHLEN];
src/build/libroot/fs_darwin.cpp
366
char newFullPath[MAXPATHLEN];
src/build/libroot/fs_darwin.cpp
397
char fullPath[MAXPATHLEN];
src/build/libroot/fs_darwin.cpp
420
char newFullPath[MAXPATHLEN];
src/build/libroot/fs_darwin.cpp
44
if (strlcat(fullPath, "/", MAXPATHLEN) > MAXPATHLEN
src/build/libroot/fs_darwin.cpp
448
char fullPath[MAXPATHLEN];
src/build/libroot/fs_darwin.cpp
45
|| strlcat(fullPath, path, MAXPATHLEN) > MAXPATHLEN) {
src/build/libroot/fs_darwin.cpp
485
char oldFullPath[MAXPATHLEN];
src/build/libroot/fs_darwin.cpp
497
char newFullPath[MAXPATHLEN];
src/build/libroot/fs_darwin.cpp
528
char fullPath[MAXPATHLEN];
src/kits/tracker/FSUtils.cpp
1388
char linkpath[MAXPATHLEN];
src/kits/tracker/FSUtils.cpp
1391
ssize_t size = srcLink.ReadLink(linkpath, MAXPATHLEN - 1);
src/libs/bsd/fts.c
177
if (fts_palloc(sp, MAX(fts_maxarglen(argv), MAXPATHLEN)))
src/libs/compat/freebsd_wlan/net80211/ieee80211_alq.c
63
static char ieee80211_alq_logfile[MAXPATHLEN] = "/tmp/net80211.log";
src/system/libroot/posix/glob.c
1007
char buf[MAXPATHLEN + MB_LEN_MAX - 1];
src/system/libroot/posix/glob.c
1027
char buf[MAXPATHLEN + MB_LEN_MAX - 1];
src/system/libroot/posix/glob.c
1041
char buf[MAXPATHLEN + MB_LEN_MAX - 1];
src/system/libroot/posix/glob.c
192
Char *bufnext, *bufend, patbuf[MAXPATHLEN], prot;
src/system/libroot/posix/glob.c
215
bufend = bufnext + MAXPATHLEN - 1;
src/system/libroot/posix/glob.c
322
Char patbuf[MAXPATHLEN];
src/system/libroot/posix/glob.c
427
wchar_t wbuf[MAXPATHLEN];
src/system/libroot/posix/glob.c
484
wbufend = wbuf + MAXPATHLEN - 1;
src/system/libroot/posix/glob.c
540
Char *bufnext, c, patbuf[MAXPATHLEN];
src/system/libroot/posix/glob.c
542
qpatnext = globtilde(pattern, patbuf, MAXPATHLEN, pglob);
src/system/libroot/posix/glob.c
634
Char pathbuf[MAXPATHLEN];
src/system/libroot/posix/glob.c
639
return (glob2(pathbuf, pathbuf, pathbuf + MAXPATHLEN - 1,
src/system/libroot/posix/glob.c
726
char buf[MAXPATHLEN + MB_LEN_MAX - 1];
src/system/libroot/posix/stdio/tempnam.c
45
if (!(name = malloc(MAXPATHLEN)))
src/system/libroot/posix/stdio/tempnam.c
52
(void)snprintf(name, MAXPATHLEN, "%s%s%sXXXXXX", f,
src/system/libroot/posix/stdio/tempnam.c
59
(void)snprintf(name, MAXPATHLEN, "%s%s%sXXXXXX", f,
src/system/libroot/posix/stdio/tempnam.c
66
(void)snprintf(name, MAXPATHLEN, "%s%sXXXXXX", f, pfx);
src/system/libroot/posix/stdlib/mktemp.c
103
if (trv - path >= MAXPATHLEN) {
src/system/libroot/posix/stdlib/mktemp.c
93
char carrybuf[MAXPATHLEN];
src/system/libroot/posix/unistd/ttyname.c
55
static char pathname[MAXPATHLEN];