Home
last modified time | relevance | path

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

/src/stand/common/
H A Dinstall.c49 static char *inst_loader_rc; variable
149 error = setpath(&inst_loader_rc, val); in read_metatags()
177 if (inst_loader_rc != NULL) { in cleanup()
178 free(inst_loader_rc); in cleanup()
179 inst_loader_rc = NULL; in cleanup()
335 s = (inst_loader_rc == NULL) ? "/loader.rc" : inst_loader_rc; in install()