Lines Matching refs:strlen
145 if (strlen(str) < strlen(pfx))
148 return !memcmp(str, pfx, strlen(pfx));
166 strncat(msg, "' or '", sizeof(msg) - strlen(msg) - 1);
167 strncat(msg, ref, sizeof(msg) - strlen(msg) - 1);
170 strncat(msg, "'", sizeof(msg) - strlen(msg) - 1);
308 if (strlen(buf) == sizeof(buf) - 1) {
318 strlen(contline) == 0) {
329 if (strlen(buf) + strlen(contline) + 1 > sizeof(buf)) {
334 buf[strlen(buf) - 2] = '\0';