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

/freebsd-10.1-release/usr.bin/w/
H A Dextern.h33 extern int use_ampm;
H A Dpr_time.c74 fmt = use_ampm ? L"%a%I%p" : L"%a%H";
79 fmt = use_ampm ? L"%l:%M%p" : L"%k:%M";
H A Dw.c98 int use_ampm; /* use AM/PM time */ variable
143 use_ampm = (*nl_langinfo(T_FMT_AMPM) != '\0');
445 use_ampm ? "%l:%M%p" : "%k:%M", localtime(nowp)) != 0)
/freebsd-10.1-release/bin/ps/
H A Dprint.c386 static int use_ampm = -1; local
397 if (use_ampm < 0)
398 use_ampm = (*nl_langinfo(T_FMT_AMPM) != '\0');
403 use_ampm ? "%l:%M%p" : "%k:%M ", tp);
406 use_ampm ? "%a%I%p" : "%a%H ", tp);

Completed in 101 milliseconds