Lines Matching refs:ctry_code
73 cont->ctnt_name, country->ctry_code, name); in dump_timezone()
78 "tz %s/%s/%s file", cont->ctnt_name, country->ctry_code, in dump_timezone()
107 if (mkdirat(cfd, country->ctry_code, 0755) != 0 && errno != EEXIST) { in dump_country()
109 cont->ctnt_name, country->ctry_code); in dump_country()
112 if ((dirfd = openat(cfd, country->ctry_code, O_DIRECTORY)) < 0) { in dump_country()
114 cont->ctnt_name, country->ctry_code); in dump_country()
120 "%s/%s", cont->ctnt_name, country->ctry_code); in dump_country()
126 country->ctry_code); in dump_country()
129 (void) fprintf(f, "name: %s\n", country->ctry_code); in dump_country()
139 cont->ctnt_name, country->ctry_code); in dump_country()
150 country->ctry_code, found); in dump_country()