/osnet-11/usr/src/lib/libast/common/comp/ |
H A D | localeconv.c | 95 if ((locales[AST_LC_MONETARY]->flags | locales[AST_LC_NUMERIC]->flags) & LC_debug)
|
H A D | setlocale.c | 517 if (locales[cp->internal]->flags & LC_debug) 2273 if (locales[cp->internal]->flags & LC_debug) 2484 else if (lc->flags & (LC_debug|LC_local))
|
/osnet-11/usr/src/lib/libast/amd64/include/ast/ |
H A D | lc.h | 41 #define LC_debug 0x00004 macro
|
/osnet-11/usr/src/lib/libast/amd64/src/lib/libast/ |
H A D | lc.h | 41 #define LC_debug 0x00004 macro
|
H A D | lctab.c | 52 {"debug","debug",0,&lc_charsets[0],LC_debug,0,0,0,}, 1179 {"debug","debug",LC_debug,0,&lc_languages[1],0,0,0,0,0,0,0,},
|
/osnet-11/usr/src/lib/libast/i386/include/ast/ |
H A D | lc.h | 41 #define LC_debug 0x00004 macro
|
/osnet-11/usr/src/lib/libast/i386/src/lib/libast/ |
H A D | lc.h | 41 #define LC_debug 0x00004 macro
|
H A D | lctab.c | 52 {"debug","debug",0,&lc_charsets[0],LC_debug,0,0,0,}, 1179 {"debug","debug",LC_debug,0,&lc_languages[1],0,0,0,0,0,0,0,},
|
/osnet-11/usr/src/lib/libast/sparc/include/ast/ |
H A D | lc.h | 41 #define LC_debug 0x00004 macro
|
/osnet-11/usr/src/lib/libast/sparc/src/lib/libast/ |
H A D | lc.h | 41 #define LC_debug 0x00004 macro
|
H A D | lctab.c | 52 {"debug","debug",0,&lc_charsets[0],LC_debug,0,0,0,}, 1179 {"debug","debug",LC_debug,0,&lc_languages[1],0,0,0,0,0,0,0,},
|
/osnet-11/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | lc.h | 41 #define LC_debug 0x00004 macro
|
/osnet-11/usr/src/lib/libast/sparcv9/src/lib/libast/ |
H A D | lc.h | 41 #define LC_debug 0x00004 macro
|
H A D | lctab.c | 52 {"debug","debug",0,&lc_charsets[0],LC_debug,0,0,0,}, 1179 {"debug","debug",LC_debug,0,&lc_languages[1],0,0,0,0,0,0,0,},
|
/osnet-11/usr/src/lib/libast/common/port/ |
H A D | lc.c | 82 LC_debug|LC_checked|LC_local, 282 if (lp->flags & (LC_debug|LC_default)) 386 if ((flags & LC_local) && (!lc->language || !(lc->language->flags & (LC_debug|LC_default))))
|
/osnet-11/usr/src/lib/libast/common/tm/ |
H A D | tmlocale.c | 53 if ((li->lc->language->flags & (LC_debug|LC_default)) || streq(li->lc->language->code, "en"))
|