Searched refs:__xpg4 (Results 1 - 13 of 13) sorted by relevance

/osnet-11/usr/src/lib/libc/port/gen/
H A Dxpg4.c30 * __xpg4 == 0 by default. The xpg4 cc driver will add an object
31 * file that contains int __xpg4 = 1". The symbol interposition
36 int __xpg4 = 0; variable
38 int libc__xpg4; /* copy of __xpg4, private to libc */
H A Dexecvp.c52 extern int __xpg4; /* defined in xpg4.c; 0 if not xpg4-compiled program */
137 if (__xpg4 == 0) { /* not XPG4 */
144 if (__xpg4 == 0) { /* not XPG4 */
175 if (__xpg4 == 0) { /* not XPG4 */
H A Dsysconf.c58 extern int __xpg4;
104 else if (__xpg4 == 0)
122 if ((__xpg4 == 1) &&
/osnet-11/usr/src/lib/common/common/
H A Dvalues-xpg6.c57 int __xpg4 = 1; variable
H A Dvalues-xpg4.c36 int __xpg4 = 1; variable
/osnet-11/usr/src/lib/libc/port/sys/
H A Dlink.c31 extern int __xpg4; /* defined in port/gen/xpg4.c; 0 if not xpg4/xpg4v2 */
55 if (__xpg4 != 0)
/osnet-11/usr/src/lib/libc/port/stdio/
H A D_filbuf.c47 extern int __xpg4;
49 return (__xpg4);
H A Dsystem.c48 extern int __xpg4; /* defined in _xpg4.c; 0 if not xpg4-compiled program */
133 shpath = __xpg4? xpg4_path : sun_path;
H A Dpopen.c55 extern int __xpg4; /* defined in _xpg4.c; 0 if not xpg4-compiled program */
136 shpath = __xpg4? xpg4_path : sun_path;
/osnet-11/usr/src/lib/libc/port/regex/
H A Dwordexp.c72 extern int __xpg4; /* defined in _xpg4.c; 0 if not xpg4-compiled program */
185 if (__xpg4) {
380 if (__xpg4) {
/osnet-11/usr/src/lib/libc/inc/
H A Dlibc.h236 extern int __xpg4; /* global */
237 extern int libc__xpg4; /* copy of __xpg4, private to libc */
/osnet-11/usr/src/lib/libc/port/print/
H A Ddoprnt.c1894 if (width > 0 && __xpg4 == 0 &&
1980 } else if (__xpg4 == 0 && MB_CUR_MAX > 1) {
/osnet-11/usr/src/lib/libc/port/threads/
H A Dthr.c1479 * Make private copies of __xpg4 and __xpg6 so libc can test
1482 libc__xpg4 = __xpg4;

Completed in 67 milliseconds