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

/opensolaris-onvv-gate/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.c59 extern int __xpg4;
105 else if (__xpg4 == 0)
123 if ((__xpg4 == 1) &&
/opensolaris-onvv-gate/usr/src/lib/common/common/
H A Dvalues-xpg6.c57 int __xpg4 = 1; variable
H A Dvalues-xpg4.c36 int __xpg4 = 1; variable
/opensolaris-onvv-gate/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)
/opensolaris-onvv-gate/usr/src/lib/libc/port/stdio/
H A D_filbuf.c47 extern int __xpg4;
49 return (__xpg4);
H A Dsystem.c49 extern int __xpg4; /* defined in _xpg4.c; 0 if not xpg4-compiled program */
134 shpath = __xpg4? xpg4_path : sun_path;
H A Dpopen.c56 extern int __xpg4; /* defined in _xpg4.c; 0 if not xpg4-compiled program */
134 shpath = __xpg4? xpg4_path : sun_path;
/opensolaris-onvv-gate/usr/src/lib/libc/inc/
H A Dlibc.h237 extern int __xpg4; /* global */
238 extern int libc__xpg4; /* copy of __xpg4, private to libc */
/opensolaris-onvv-gate/usr/src/cmd/ed/
H A Ded.c163 extern int __xpg4; /* defined in xpg4.c; 0 if not xpg4-compiled program */
1584 if (__xpg4 == 0) { /* not XPG4 */
2700 if (__xpg4 == 0) { /* not XPG4 */
/opensolaris-onvv-gate/usr/src/lib/libc/port/print/
H A Ddoprnt.c1894 if (width > 0 && __xpg4 == 0 &&
1980 } else if (__xpg4 == 0 && MB_CUR_MAX > 1) {
/opensolaris-onvv-gate/usr/src/cmd/sgs/lari/
H A Dlari.pl74 __xpg4 | # Defined in values
/opensolaris-onvv-gate/usr/src/lib/libc/port/
H A Dmapfile-vers1400 __xpg4 { FLAGS = NODIRECT };
/opensolaris-onvv-gate/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;
/opensolaris-onvv-gate/usr/src/cmd/abi/appcert/etc/
H A Detc.scoped.in87 SCOPED_SYMBOL|SunOS_5.6|ld.so.1|__xpg4

Completed in 142 milliseconds