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

/illumos-gate/usr/src/lib/libast/common/port/
H A Dastconf.c1341 * if (streq(astgetconf("PATH_RESOLVE", NiL, NiL, 0, 0), "logical"))
1344 * universe = astgetconf("UNIVERSE", NiL, "att", 0, 0);
1345 * astgetconf("UNIVERSE", NiL, universe, 0, 0);
1354 astgetconf(const char* name, const char* path, const char* value, int flags, Error_f conferror) function
1486 return astgetconf(name, path, value, 0, 0);

Completed in 247 milliseconds