Lines Matching refs:errlog
135 errlog(BEGIN, "xlator_init() {"); in xlator_init()
147 errlog(VERBOSE, "Keywords[] = {"); in xlator_init()
149 errlog(VERBOSE, " \"%s\", ", Keywords[i].key); in xlator_init()
151 errlog(VERBOSE, " (char *) NULL"); in xlator_init()
152 errlog(VERBOSE, "};"); in xlator_init()
154 errlog(END, "}"); in xlator_init()
165 errlog(BEGIN, "xlator_startlib() "); in xlator_startlib()
169 errlog(VERBOSE, "now in library \"%s\"", libname); in xlator_startlib()
170 errlog(END, "}"); in xlator_startlib()
187 errlog(BEGIN, "xlator_startfile() {"); in xlator_startfile()
190 errlog(TRACING, "now in file \"%s\" in lib \"%s\"", in xlator_startfile()
205 errlog(END, "}"); in xlator_startfile()
228 errlog(ERROR, in xlator_start_if()
235 errlog(BEGIN, "xlator_start_if() {"); in xlator_start_if()
245 errlog(INPUT|ERROR|FATAL, in xlator_start_if()
249 errlog(VERBOSE, "interface='%s'", value); in xlator_start_if()
252 errlog(VERBOSE, "telling front end to skip '%s'", value); in xlator_start_if()
253 errlog(END, "}"); in xlator_start_if()
257 errlog(TRACING, "now in interface \"%s\"", value); in xlator_start_if()
261 errlog(END, "}"); in xlator_start_if()
281 errlog(BEGIN, "xlator_take_kvpair() {"); in xlator_take_kvpair()
283 errlog(VERBOSE, "key='%s', value='%s'", in xlator_take_kvpair()
294 errlog(END, "}"); in xlator_take_kvpair()
299 errlog(END, "}"); /* Use union of all includes. */ in xlator_take_kvpair()
302 errlog(FATAL|INPUT, "Bad include line in spec file"); in xlator_take_kvpair()
327 errlog(ERROR, "\"%s\", line %d: " in xlator_take_kvpair()
339 errlog(END, "}"); in xlator_take_kvpair()
353 errlog(BEGIN, "xlator_end_if() {"); in xlator_end_if()
360 errlog(END, "}"); in xlator_end_if()
371 errlog(BEGIN, "xlator_endfile() {"); in xlator_endfile()
374 errlog(END, "}"); in xlator_endfile()
384 errlog(BEGIN, "xlator_endlib() {"); in xlator_endlib()
385 errlog(END, "}"); in xlator_endlib()
398 errlog(BEGIN, "xlator_end() {"); in xlator_end()
401 errlog(END, "}"); in xlator_end()
490 errlog(BEGIN, "collect_include() {"); in collect_include()
515 errlog(END, "}"); in collect_include()
528 errlog(BEGIN, "collect_binding() {"); in collect_binding()
529 errlog(VERBOSE, "name=\"%s\", value=\"%s\", line=%d\n", in collect_binding()
535 errlog(FATAL|INPUT, "programmer error: impossible binding."); in collect_binding()
537 errlog(END, "}"); in collect_binding()
552 errlog(BEGIN, "collect_errval() {"); in collect_errval()
555 errlog(END, "}"); in collect_errval()
569 errlog(BEGIN, "collect_arch() {"); in collect_arch()
571 errlog(FATAL|INPUT, "No architectures defined in ARCH line"); in collect_arch()
574 errlog(FATAL, "Could not allocate memory in ARCH directive"); in collect_arch()
735 errlog(BEGIN, "collect_prototype() {"); in collect_prototype()
744 errlog(VERBOSE, "parsing prototype: %s\n", tmp_proto); in collect_prototype()
748 errlog(FATAL|INPUT, "bad prototype: %s\n\t%s\n", parse_err, p); in collect_prototype()
754 errlog(FATAL|INPUT, "function and declaration" in collect_prototype()
763 errlog(FATAL|INPUT, "function %s is declared as a data item" in collect_prototype()
766 errlog(FATAL|INPUT, "function %s is declared as a data item", in collect_prototype()
787 errlog(VERBOSE, "f_name=%s, f_basetype=%s, f_type=%s\n", in collect_prototype()
823 errlog(VERBOSE, in collect_prototype()
843 errlog(END, "}"); in collect_prototype()
858 errlog(BEGIN, "generate_init() {"); in generate_init()
876 errlog(END, "}"); in generate_init()
889 errlog(BEGIN, "generate_interface() {"); in generate_interface()
893 errlog(WARNING|INPUT, "no prototype for interface " in generate_interface()
895 errlog(END, "}"); in generate_interface()
907 errlog(END, "}"); in generate_interface()
917 errlog(BEGIN, "generate_closedown() {"); in generate_closedown()
922 errlog(END, "}"); in generate_closedown()
935 errlog(BEGIN, "generate_aux_file() {"); in generate_aux_file()
939 errlog(TRACING, "output file = '%s'", pathname); in generate_aux_file()
941 errlog(FATAL, "%s: %s", pathname, strerror(errno)); in generate_aux_file()
960 errlog(FATAL, "fclose %s: %s", pathname, strerror(errno)); in generate_aux_file()
962 errlog(END, "}"); in generate_aux_file()
976 errlog(BEGIN, "generate_includes() {"); in generate_includes()
977 errlog(TRACING, "includes="); in generate_includes()
986 errlog(TRACING, "\n"); in generate_includes()
987 errlog(END, "}"); in generate_includes()