Lines Matching refs:file
213 struct locale_file file; in identification_output() local
216 init_locale_data (&file, _NL_ITEM_INDEX (_NL_NUM_LC_IDENTIFICATION)); in identification_output()
217 add_locale_string (&file, identification->title); in identification_output()
218 add_locale_string (&file, identification->source); in identification_output()
219 add_locale_string (&file, identification->address); in identification_output()
220 add_locale_string (&file, identification->contact); in identification_output()
221 add_locale_string (&file, identification->email); in identification_output()
222 add_locale_string (&file, identification->tel); in identification_output()
223 add_locale_string (&file, identification->fax); in identification_output()
224 add_locale_string (&file, identification->language); in identification_output()
225 add_locale_string (&file, identification->territory); in identification_output()
226 add_locale_string (&file, identification->audience); in identification_output()
227 add_locale_string (&file, identification->application); in identification_output()
228 add_locale_string (&file, identification->abbreviation); in identification_output()
229 add_locale_string (&file, identification->revision); in identification_output()
230 add_locale_string (&file, identification->date); in identification_output()
231 start_locale_structure (&file); in identification_output()
234 add_locale_string (&file, identification->category[num]); in identification_output()
235 end_locale_structure (&file); in identification_output()
236 add_locale_string (&file, charmap->code_set_name); in identification_output()
238 &file); in identification_output()