Searched refs:name_max (Results 1 – 13 of 13) sorted by relevance
/freebsd/contrib/pjdfstest/tests/ |
H A D | misc.sh | 139 name_max=`${fstest} pathconf . _PC_NAME_MAX` 140 namegen_len ${name_max} 148 name_max=`${fstest} pathconf . _PC_NAME_MAX` 149 complen=$((name_max/2))
|
/freebsd/contrib/libarchive/libarchive/ |
H A D | archive_read_disk_posix.c | 172 size_t name_max; member 1652 t->current_filesystem->name_max = sfs.f_namemax; in setup_current_filesystem() 1668 t->current_filesystem->name_max = NAME_MAX; in setup_current_filesystem() 1670 t->current_filesystem->name_max = nm; in setup_current_filesystem() 1672 if (t->current_filesystem->name_max == 0) { in setup_current_filesystem() 1735 t->current_filesystem->name_max = svfs.f_namemax; in setup_current_filesystem() 1868 t->current_filesystem->name_max = svfs.f_namemax; in setup_current_filesystem() 1870 t->current_filesystem->name_max = sfs.f_namelen; in setup_current_filesystem() 1872 if (t->current_filesystem->name_max == 0) { in setup_current_filesystem() 1957 t->current_filesystem->name_max = svfs.f_namemax; in setup_current_filesystem() [all …]
|
/freebsd/lib/libutil/ |
H A D | login_class.c | 100 char name_max[40]; in setclassresources() local 105 sprintf(name_max, "%s-max", lr->what); in setclassresources() 110 rlim.rlim_max = (*lr->who)(lc, name_max, rmax, rmax); in setclassresources()
|
/freebsd/contrib/file/src/ |
H A D | magic.c | 621 ms->name_max = CAST(uint16_t, v); in magic_setparam() 663 *CAST(size_t *, val) = ms->name_max; in magic_getparam()
|
H A D | file.h | 499 uint16_t name_max; member
|
H A D | softmagic.c | 1608 if (*name_count >= ms->name_max) { in mget()
|
H A D | apprentice.c | 581 ms->name_max = FILE_NAME_MAX; in file_ms_alloc()
|
/freebsd/contrib/libpcap/ |
H A D | pcap-bpf.c | 2884 size_t name_max; local 2911 name_max = USBUS_PREFIX_LEN + 10 + 1; 2912 name = malloc(name_max);
|
/freebsd/sys/contrib/zlib/ |
H A D | zlib.h | 123 uInt name_max; /* space at name (only when reading header) */ member
|
H A D | inflate.c | 757 state->length < state->head->name_max) in inflate()
|
/freebsd/contrib/lib9p/backend/ |
H A D | fs.c | 2130 long name_max; in fs_statfs() local 2158 name_max = fpathconf(fd, _PC_NAME_MAX); in fs_statfs() 2162 if (name_max == -1) in fs_statfs() 2165 dostatfs(&req->lr_resp.rstatfs.statfs, &f, name_max); in fs_statfs()
|
/freebsd/include/rpcsvc/ |
H A D | nfs_prot.x | 1083 uint32 name_max; member
|
/freebsd/sys/contrib/zlib/test/ |
H A D | infcover.c | 306 head.name_max = len; in inf()
|