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

12

/illumos-gate/usr/src/lib/libm/common/C/
H A D__xpg6.c34 * __xpg6 (C99/SUSv3) is first included in Solaris 10 libc and libm
41 * of __xpg6. By default they retain their original Solaris behavior.
43 * __xpg6 is used to control certain behaviors between the C99 standard, the
46 * an alternate definition for __xpg6. The symbol interposition provided
54 unsigned int __xpg6 = _C99SUSv3_mode_OFF; variable
H A Dxpg6.h60 * __xpg6 = _C99SUSv3_mode_OFF disables C99/SUSv3 standards conformance mode.
65 extern unsigned int __xpg6;
H A Dilogb.c33 #include "xpg6.h" /* __xpg6 */
63 if ((__xpg6 & _C99SUSv3_ilogb_0InfNaN_raises_invalid) != 0) {
H A Dlogb.c34 #include "xpg6.h" /* __xpg6 */
69 else if ((__xpg6 & _C99SUSv3_logb) != 0) {
H A Djn.c61 #include "xpg6.h" /* __xpg6 */
89 (__xpg6 & _C99SUSv3_math_errexcept) != 0)) {
249 (__xpg6 & _C99SUSv3_math_errexcept) != 0)) {
H A Dpow.c71 #include "xpg6.h" /* __xpg6 */
184 (__xpg6 & _C99SUSv3_pow) != 0)
221 if ((__xpg6 & _C99SUSv3_pow) != 0)
/illumos-gate/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
/illumos-gate/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.c94 if (__xpg6 & _C99SUSv3_XPG6_sysconf_version)
105 if (__xpg6 & _C99SUSv3_XPG6_sysconf_version)
113 if (__xpg6 & _C99SUSv3_XPG6_sysconf_version)
126 (!(__xpg6 & _C99SUSv3_XPG6_sysconf_version)))
180 if (__xpg6 & _C99SUSv3_mode_ON)
239 if (__xpg6 & _C99SUSv3_XPG6_sysconf_version)
248 if (__xpg6 & _C99SUSv3_XPG6_sysconf_version)
254 if (__xpg6 & _C99SUSv3_XPG6_sysconf_version)
263 if (__xpg6 & _C99SUSv3_XPG6_sysconf_version)
269 if (__xpg6
[all...]
H A Dconfstr.c104 if (__xpg6 & _C99SUSv3_XPG6_sysconf_version)
H A Dstrtod.c53 lc = (__xpg6 & _C99SUSv3_recognize_hexfp)? -1 : 0;
/illumos-gate/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.h243 extern uint_t __xpg6; /* global */
244 extern uint_t libc__xpg6; /* copy of __xpg6, private to libc */
/illumos-gate/usr/src/lib/libm/common/LD/
H A Dlogbl.c33 #include "xpg6.h" /* __xpg6 */
72 else if ((__xpg6 & _C99SUSv3_logb) != 0) {
/illumos-gate/usr/src/lib/libm/common/Q/
H A Dilogbl.c33 #include "xpg6.h" /* __xpg6 */
59 if ((__xpg6 & _C99SUSv3_ilogb_0InfNaN_raises_invalid) != 0) {
H A Dlogbl.c33 #include "xpg6.h" /* __xpg6 */
72 else if ((__xpg6 & _C99SUSv3_logb) != 0) {
H A Dpowl.c33 #include "xpg6.h" /* __xpg6 */
153 (__xpg6 & _C99SUSv3_pow) != 0)
198 if ((__xpg6 & _C99SUSv3_pow) != 0)
/illumos-gate/usr/src/lib/libm/common/R/
H A Dilogbf.c33 #include "xpg6.h" /* __xpg6 */
59 if ((__xpg6 & _C99SUSv3_ilogb_0InfNaN_raises_invalid) != 0) {
H A Dlogbf.c33 #include "xpg6.h" /* __xpg6 */
71 else if ((__xpg6 & _C99SUSv3_logb) != 0) {
H A Dpowf.c32 #include "xpg6.h" /* __xpg6 */
139 else if (ix == 0x3f800000 && (__xpg6 & _C99SUSv3_pow) != 0)
168 if ((__xpg6 & _C99SUSv3_pow) != 0)
/illumos-gate/usr/src/lib/libm/i386/src/
H A Dilogbf.s62 PIC_G_LOAD(movzwl,__xpg6,ecx)
H A Dilogb.s61 PIC_G_LOAD(movzwl,__xpg6,ecx)
H A Dilogbl.s62 PIC_G_LOAD(movzwl,__xpg6,ecx)
/illumos-gate/usr/src/lib/libm/amd64/src/
H A Dilogbl.s62 PIC_G_LOAD(movzwq,__xpg6,rcx)
/illumos-gate/usr/src/lib/libc/port/stdio/
H A Dfopen.c202 if (name == NULL && __xpg6 & _C99SUSv3_freopen_NULL_filename) {

Completed in 301 milliseconds

12