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

/freebsd-current/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-current/lib/libutil/
H A Dlogin_class.c99 char name_max[40]; local
104 sprintf(name_max, "%s-max", lr->what);
109 rlim.rlim_max = (*lr->who)(lc, name_max, rmax, rmax);
/freebsd-current/contrib/libarchive/libarchive/
H A Darchive_read_disk_posix.c172 size_t name_max; member in struct:filesystem
1652 t->current_filesystem->name_max = sfs.f_namemax;
1668 t->current_filesystem->name_max = NAME_MAX;
1670 t->current_filesystem->name_max = nm;
1672 if (t->current_filesystem->name_max == 0) {
1674 "Cannot determine name_max");
1735 t->current_filesystem->name_max = svfs.f_namemax;
1868 t->current_filesystem->name_max = svfs.f_namemax;
1870 t->current_filesystem->name_max = sfs.f_namelen;
1872 if (t->current_filesystem->name_max
[all...]
/freebsd-current/contrib/file/src/
H A Dmagic.c620 ms->name_max = CAST(uint16_t, *CAST(const size_t *, val));
659 *CAST(size_t *, val) = ms->name_max;
H A Dfile.h486 uint16_t name_max; member in struct:magic_set
H A Dsoftmagic.c1607 if (*name_count >= ms->name_max) {
H A Dapprentice.c578 ms->name_max = FILE_NAME_MAX;
/freebsd-current/contrib/libpcap/
H A Dpcap-bpf.c2813 size_t name_max; local
2840 name_max = USBUS_PREFIX_LEN + 10 + 1;
2841 name = malloc(name_max);
/freebsd-current/contrib/lib9p/backend/
H A Dfs.c2130 long name_max; local
2158 name_max = fpathconf(fd, _PC_NAME_MAX);
2162 if (name_max == -1)
2165 dostatfs(&req->lr_resp.rstatfs.statfs, &f, name_max);
/freebsd-current/sys/contrib/zlib/test/
H A Dinfcover.c306 head.name_max = len;
/freebsd-current/sys/contrib/zlib/
H A Dzlib.h123 uInt name_max; /* space at name (only when reading header) */ member in struct:gz_header_s
1054 If name is not Z_NULL, then up to name_max characters are written there,
1055 terminated with a zero unless the length is greater than name_max. If
H A Dinflate.c757 state->length < state->head->name_max)
/freebsd-current/include/rpcsvc/
H A Dnfs_prot.x1083 uint32 name_max;

Completed in 219 milliseconds