Searched refs:PATH_MAX (Results 26 - 37 of 37) sorted by last modified time

12

/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DSymLink.cpp30 status_t error = (newSize >= 0 && newSize < PATH_MAX ? B_OK : B_BAD_VALUE);
54 int32 len = strnlen(path, PATH_MAX - 1);
/haiku/src/bin/consoled/
H A Dconsoled.cpp97 char path[PATH_MAX];
249 char path[PATH_MAX];
/haiku/src/tests/system/network/
H A Dselect_test2.c21 char path[PATH_MAX];
29 getcwd(path, PATH_MAX);
/haiku/src/bin/unzip/
H A Dbeos.c1318 char buff[PATH_MAX], cwd_buff[PATH_MAX];
1324 sprintf( buff, "%s/%s", getcwd( cwd_buff, PATH_MAX ), file );
H A Dunzpriv.h485 # undef PATH_MAX macro
486 # define PATH_MAX 36 macro
1047 * define some or all of the following: NAME_MAX, PATH_MAX, _POSIX_NAME_MAX,
1054 #ifndef PATH_MAX
1056 # define PATH_MAX MAXPATHLEN /* in <sys/param.h> on some systems */ macro
1059 # define PATH_MAX _MAX_PATH macro
1062 # define PATH_MAX FILENAME_MAX /* used like PATH_MAX on some systems */ macro
1064 # define PATH_MAX 1024 macro
1068 #endif /* !PATH_MAX */
[all...]
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dunistr.c568 * limit its length to PATH_MAX. Note: we follow the standard
569 * convention of PATH_MAX including the terminating null. */
570 outs_len = PATH_MAX;
694 * Return -1 with errno set if it's longer than PATH_MAX or string is invalid.
706 if (++count >= PATH_MAX)
725 if (++count >= PATH_MAX)
/haiku/src/tools/vmdkimage/
H A Dvmdkimage.cpp320 char fullPath[PATH_MAX + 6];
/haiku/src/system/libroot/posix/stdlib/
H A Drealpath.cpp23 resolvedPath = (char*)malloc(PATH_MAX + 1);
/haiku/src/tests/servers/app/newerClipping/drawing/
H A DAccelerantHWInterface.cpp156 char path[PATH_MAX];
211 char path[PATH_MAX];
212 if (find_directory(dirs[i], -1, false, path, PATH_MAX) != B_OK)
/haiku/src/tools/
H A Drm_attrs.cpp26 if (len == 0 || len >= PATH_MAX)
55 if (fPathLen + separatorLen + leafLen >= PATH_MAX)
79 char fPath[PATH_MAX];
/haiku/src/system/libroot/posix/unistd/
H A Ddirectory.c37 buffer = malloc(size = PATH_MAX);
/haiku/headers/posix/sys/
H A Dparam.h12 #define MAXPATHLEN PATH_MAX

Completed in 97 milliseconds

12