Home
last modified time | relevance | path

Searched refs:Lc_attribute_list_t (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/ast/libast/sparc/
H A Dlc.h87 } Lc_attribute_list_t; typedef
96 const Lc_attribute_list_t* attributes;
/illumos-gate/usr/src/cmd/ast/libast/amd64/
H A Dlc.h87 } Lc_attribute_list_t; typedef
96 const Lc_attribute_list_t* attributes;
/illumos-gate/usr/src/cmd/ast/libast/i386/
H A Dlc.h87 } Lc_attribute_list_t; typedef
96 const Lc_attribute_list_t* attributes;
/illumos-gate/usr/src/cmd/ast/libast/sparcv9/
H A Dlc.h87 } Lc_attribute_list_t; typedef
96 const Lc_attribute_list_t* attributes;
/illumos-gate/usr/src/contrib/ast/src/lib/libast/port/
H A Dlc.c266 …age_t* lp, const Lc_territory_t* tp, const Lc_charset_t* cp, const Lc_attribute_list_t* ap, unsign… 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 …entsof(lp->attributes) && (ap = newof(0, Lc_attribute_t, 1, sizeof(Lc_attribute_list_t) + s - w + … 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()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/comp/
H A Dsetlocale.c106 const Lc_attribute_list_t* ap; in native_locale()