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

/freebsd-11-stable/usr.sbin/bsdconfig/timezone/
H A Dtimezone381 f_continent $cont tlc_$tag tlc
390 f_country $tlc nzones nzones
392 f_country $tlc cont real_cont
394 f_country $tlc name name
395 f_country $tlc filename filename
403 f_country $tlc name name
409 f_country $tlc menu_list menu_list
438 f_country $tlc cont_$n real_cont
440 f_country $tlc name name
441 f_country $tlc filename
[all...]
/freebsd-11-stable/usr.sbin/tzsetup/
H A Dtzsetup.c309 char *tlc; member in struct:country
385 cp->tlc = strdup(t);
386 if (cp->tlc == NULL)
394 add_zone_to_country(int lineno, const char *tlc, const char *descr, argument
400 if (tlc[0] < 'A' || tlc[0] > 'Z' || tlc[1] < 'A' || tlc[1] > 'Z')
402 lineno, tlc);
404 cp = &countries[CODE2INT(tlc)];
483 char *line, *country_list, *tlc, *file, *descr, *p; local
[all...]
/freebsd-11-stable/sys/dev/iwn/
H A Dif_iwnreg.h1384 uint8_t tlc; member in struct:iwn5000_tx_stat

Completed in 135 milliseconds