Home
last modified time | relevance | path

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

/f-stack/tools/libutil/
H A Dlogin_class.c101 char name_max[40]; in setclassresources() local
106 sprintf(name_max, "%s-max", lr->what); in setclassresources()
111 rlim.rlim_max = (*lr->who)(lc, name_max, rmax, rmax); in setclassresources()
/f-stack/freebsd/contrib/zlib/
H A Dzlib.h123 uInt name_max; /* space at name (only when reading header) */ member
H A Dinflate.c786 state->length < state->head->name_max)
/f-stack/freebsd/contrib/zlib/test/
H A Dinfcover.c306 head.name_max = len; in inf()