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

/osnet-11/usr/src/lib/libast/common/port/
H A Dastconf.c1350 * if (streq(astgetconf("PATH_RESOLVE", NiL, NiL, 0, 0), "logical"))
1353 * universe = astgetconf("UNIVERSE", NiL, "att", 0, 0);
1354 * astgetconf("UNIVERSE", NiL, universe, 0, 0);
1363 astgetconf(const char* name, const char* path, const char* value, int flags, Error_f conferror) function
1495 return astgetconf(name, path, value, 0, 0);

Completed in 17 milliseconds