/titanic_44/usr/src/lib/libast/common/port/ |
H A D | lc.c | 43 LC_default|LC_checked|LC_local, 265 if (!(flags & (LC_abbreviated|LC_default|LC_local|LC_qualified|LC_verbose))) in canonical() 271 if (lp->flags & (LC_debug|LC_default)) in canonical() 298 …if (tp && tp != &lc_territories[0] && (!(flags & (LC_abbreviated|LC_default)) || !lp || !streq(lp-… in canonical() 321 if (lp && (!(flags & (LC_abbreviated|LC_default)) || cp != lp->charset) && s < e) in canonical() 332 if (!(flags & (LC_abbreviated|LC_default|LC_verbose)) || !(ap->attribute->flags & LC_default)) in canonical() 350 if ((flags & LC_local) && (!lc->language || !(lc->language->flags & (LC_debug|LC_default)))) in lccanon()
|
/titanic_44/usr/src/lib/libast/amd64/include/ast/ |
H A D | lc.h | 42 #define LC_default 0x00008 macro
|
/titanic_44/usr/src/lib/libast/amd64/src/lib/libast/ |
H A D | lc.h | 42 #define LC_default 0x00008 macro
|
H A D | lctab.c | 9 {"traditional",LC_default, 51 {"C","C","POSIX",&lc_charsets[0],LC_default,0,0,0,}, 1178 {"C","C",LC_default,0,&lc_languages[0],0,0,0,0,0,0,0,},
|
/titanic_44/usr/src/lib/libast/sparc/include/ast/ |
H A D | lc.h | 42 #define LC_default 0x00008 macro
|
/titanic_44/usr/src/lib/libast/sparc/src/lib/libast/ |
H A D | lc.h | 42 #define LC_default 0x00008 macro
|
H A D | lctab.c | 9 {"traditional",LC_default, 51 {"C","C","POSIX",&lc_charsets[0],LC_default,0,0,0,}, 1178 {"C","C",LC_default,0,&lc_languages[0],0,0,0,0,0,0,0,},
|
/titanic_44/usr/src/lib/libast/sparcv9/src/lib/libast/ |
H A D | lc.h | 42 #define LC_default 0x00008 macro
|
H A D | lctab.c | 9 {"traditional",LC_default, 51 {"C","C","POSIX",&lc_charsets[0],LC_default,0,0,0,}, 1178 {"C","C",LC_default,0,&lc_languages[0],0,0,0,0,0,0,0,},
|
/titanic_44/usr/src/lib/libast/i386/include/ast/ |
H A D | lc.h | 42 #define LC_default 0x00008 macro
|
/titanic_44/usr/src/lib/libast/i386/src/lib/libast/ |
H A D | lc.h | 42 #define LC_default 0x00008 macro
|
H A D | lctab.c | 9 {"traditional",LC_default, 51 {"C","C","POSIX",&lc_charsets[0],LC_default,0,0,0,}, 1178 {"C","C",LC_default,0,&lc_languages[0],0,0,0,0,0,0,0,},
|
/titanic_44/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | lc.h | 42 #define LC_default 0x00008 macro
|
/titanic_44/usr/src/lib/libast/common/comp/ |
H A D | setlocale.c | 505 else if (locales[cp->internal]->flags & LC_default) in set_collate() 643 …else if ((locales[cp->internal]->flags & LC_default) || (ast.mb_cur_max = MB_CUR_MAX) <= 1 || !(as… in set_ctype() 799 if (!(lc = lcmake(locale)) || !(lc->flags & LC_default)) in default_setlocale() 875 …if ((lc->flags & LC_default) || category == AST_LC_MESSAGES && lc->name[0] == 'e' && lc->name[1] =… in single() 1053 if (cat[i] >= 0 && !(locales[i]->flags & LC_default)) in _ast_setlocale()
|
H A D | iconv.c | 489 …if ((locales[AST_LC_CTYPE]->flags & LC_default) || !locales[AST_LC_CTYPE]->charset || !(m = locale… in _ast_iconv_name()
|
/titanic_44/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")) in standardized() 94 if (li->lc->flags & LC_default) in fixup()
|