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

/macosx-10.9.5/ksh-20/ksh/src/lib/libcmd/
H A Dgetconf.c260 s = astgetconf(name, path, value, flags, errorf);
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/include/
H A Dast.h248 extern char* astgetconf(const char*, const char*, const char*, int, Error_f);
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/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 133 milliseconds