Home
last modified time | relevance | path

Searched refs:MAX_LEN (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dfastlz.c104 #define MAX_LEN 264 /* 256 + 8 */ macro
379 if (FASTLZ_UNEXPECT_CONDITIONAL(len > MAX_LEN - 2)) in FASTLZ_COMPRESSOR()
380 while (len > MAX_LEN - 2) { in FASTLZ_COMPRESSOR()
382 *op++ = MAX_LEN - 2 - 7 - 2; in FASTLZ_COMPRESSOR()
384 len -= MAX_LEN - 2; in FASTLZ_COMPRESSOR()
/illumos-gate/usr/src/cmd/krb5/ldap_util/
H A Dkdb5_ldap_services.h50 #define MAX_LEN 1024 macro
H A Dkdb5_ldap_services.c1080 char line[MAX_LEN]={0};
1122 while (fgets(line, MAX_LEN, pfile) != NULL) {
1558 char line[MAX_LEN];
1793 while (fgets(line, MAX_LEN, pfile) != NULL) {
1838 while (fgets(line, MAX_LEN, pfile) != NULL) {
1931 char line[MAX_LEN];
2093 while (fgets (line, MAX_LEN, pfile) != NULL) {
2147 while (fgets(line, MAX_LEN, pfile) != NULL) {