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

/freebsd-10.0-release/tools/regression/pjdfstest/tests/
H A Dmisc.sh115 name_max=`${fstest} pathconf . _PC_NAME_MAX`
116 namegen_len ${name_max}
124 name_max=`${fstest} pathconf . _PC_NAME_MAX`
125 complen=$((name_max/2))
/freebsd-10.0-release/lib/libutil/
H A Dlogin_class.c100 char name_max[40]; local
105 sprintf(name_max, "%s-max", lr->what);
110 rlim.rlim_max = (*lr->who)(lc, name_max, rmax, rmax);
/freebsd-10.0-release/contrib/groff/src/utils/indxbib/
H A Dindxbib.cpp215 size_t name_max; variable
219 name_max = file_name_max(dir);
223 name_max = file_name_max(".");
225 if (strlen(filename) + sizeof(INDEX_SUFFIX) - 1 > name_max)
/freebsd-10.0-release/contrib/libarchive/libarchive/
H A Darchive_read_disk_posix.c169 size_t name_max; member in struct:filesystem
1556 t->current_filesystem->name_max = sfs.f_namemax;
1568 t->current_filesystem->name_max = NAME_MAX;
1570 t->current_filesystem->name_max = nm;
1638 t->current_filesystem->name_max = sfs.f_namemax;
1755 t->current_filesystem->name_max = sfs.f_namelen;
1839 t->current_filesystem->name_max = sfs.f_namemax;
1884 t->current_filesystem->name_max = NAME_MAX;
1888 t->current_filesystem->name_max = PATH_MAX;
1892 t->current_filesystem->name_max
[all...]
/freebsd-10.0-release/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Dzlib.h120 uInt name_max; /* space at name (only when reading header) */ member in struct:gz_header_s
836 If name is not Z_NULL, then up to name_max characters are written there,
837 terminated with a zero unless the length is greater than name_max. If
H A Dinflate.c722 state->length < state->head->name_max)
/freebsd-10.0-release/lib/libz/
H A Dzlib.h121 uInt name_max; /* space at name (only when reading header) */ member in struct:gz_header_s
982 If name is not Z_NULL, then up to name_max characters are written there,
983 terminated with a zero unless the length is greater than name_max. If
H A Dinflate.c763 state->length < state->head->name_max)
/freebsd-10.0-release/sys/cddl/contrib/opensolaris/uts/common/fs/
H A Dgfs.c193 * name_max - the directory's maximum file name length
228 gfs_readdir_init(gfs_readdir_state_t *st, int name_max, int ureclen, argument
239 st->grd_namlen = name_max;
/freebsd-10.0-release/lib/libz/test/
H A Dinfcover.c306 head.name_max = len;
/freebsd-10.0-release/include/rpcsvc/
H A Dnfs_prot.x1090 uint32 name_max;

Completed in 228 milliseconds