Lines Matching defs:buflen
1002 int j, multi, found, rule, retval, ok, buflen;
1044 buflen = 0;
1056 buflen++;
1059 if (buflen == 0) {
1084 * with the strncmp, because the "buflen" limitation
1086 * "ADH-MY-CIPHER" look like a match for buflen=3.
1096 if (strncmp(buf, ca_list[j]->name, buflen) == 0
1097 && (ca_list[j]->name[buflen] == '\0')) {
1216 if ((buflen == 8) && strncmp(buf, "STRENGTH", 8) == 0) {
1218 } else if (buflen == 10 && strncmp(buf, "SECLEVEL=", 9) == 0) {