Searched refs:name_max (Results 1 – 12 of 12) 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/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/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/libpcap/ |
| H A D | pcap-bpf.c | 2946 size_t name_max; local 2973 name_max = USBUS_PREFIX_LEN + 10 + 1; 2974 name = malloc(name_max);
|
| /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()
|