Home
last modified time | relevance | path

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

/dragonfly/libexec/rtld-elf/
H A Drtld.c152 static char *origin_subst_one(char *, const char *, const char *, bool);
889 origin_subst_one(char *real, const char *kw, const char *subst, in origin_subst_one() function
958 res1 = origin_subst_one(real, "$ORIGIN", origin_path, false); in origin_subst()
959 res2 = origin_subst_one(res1, "$OSNAME", uts.sysname, true); in origin_subst()
960 res3 = origin_subst_one(res2, "$OSREL", uts.release, true); in origin_subst()
961 res4 = origin_subst_one(res3, "$PLATFORM", uts.machine, true); in origin_subst()