Home
last modified time | relevance | path

Searched refs:name_max (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/pjdfstest/tests/
H A Dmisc.sh139 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 Darchive_read_disk_posix.c172 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 Dlogin_class.c100 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 Dmagic.c621 ms->name_max = CAST(uint16_t, v); in magic_setparam()
663 *CAST(size_t *, val) = ms->name_max; in magic_getparam()
H A Dfile.h499 uint16_t name_max; member
H A Dsoftmagic.c1608 if (*name_count >= ms->name_max) { in mget()
H A Dapprentice.c581 ms->name_max = FILE_NAME_MAX; in file_ms_alloc()
/freebsd/contrib/libpcap/
H A Dpcap-bpf.c2884 size_t name_max; local
2911 name_max = USBUS_PREFIX_LEN + 10 + 1;
2912 name = malloc(name_max);
/freebsd/sys/contrib/zlib/
H A Dzlib.h123 uInt name_max; /* space at name (only when reading header) */ member
H A Dinflate.c757 state->length < state->head->name_max) in inflate()
/freebsd/contrib/lib9p/backend/
H A Dfs.c2130 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 Dnfs_prot.x1083 uint32 name_max; member
/freebsd/sys/contrib/zlib/test/
H A Dinfcover.c306 head.name_max = len; in inf()