Home
last modified time | relevance | path

Searched refs:hour (Results 1 – 25 of 50) sorted by path

12

/illumos-gate/usr/src/cmd/auditreduce/
H A Dtime.c171 int hour = tme->tm_hour; in tm_to_secs() local
190 num_sec += hour * 60 * 60; in tm_to_secs()
/illumos-gate/usr/src/cmd/bnu/
H A DMakefile39 LIBSHELLS = Uutry uudemon.admin uudemon.cleanup uudemon.hour uudemon.poll
H A DREADME39 uudemon.hour: hourly demon
78 by invoking uucico with -sSYSTEM option. (see uudemon.hour)
82 39,9 * * * * /usr/bin/su uucp -c "/usr/lib/uucp/uudemon.hour" > /dev/null
H A Duudemon.crontab35 #11,41 * * * * /usr/lib/uucp/uudemon.hour
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ospf.c112 long sec, mins, hour; in ospf_print_lsa_age() local
117 hour = age / 3600; in ospf_print_lsa_age()
118 if (hour != 0) in ospf_print_lsa_age()
120 hour, mins, sec); in ospf_print_lsa_age()
/illumos-gate/usr/src/cmd/cron/
H A Datt1.y87 : hour {
90 | hour COLON number {
95 | hour minute {
211 hour
H A Dcron.c190 char *hour; /* fields */ member
1233 next_field(0, 23, line, &cursor, &e->of.ct.hour) != CFOK || in readcron()
1564 if ((tm->tm_hour + 1) <= next_ge(tm->tm_hour, e->of.ct.hour)) { in tz_next_time()
1570 hr = next_ge(h%24, e->of.ct.hour); in tz_next_time()
1666 hr = next_ge(0, e->of.ct.hour); in tz_next_time()
2115 free(e2->of.ct.hour); in rm_ctevents()
/illumos-gate/usr/src/cmd/fm/eversholt/common/
H A Dliterals.h98 L_DECL(hour);
/illumos-gate/usr/src/cmd/format/
H A Dctlr_scsi.c3399 int hour, min, sec; in test_until_ready() local
3455 hour = time_left / 3600; in test_until_ready()
3459 progress, hour, min, sec); in test_until_ready()
/illumos-gate/usr/src/cmd/fwflash/plugins/hdrs/
H A Dhermon_ib.h123 uint8_t hour; member
/illumos-gate/usr/src/cmd/fwflash/plugins/transport/common/
H A Dhermon.c1750 img_info->fw_buildtime.hour = in cnx_parse_img_info()
1773 img_info->fw_buildtime.hour, in cnx_parse_img_info()
/illumos-gate/usr/src/cmd/look/
H A Dwords11170 hour
/illumos-gate/usr/src/cmd/power/
H A Dhandlers.c497 gethm(char *src, int *hour, int *min) in gethm() argument
499 if (sscanf(src, "%d:%d", hour, min) != 2) { in gethm()
/illumos-gate/usr/src/cmd/sa/
H A DREADME55 cause data collection program to be activated at every hour
56 on the hour from 8:00 to 23:00 on weekdays.
/illumos-gate/usr/src/cmd/scadm/sparc/mpxu/common/
H A Ddate.c200 Date->hour = ADM_twodigits(&String[0]); in ADM_Decode_Date()
204 if (((int)Date->hour < 0) || (Date->hour > 23)) in ADM_Decode_Date()
214 Date->hour = ADM_twodigits(&String[0]); in ADM_Decode_Date()
218 if (((int)Date->hour < 0) || (Date->hour > 23)) in ADM_Decode_Date()
230 Date->hour = ADM_twodigits(&String[4]); in ADM_Decode_Date()
238 if (((int)Date->hour < 0) || (Date->hour > 23)) in ADM_Decode_Date()
256 if (((int)Date->hour < 0) || (Date->hour > 23)) in ADM_Decode_Date()
281 if (((int)Date->hour < 0) || (Date->hour > 23)) in ADM_Decode_Date()
306 if (((int)Date->hour < 0) || (Date->hour > 23)) in ADM_Decode_Date()
329 if (((int)Date->hour < 0) || (Date->hour > 23)) in ADM_Decode_Date()
[all …]
/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Dtime.c41 int hour, min; in conv_time() local
59 if ((hour = min / 60) != 0) in conv_time()
62 if (hour) in conv_time()
64 MSG_ORIG(MSG_TIME_HMSF), hour, min, sec, usec); in conv_time()
/illumos-gate/usr/src/cmd/spell/
H A Dlist11168 hour
/illumos-gate/usr/src/cmd/ssh/etc/
H A Dsshd_config89 # The default is 1 hour (3600 seconds).
/illumos-gate/usr/src/cmd/touch/
H A Dtouch.c274 char *hour; in parse_datetime() local
311 hour = strsep(&p, ":"); in parse_datetime()
320 hour == NULL || strlen(hour) != 2 || !isnumber(hour) || in parse_datetime()
331 tm.tm_hour = atoi(hour); in parse_datetime()
/illumos-gate/usr/src/cmd/units/
H A Dunittab72 hour 60 min
73 hr hour
368 refrigeration 12000 btu/ton-hour
/illumos-gate/usr/src/compat/bhyve/sys/
H A Dclock.h61 int hour; /* hour (0 - 23) */ member
/illumos-gate/usr/src/contrib/ast/src/lib/libast/
H A DRELEASE785 03-04-21 tm/tmdate.c: fix next hour/min logic
853 03-02-01 string/strelapsed.c: handle ps style [day-][hour:]min:sec
975 02-05-16 tm/tmfix.c: fix '60+n min/sec ago' bug for n min/sec after the hour
/illumos-gate/usr/src/contrib/ast/src/lib/libast/tm/
H A Dtmxscan.c48 int hour; member
55 #define CLEAR(s) (s.year=s.mon=s.week=s.weektype=s.yday=s.mday=s.wday=s.hour=s.min=s.sec=s.meridian…
108 if (set->hour >= 0) in gen()
110 if (set->hour < tm->tm_hour && set->yday < 0 && set->mday < 0 && set->wday < 0) in gen()
112 tm->tm_hour = set->hour; in gen()
278 set.hour = n; in scan()
283 set.hour = n; in scan()
/illumos-gate/usr/src/data/zoneinfo/
H A Dafrica194 # Egypt will turn back clocks by one hour at the midnight of Thursday
212 # shifting business hours one hour out of daytime heat. Consequently,
376 # half an hour by the Alteration of Time Ordinance, 1928.
453 # Libya set their time one hour back at 02:00 on Saturday November 10.
557 # Mauritius. The summer time period which will be of one hour ahead of
584 # "The trial ended on March 29, 2009, when the clocks moved back by one hour
607 # be one hour ahead of GMT between 1 June and 27 September, according to
791 # (Google Translation) The hour will thus be delayed 60 minutes
1245 # West of Greenwich, of one hour each, Nigeria falling into the zone with a
1343 # hour on February 1, 2021...."
[all …]
H A Dantarctica78 # be on the same time zone as Hobart. Some past dates too for this 3 hour

12