Searched refs:__collate_substitute_table_ptr (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.1-release/lib/libc/locale/
H A Dcollate.h56 #define __collate_substitute_table (*__collate_substitute_table_ptr)
64 u_char (*__collate_substitute_table_ptr)[UCHAR_MAX + 1][STR_LEN]; member in struct:xlocale_collate
H A Dcollate.c60 #define __collate_substitute_table_ptr (table->__collate_substitute_table_ptr) macro
216 if (__collate_substitute_table_ptr != NULL)
217 free(__collate_substitute_table_ptr);
218 __collate_substitute_table_ptr = TMP_substitute_table;
H A Dsetrunelocale.c71 #define __collate_substitute_table_ptr (table->__collate_substitute_table_ptr) macro

Completed in 108 milliseconds