HomeSort by: relevance | last modified time | path
    Searched refs:GMT (Results 1 - 5 of 5) sorted by relevancy

  /src/tests/ipf/
t_logging.sh 40 GMT=:
43 GMT=GMT
52 atf_check -o save:save -x "TZ=$GMT ipmon -P /dev/null -f logout"
56 atf_check -o save:save -x "TZ=$GMT ipmon -P /dev/null -bf logout"
63 atf_check -o save:save -x "TZ=$GMT ipmon -P /dev/null -f logout"
67 atf_check -o save:save -x "TZ=$GMT ipmon -P /dev/null -bf logout"
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
kirkwood-nas2big.dts 45 * An I2C fan controller (GMT G762) is used but alarm is
102 compatible = "gmt,g762";
  /src/usr.bin/last/
last.c 90 #define GMT 0x4 /* show time at GMT, for offsets only */
362 tm = (flags & GMT) ? gmtime(&t) : localtime(&t);
want.c 242 fulltime | TIMEONLY | GMT));
248 fulltime | TIMEONLY | GMT));
  /src/distrib/miniroot/
install.sub 1290 # installed filesystem, set TZ to GMT and return immediately.
1293 TZ=GMT
1306 timezones can be selected by entering a token like "MET" or "GMT-6".
1323 echo "Timezone defaults to GMT"
1324 TZ="GMT"

Completed in 15 milliseconds