bom_prefix       4866 io.c           static const char bom_prefix[] = "bom|";
bom_prefix       4874 io.c               return len > bom_prefix_len && STRNCASECMP(name, bom_prefix, bom_prefix_len) == 0;