Home
last modified time | relevance | path

Searched refs:tmp_proto (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/abi/spectrans/spec2trace/
H A Dtrace.c727 char tmp_proto[BUFSIZ], buf[BUFSIZ]; in collect_prototype() local
732 tmp_proto[BUFSIZ-1] = 0; in collect_prototype()
735 (void) snprintf(tmp_proto, BUFSIZ, "%s;", p); in collect_prototype()
737 (void) snprintf(tmp_proto, BUFSIZ, "%s", p); in collect_prototype()
742 errlog(VERBOSE, "parsing prototype: %s\n", tmp_proto); in collect_prototype()
745 if ((parse_err = decl_Parse(tmp_proto, &pp)) != NULL) { in collect_prototype()