Searched refs:__xpg6 (Results 1 - 12 of 12) sorted by relevance

/osnet-11/usr/src/lib/common/common/
H A Dvalues-xpg6.c30 * __xpg6 (C99/SUSv3) was first introduced in Solaris 10.
37 * __xpg6 is used to control certain behaviors between the C99 standard,
40 * alternate definition for __xpg6. The symbol interposition provided
52 unsigned int __xpg6 = _C99SUSv3_mode_ON; variable
/osnet-11/usr/src/lib/libc/port/gen/
H A Dxpg6.c30 * __xpg6 (C99/SUSv3) was first introduced in Solaris 10.
38 * behavior to choose based on the value of __xpg6.
41 * __xpg6 is used to control certain behaviors between the C99 standard,
44 * alternate definition for __xpg6. The symbol interposition provided
52 unsigned int __xpg6 = _C99SUSv3_mode_OFF; variable
54 unsigned int libc__xpg6; /* copy of __xpg6, private to libc */
H A Dsysconf.c91 if (__xpg6 & _C99SUSv3_XPG6_sysconf_version)
102 if (__xpg6 & _C99SUSv3_XPG6_sysconf_version)
110 if (__xpg6 & _C99SUSv3_XPG6_sysconf_version)
123 (!(__xpg6 & _C99SUSv3_XPG6_sysconf_version)))
177 if (__xpg6 & _C99SUSv3_mode_ON)
236 if (__xpg6 & _C99SUSv3_XPG6_sysconf_version)
245 if (__xpg6 & _C99SUSv3_XPG6_sysconf_version)
251 if (__xpg6 & _C99SUSv3_XPG6_sysconf_version)
260 if (__xpg6 & _C99SUSv3_XPG6_sysconf_version)
266 if (__xpg6
[all...]
H A Dconfstr.c104 if (__xpg6 & _C99SUSv3_XPG6_sysconf_version)
H A Dstrtod.c53 lc = (__xpg6 & _C99SUSv3_recognize_hexfp)? -1 : 0;
/osnet-11/usr/src/lib/libc/inc/
H A Dxpg6.h37 * __xpg6 (C99/SUSv3) was first introduced in Solaris 10.
39 * C99/SUSv3 behavior control bits for __xpg6 variable defined
67 * for __xpg6 (_C99SUSv3_mode_ON) thus enabling C99/SUSv3 standards
155 * __xpg6 = _C99SUSv3_mode_ON enables C99/SUSv3 standards conformance mode.
156 * __xpg6 = _C99SUSv3_mode_OFF disables C99/SUSv3 standards conformance mode.
163 extern unsigned int __xpg6;
H A Dlibc.h242 extern uint_t __xpg6; /* global */
243 extern uint_t libc__xpg6; /* copy of __xpg6, private to libc */
/osnet-11/usr/src/lib/libc/port/stdio/
H A Dfopen.c202 if (name == NULL && __xpg6 & _C99SUSv3_freopen_NULL_filename) {
H A Ddoscan.c623 lc = (__xpg6 & _C99SUSv3_recognize_hexfp)? -1 : 0;
/osnet-11/usr/src/lib/libc/port/i18n/
H A Dwstod.c63 wstring_to_decimal(&cp, __xpg6 & _C99SUSv3_recognize_hexfp, &dr, &form);
/osnet-11/usr/src/lib/libc/port/print/
H A Ddoprnt.c1438 inf_nan_mixed_case = (__xpg6 &
1551 inf_nan_mixed_case = (__xpg6 &
1631 inf_nan_mixed_case = (__xpg6 &
/osnet-11/usr/src/lib/libc/port/threads/
H A Dthr.c1479 * Make private copies of __xpg4 and __xpg6 so libc can test
1483 libc__xpg6 = __xpg6;

Completed in 834 milliseconds