Lines Matching refs:BUFSIZ

786 	char 	buffer[BUFSIZ];  in uninstall_uef_lib()
787 char buffer2[BUFSIZ]; in uninstall_uef_lib()
863 while (fgets(buffer, BUFSIZ, pfile) != NULL) { in uninstall_uef_lib()
872 (void) strlcpy(buffer2, buffer, BUFSIZ); in uninstall_uef_lib()
1126 char buffer[BUFSIZ]; in update_pkcs11conf()
1127 char buffer2[BUFSIZ]; in update_pkcs11conf()
1193 while (fgets(buffer, BUFSIZ, pfile) != NULL) { in update_pkcs11conf()
1203 (void) strlcpy(buffer2, buffer, BUFSIZ); in update_pkcs11conf()
1229 (void) strlcpy(buffer, str, BUFSIZ); in update_pkcs11conf()
1314 buf = malloc(BUFSIZ); in uent2str()
1321 if (strlcpy(buf, puent->name, BUFSIZ) >= BUFSIZ) { in uent2str()
1329 if (strlcat(buf, SEP_COLON, BUFSIZ) >= BUFSIZ) { in uent2str()
1334 if (strlcat(buf, EF_ENABLED, BUFSIZ) >= BUFSIZ) { in uent2str()
1341 if (strlcat(buf, phead->name, BUFSIZ) >= BUFSIZ) { in uent2str()
1348 if (strlcat(buf, SEP_COMMA, BUFSIZ) in uent2str()
1349 >= BUFSIZ) { in uent2str()
1357 if (strlcat(buf, SEP_COLON, BUFSIZ) >= BUFSIZ) { in uent2str()
1362 if (strlcat(buf, EF_DISABLED, BUFSIZ) >= BUFSIZ) { in uent2str()
1368 if (strlcat(buf, phead->name, BUFSIZ) >= BUFSIZ) { in uent2str()
1375 if (strlcat(buf, SEP_COMMA, BUFSIZ) in uent2str()
1376 >= BUFSIZ) { in uent2str()
1387 BUFSIZ) >= BUFSIZ) { in uent2str()
1392 if (strlcat(buf, EF_NORANDOM, BUFSIZ) >= BUFSIZ) { in uent2str()
1402 BUFSIZ) >= BUFSIZ) { in uent2str()
1407 if (strlcat(buf, METASLOT_STATUS, BUFSIZ) >= BUFSIZ) { in uent2str()
1413 if (strlcat(buf, ENABLED_KEYWORD, BUFSIZ) >= BUFSIZ) { in uent2str()
1418 if (strlcat(buf, DISABLED_KEYWORD, BUFSIZ) in uent2str()
1419 >= BUFSIZ) { in uent2str()
1429 if (strlcat(buf, SEP_SEMICOLON, BUFSIZ) >= BUFSIZ) { in uent2str()
1434 if (strlcat(buf, METASLOT_AUTO_KEY_MIGRATE, BUFSIZ) >= BUFSIZ) { in uent2str()
1440 if (strlcat(buf, ENABLED_KEYWORD, BUFSIZ) >= BUFSIZ) { in uent2str()
1445 if (strlcat(buf, DISABLED_KEYWORD, BUFSIZ) >= BUFSIZ) { in uent2str()
1458 SEP_SEMICOLON : SEP_COLON), BUFSIZ) >= BUFSIZ) { in uent2str()
1463 if (strlcat(buf, METASLOT_TOKEN, BUFSIZ) >= BUFSIZ) { in uent2str()
1469 (const char *)puent->metaslot_ks_token, BUFSIZ) in uent2str()
1470 >= BUFSIZ) { in uent2str()
1481 SEP_SEMICOLON : SEP_COLON), BUFSIZ) >= BUFSIZ) { in uent2str()
1486 if (strlcat(buf, METASLOT_SLOT, BUFSIZ) >= BUFSIZ) { in uent2str()
1492 (const char *)puent->metaslot_ks_slot, BUFSIZ) in uent2str()
1493 >= BUFSIZ) { in uent2str()
1500 if (strlcat(buf, "\n", BUFSIZ) >= BUFSIZ) { in uent2str()