Lines Matching refs:wcomplain

119 static void wcomplain(char *);
386 wcomplain("file ends in mid-record, " in scanfile()
390 wcomplain("file ends in mid-record"); in scanfile()
409 wcomplain("suspecting misaligned records, " in scanfile()
418 wcomplain("starting re-scan"); in scanfile()
438 wcomplain("now recognizing aligned records again"); in scanfile()
486 wcomplain("input truncated after OLD_TIME - " in scanfile()
498 wcomplain("NEW_TIME expected but missing " in scanfile()
520 wcomplain("EOF reached without recognizing another aligned " in scanfile()
529 wcomplain("EOF reached after recovering from corruption " in scanfile()
556 wcomplain("negative pid"); in inrange()
564 wcomplain("nonzero pid or status in EMPTY record"); in inrange()
575 wcomplain("RUN_LVL record doesn't say `" in inrange()
588 wcomplain("nonzero pid or status in BOOT_TIME record"); in inrange()
592 wcomplain("BOOT_TIME record doesn't say `" in inrange()
599 wcomplain("nonzero pid or status in OLD_TIME record"); in inrange()
603 wcomplain("OLD_TIME record doesn't say `" in inrange()
616 wcomplain("nonzero pid or status in NEW_TIME record"); in inrange()
620 wcomplain("NEW_TIME record doesn't say `" in inrange()
656 wcomplain("missing username in process record"); in inrange()
669 wcomplain("null pid in process record"); in inrange()
685 wcomplain("non-positive time in process record"); in inrange()
712 wcomplain("nonzero pid or status in DOWN_TIME record"); in inrange()
716 wcomplain("DOWN_TIME record doesn't say `" in inrange()
722 wcomplain("ut_type out of range"); in inrange()
729 wcomplain(char *msg) in wcomplain() function