Home
last modified time | relevance | path

Searched refs:V7FS_PATH_MAX (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/sbin/fsck_v7fs/
Dpathname.c306 static char path[V7FS_PATH_MAX]; in filename()
311 char *p = path + V7FS_PATH_MAX; in filename()
/netbsd/src/sys/fs/v7fs/
Dv7fs.h131 #define V7FS_PATH_MAX PATH_MAX /* No V7 limit. */ macro
Dv7fs_vnops.c1206 *ap->a_retval = V7FS_PATH_MAX; in v7fs_pathconf()