
Data Fields | |
| struct { | |
| struct locale_entry * next | |
| } | list |
| locale_t | locale |
| char | name [0] |
| struct { ... } list |
Definition at line 187 of file localtime.c.
Referenced by find_by_locale(), store_by_locale(), and ast_setlocale().
| char name[0] |
Definition at line 188 of file localtime.c.
Referenced by find_by_name(), store_by_locale(), and ast_setlocale().
| struct locale_entry* next |
Definition at line 186 of file localtime.c.