Lines Matching refs:errlog

133 	errlog(BEGIN, "xlator_init() {");  in xlator_init()
145 errlog(VERBOSE, "Keywords[] = {"); in xlator_init()
147 errlog(VERBOSE, " \"%s\", ", Keywords[i].key); in xlator_init()
149 errlog(VERBOSE, " (char *) NULL"); in xlator_init()
150 errlog(VERBOSE, "};"); in xlator_init()
152 errlog(END, "}"); in xlator_init()
163 errlog(BEGIN, "xlator_startlib() "); in xlator_startlib()
167 errlog(VERBOSE, "now in library \"%s\"", libname); in xlator_startlib()
168 errlog(END, "}"); in xlator_startlib()
185 errlog(BEGIN, "xlator_startfile() {"); in xlator_startfile()
188 errlog(TRACING, "now in file \"%s\" in lib \"%s\"", in xlator_startfile()
203 errlog(END, "}"); in xlator_startfile()
226 errlog(ERROR, in xlator_start_if()
233 errlog(BEGIN, "xlator_start_if() {"); in xlator_start_if()
243 errlog(INPUT|ERROR|FATAL, in xlator_start_if()
247 errlog(VERBOSE, "interface='%s'", value); in xlator_start_if()
250 errlog(VERBOSE, "telling front end to skip '%s'", value); in xlator_start_if()
251 errlog(END, "}"); in xlator_start_if()
255 errlog(TRACING, "now in interface \"%s\"", value); in xlator_start_if()
259 errlog(END, "}"); in xlator_start_if()
279 errlog(BEGIN, "xlator_take_kvpair() {"); in xlator_take_kvpair()
281 errlog(VERBOSE, "key='%s', value='%s'", in xlator_take_kvpair()
292 errlog(END, "}"); in xlator_take_kvpair()
297 errlog(END, "}"); /* Use union of all includes. */ in xlator_take_kvpair()
300 errlog(FATAL|INPUT, "Bad include line in spec file"); in xlator_take_kvpair()
325 errlog(ERROR, "\"%s\", line %d: " in xlator_take_kvpair()
337 errlog(END, "}"); in xlator_take_kvpair()
351 errlog(BEGIN, "xlator_end_if() {"); in xlator_end_if()
358 errlog(END, "}"); in xlator_end_if()
369 errlog(BEGIN, "xlator_endfile() {"); in xlator_endfile()
372 errlog(END, "}"); in xlator_endfile()
382 errlog(BEGIN, "xlator_endlib() {"); in xlator_endlib()
383 errlog(END, "}"); in xlator_endlib()
396 errlog(BEGIN, "xlator_end() {"); in xlator_end()
399 errlog(END, "}"); in xlator_end()
488 errlog(BEGIN, "collect_include() {"); in collect_include()
513 errlog(END, "}"); in collect_include()
526 errlog(BEGIN, "collect_binding() {"); in collect_binding()
527 errlog(VERBOSE, "name=\"%s\", value=\"%s\", line=%d\n", in collect_binding()
533 errlog(FATAL|INPUT, "programmer error: impossible binding."); in collect_binding()
535 errlog(END, "}"); in collect_binding()
550 errlog(BEGIN, "collect_errval() {"); in collect_errval()
553 errlog(END, "}"); in collect_errval()
567 errlog(BEGIN, "collect_arch() {"); in collect_arch()
569 errlog(FATAL|INPUT, "No architectures defined in ARCH line"); in collect_arch()
572 errlog(FATAL, "Could not allocate memory in ARCH directive"); in collect_arch()
733 errlog(BEGIN, "collect_prototype() {"); in collect_prototype()
742 errlog(VERBOSE, "parsing prototype: %s\n", tmp_proto); in collect_prototype()
746 errlog(FATAL|INPUT, "bad prototype: %s\n\t%s\n", parse_err, p); in collect_prototype()
752 errlog(FATAL|INPUT, "function and declaration" in collect_prototype()
761 errlog(FATAL|INPUT, "function %s is declared as a data item" in collect_prototype()
764 errlog(FATAL|INPUT, "function %s is declared as a data item", in collect_prototype()
785 errlog(VERBOSE, "f_name=%s, f_basetype=%s, f_type=%s\n", in collect_prototype()
821 errlog(VERBOSE, in collect_prototype()
841 errlog(END, "}"); in collect_prototype()
856 errlog(BEGIN, "generate_init() {"); in generate_init()
874 errlog(END, "}"); in generate_init()
887 errlog(BEGIN, "generate_interface() {"); in generate_interface()
891 errlog(WARNING|INPUT, "no prototype for interface " in generate_interface()
893 errlog(END, "}"); in generate_interface()
905 errlog(END, "}"); in generate_interface()
915 errlog(BEGIN, "generate_closedown() {"); in generate_closedown()
920 errlog(END, "}"); in generate_closedown()
933 errlog(BEGIN, "generate_aux_file() {"); in generate_aux_file()
937 errlog(TRACING, "output file = '%s'", pathname); in generate_aux_file()
939 errlog(FATAL, "%s: %s", pathname, strerror(errno)); in generate_aux_file()
958 errlog(FATAL, "fclose %s: %s", pathname, strerror(errno)); in generate_aux_file()
960 errlog(END, "}"); in generate_aux_file()
974 errlog(BEGIN, "generate_includes() {"); in generate_includes()
975 errlog(TRACING, "includes="); in generate_includes()
984 errlog(TRACING, "\n"); in generate_includes()
985 errlog(END, "}"); in generate_includes()