/titanic_51/usr/src/cmd/ast/libast/sparcv9/ |
H A D | lc.h | 87 } Lc_attribute_list_t; typedef 96 const Lc_attribute_list_t* attributes;
|
/titanic_51/usr/src/cmd/ast/libast/amd64/ |
H A D | lc.h | 87 } Lc_attribute_list_t; typedef 96 const Lc_attribute_list_t* attributes;
|
/titanic_51/usr/src/cmd/ast/libast/i386/ |
H A D | lc.h | 87 } Lc_attribute_list_t; typedef 96 const Lc_attribute_list_t* attributes;
|
/titanic_51/usr/src/cmd/ast/libast/sparc/ |
H A D | lc.h | 87 } Lc_attribute_list_t; typedef 96 const Lc_attribute_list_t* attributes;
|
/titanic_51/usr/src/lib/libast/common/port/ |
H A D | lc.c | 257 …age_t* lp, const Lc_territory_t* tp, const Lc_charset_t* cp, const Lc_attribute_list_t* ap, unsign… in canonical() 404 Lc_attribute_list_t* ai; in lcmake() 405 Lc_attribute_list_t* al; in lcmake() 425 else if (al = newof(0, Lc_attribute_list_t, 1, 0)) in lcmake() 660 if (ai = newof(0, Lc_attribute_list_t, 1, 0)) in lcmake() 668 …entsof(lp->attributes) && (ap = newof(0, Lc_attribute_t, 1, sizeof(Lc_attribute_list_t) + s - w + … in lcmake() 670 ai = (Lc_attribute_list_t*)(ap + 1); in lcmake() 738 Lc_attribute_list_t list; 782 ls->lc.attributes = ls->list.attribute ? &ls->list : (Lc_attribute_list_t*)0; in lcscan()
|
/titanic_51/usr/src/lib/libast/sparc/src/lib/libast/ |
H A D | lc.h | 116 } Lc_attribute_list_t; typedef 125 const Lc_attribute_list_t* attributes;
|
/titanic_51/usr/src/lib/libast/amd64/src/lib/libast/ |
H A D | lc.h | 116 } Lc_attribute_list_t; typedef 125 const Lc_attribute_list_t* attributes;
|
/titanic_51/usr/src/lib/libast/i386/include/ast/ |
H A D | lc.h | 116 } Lc_attribute_list_t; typedef 125 const Lc_attribute_list_t* attributes;
|
/titanic_51/usr/src/lib/libast/amd64/include/ast/ |
H A D | lc.h | 116 } Lc_attribute_list_t; typedef 125 const Lc_attribute_list_t* attributes;
|
/titanic_51/usr/src/lib/libast/i386/src/lib/libast/ |
H A D | lc.h | 116 } Lc_attribute_list_t; typedef 125 const Lc_attribute_list_t* attributes;
|
/titanic_51/usr/src/lib/libast/sparcv9/src/lib/libast/ |
H A D | lc.h | 116 } Lc_attribute_list_t; typedef 125 const Lc_attribute_list_t* attributes;
|
/titanic_51/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | lc.h | 116 } Lc_attribute_list_t; typedef 125 const Lc_attribute_list_t* attributes;
|
/titanic_51/usr/src/lib/libast/sparc/include/ast/ |
H A D | lc.h | 116 } Lc_attribute_list_t; typedef 125 const Lc_attribute_list_t* attributes;
|
/titanic_51/usr/src/contrib/ast/src/lib/libast/port/ |
H A D | lc.c | 266 canonical(const Lc_language_t* lp, const Lc_territory_t* tp, const Lc_charset_t* cp, const Lc_attribute_list_t* ap, unsigned long flags, char* buf, size_t siz) in canonical() 440 Lc_attribute_list_t* ai; in lcmake() 441 Lc_attribute_list_t* al; in lcmake() 462 else if (al = newof(0, Lc_attribute_list_t, 1, 0)) in lcmake() 714 if (ai = newof(0, Lc_attribute_list_t, 1, 0)) in lcmake() 722 if (i >= elementsof(lp->attributes) && (ap = newof(0, Lc_attribute_t, 1, sizeof(Lc_attribute_list_t) + s - w + 1))) in lcmake() 724 ai = (Lc_attribute_list_t*)(ap + 1); in lcmake() 825 Lc_attribute_list_t list; 869 ls->lc.attributes = ls->list.attribute ? &ls->list : (Lc_attribute_list_t*)0; in lcscan()
|
/titanic_51/usr/src/lib/libast/common/comp/ |
H A D | setlocale.c | 95 const Lc_attribute_list_t* ap; in native_locale()
|
/titanic_51/usr/src/contrib/ast/src/lib/libast/comp/ |
H A D | setlocale.c | 106 const Lc_attribute_list_t* ap; in native_locale()
|