Searched refs:lenmax (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/gnudiff-19/diffutils/src/
H A Dsdiff.c1145 lin llen, rlen, lenmax;
1154 lenmax = MAX (llen, rlen);
1160 lf_skip (diff, lenmax);
1162 lf_copy (diff, lenmax, stdout);
1169 lf_copy (diff, lenmax, stdout);
1140 lin llen, rlen, lenmax; local
/macosx-10.10/OpenSSL098-52/src/ssl/
H A Dt1_lib.c149 long lenmax; local
159 if ((lenmax = limit - ret - 9) < 0
160 || (size_str = strlen(s->tlsext_hostname)) > (unsigned long)lenmax)

Completed in 191 milliseconds