Searched refs:tmp_proto (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/cmd/abi/spectrans/spec2trace/ |
H A D | trace.c | 729 char tmp_proto[BUFSIZ], buf[BUFSIZ]; in collect_prototype() local 734 tmp_proto[BUFSIZ-1] = 0; in collect_prototype() 737 (void) snprintf(tmp_proto, BUFSIZ, "%s;", p); in collect_prototype() 739 (void) snprintf(tmp_proto, BUFSIZ, "%s", p); in collect_prototype() 744 errlog(VERBOSE, "parsing prototype: %s\n", tmp_proto); in collect_prototype() 747 if ((parse_err = decl_Parse(tmp_proto, &pp)) != NULL) { in collect_prototype()
|