Home
last modified time | relevance | path

Searched refs:_pth_getconf (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/ast/libast/i386/
H A Dconftab.h42 #define _pth_getconf "/usr/bin/getconf" macro
/illumos-gate/usr/src/cmd/ast/libast/sparc/
H A Dconftab.h42 #define _pth_getconf "/usr/bin/getconf" macro
/illumos-gate/usr/src/cmd/ast/libast/sparcv9/
H A Dconftab.h42 #define _pth_getconf "/usr/bin/getconf" macro
/illumos-gate/usr/src/cmd/ast/libast/amd64/
H A Dconftab.h42 #define _pth_getconf "/usr/bin/getconf" macro
/illumos-gate/usr/src/contrib/ast/src/lib/libast/port/
H A Dastconf.c49 #ifndef _pth_getconf
161 #ifdef _pth_getconf
162 _pth_getconf,
1068 #ifdef _pth_getconf in print()
1080 #ifdef _pth_getconf in print()
1376 #ifdef _pth_getconf in nativeconf()
1382 error(-6, "astconf defer %s %s", _pth_getconf, operand); in nativeconf()
1389 if (*pp = procopen(_pth_getconf, cmd, environ, ops, PROC_READ)) in nativeconf()