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

/freebsd-11.0-release/usr.bin/w/
H A Dextern.h33 extern int use_ampm;
H A Dpr_time.c75 fmt = use_ampm ? L"%a%I%p" : L"%a%H";
80 fmt = use_ampm ? L"%l:%M%p" : L"%k:%M";
H A Dw.c102 int use_ampm; /* use AM/PM time */ variable
146 use_ampm = (*nl_langinfo(T_FMT_AMPM) != '\0');
474 use_ampm ? "%l:%M%p" : "%k:%M", localtime(nowp)) != 0)

Completed in 94 milliseconds