Home
last modified time | relevance | path

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

/openbsd/lib/libc/gen/
H A Dlogin_cap.c490 char name_max[32]; in gsetrl() local
506 len = snprintf(name_max, sizeof name_max, "%s-max", name); in gsetrl()
507 if (len < 0 || len >= sizeof name_max) { in gsetrl()
529 if (v < cgetcap(lc->lc_cap, name_max, '=')) in gsetrl()
530 name_max[0] = '\0'; in gsetrl()
541 rl.rlim_max = (rlim_t)login_getcaptime(lc, name_max, RMAX, RMAX); in gsetrl()
547 rl.rlim_max = (rlim_t)login_getcapsize(lc, name_max, RMAX, RMAX); in gsetrl()
553 rl.rlim_max = (rlim_t)login_getcapnum(lc, name_max, RMAX, RMAX); in gsetrl()
/openbsd/lib/libz/
H A Dzlib.h123 uInt name_max; /* space at name (only when reading header) */ member
H A Dinflate.c778 state->length < state->head->name_max) in inflate()
/openbsd/sys/lib/libz/
H A Dzlib.h123 uInt name_max; /* space at name (only when reading header) */ member
H A Dinflate.c777 state->length < state->head->name_max) in inflate()
/openbsd/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/
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()
/openbsd/regress/lib/libz/
H A Dinfcover.c306 head.name_max = len; in inf()