Searched refs:astgetconf (Results 1 - 3 of 3) sorted by relevance
/ast/src/lib/libcmd/ |
H A D | getconf.c | 264 s = astgetconf(name, path, value, flags, errorf);
|
/ast/src/lib/libast/include/ |
H A D | ast.h | 248 extern char* astgetconf(const char*, const char*, const char*, int, Error_f);
|
/ast/src/lib/libast/port/ |
H A D | astconf.c | 1410 * if (streq(astgetconf("PATH_RESOLVE", NiL, NiL, 0, 0), "logical")) 1413 * universe = astgetconf("UNIVERSE", NiL, "att", 0, 0); 1414 * astgetconf("UNIVERSE", NiL, universe, 0, 0); 1423 astgetconf(const char* name, const char* path, const char* value, int flags, Error_f conferror) function 1555 return astgetconf(name, path, value, 0, 0);
|
Completed in 2289 milliseconds