EF_DISABLED
} else if (strncmp(buf, EF_DISABLED, strlen(EF_DISABLED)) == 0) {
if (strlcat(buf, EF_DISABLED, BUFSIZ) >= BUFSIZ) {
if (strlcat(buf, EF_DISABLED, BUFSIZ) >= BUFSIZ) {
if (strncmp(buf, EF_DISABLED, sizeof (EF_DISABLED) - 1) == 0) {