Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/lib/libast/port/
H A Dlc.c430 char* attributes_name; in lcmake() local
467 territory_name = charset_name = attributes_name = 0; in lcmake()
504 else if (c == '@' && !attributes_name) in lcmake()
507 attributes_name = s; in lcmake()
518 if (attributes_name) in lcmake()
523 attributes_name = s; in lcmake()
547 …s charset=%s attributes=%s\n", name, language_name, territory_name, charset_name, attributes_name); in lcmake()
695 if (s = attributes_name) in lcmake()