Searched defs:rdb_commands (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/librtld_db/demo/common/
H A Dmain.c134 char *rdb_commands = NULL; local
149 rdb_commands = optarg;
284 if (rdb_commands) {
285 if ((yyin = fopen(rdb_commands, "r")) == NULL) {
287 rdb_commands);

Completed in 44 milliseconds