HomeSort by: relevance | last modified time | path
    Searched defs:tzn (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/lock/
lock.c 107 const char *tzn; local in function:main
181 tzn = tzname[0];
183 tzn = timp->tm_zone;
237 ttynam, hostname, ap, tzn, ap + 19);
251 ttynam, hostname, sectimeout, ap, tzn, ap + 19);
  /src/usr.bin/finger/
lprint.c 131 char *tzn = TIMEZONE(tp); local in function:fmt_time
134 snprintf(buf, blen, "%.16s %.4s (%s)", t, t + 20, tzn);
136 snprintf(buf, blen, "%.16s (%s)", t, tzn);

Completed in 12 milliseconds