Searched refs:astgetconf (Results 1 – 6 of 6) sorted by relevance
/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/ |
H A D | getconf.c | 264 s = astgetconf(name, path, value, flags, errorf); in b_getconf()
|
H A D | RELEASE | 258 getconf: use astgetconf for proper message control
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/ |
H A D | ast.h | 248 extern char* astgetconf(const char*, const char*, const char*, int, Error_f);
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/port/ |
H A D | astconf.c | 1423 astgetconf(const char* name, const char* path, const char* value, int flags, Error_f conferror) in astgetconf() function 1555 return astgetconf(name, path, value, 0, 0); in astconf()
|
/illumos-gate/usr/src/cmd/ast/libast/ |
H A D | mapfile-vers | 638 astgetconf;
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/ |
H A D | RELEASE | 1300 astgetconf: add for thread safe error message control
|