Lines Matching refs:format
62 /* Line format was bad. */
398 // Make sure token format was ok and value doesn't exceed unsigned short.
460 * returns BAD_FORMAT if line format was not recognized, SKIP_LINE if line
461 * format was ok, but it didn't contain key information, or KEY_ENTRY
487 derror("Invalid format of charmap file %s. Unknown key %s in line %d",
495 derror("Invalid format of charmap file %s. Invalid display value in line %d",
503 derror("Invalid format of charmap file %s. Invalid number value in line %d",
511 derror("Invalid format of charmap file %s. Invalid base value in line %d",
519 derror("Invalid format of charmap file %s. Invalid caps value in line %d",
527 derror("Invalid format of charmap file %s. Invalid fn value in line %d",
535 derror("Invalid format of charmap file %s. Invalid caps_fn value in line %d",
546 derror("Invalid format of charmap file %s in line %d",
601 * See comments to this module for .kcm file format information.
602 * This routine checks format only for character map lines. It will not check
603 * format for empty lines, comments, and type section lines.