Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/abi/spectrans/spec2trace/
H A Ddb.h38 extern char *db_get_current_file(void);
H A Dtrace.c524 char *file = db_get_current_file(); in collect_binding()
552 symtab_set_errval(name, line, db_get_current_file(), "int", "int", 0); in collect_errval()
723 char *file = db_get_current_file(); in collect_prototype()
H A Ddb.c151 db_get_current_file(void) in db_get_current_file() function