/illumos-gate/usr/src/cmd/sendmail/src/ |
H A D | convtime.c | 132 int wk, dy, hr, mi, se; 144 hr = intvl % 24; 168 hr, mi, se); 185 if (hr > 0) 187 (void) sm_snprintf(p, SPACELEFT(buf, p), ", %d hour%s", hr, 188 PLURAL(hr)); 131 int wk, dy, hr, mi, se; local
|
H A D | sasl.c | 159 char *hr, *h1, *h, *res; local 173 hr = res; 189 if (hr != res) 190 *hr++ = ' '; 193 memcpy(hr, h1, l1); 196 hr += l1; 197 *hr = '\0';
|
H A D | usersmtp.c | 329 char *hr, *h1, *h, *res; local 347 hr = res + l1; 363 *hr++ = ' '; 366 memcpy(hr, h1, l1); 369 hr += l1; 370 *hr = '\0';
|
/illumos-gate/usr/src/boot/sys/boot/i386/libi386/ |
H A D | time.c | 45 int hr, minute, sec; local 52 hr = bcd2bin((v86.ecx & 0xff00) >> 8); /* hour in %ch */ 56 return (hr * 3600 + minute * 60 + sec);
|
/illumos-gate/usr/src/cmd/mdb/common/modules/hook/ |
H A D | hook.c | 43 hook_event_int_t hr; local 54 if (mdb_vread((void *)&hr, sizeof (hr), (uintptr_t)addr) == -1) { 62 hlp = TAILQ_FIRST(&hr.hei_head); 112 hook_event_int_t hr, *hrp; local 127 if (mdb_vread((void *)&hr, sizeof (hr), (uintptr_t)hrp) == -1) { 131 if (!hr.hei_event) { 137 (uintptr_t)hr.hei_event) == -1) { 139 hr 236 hook_event_int_t hr; local [all...] |
/illumos-gate/usr/src/cmd/who/ |
H A D | who.c | 480 time_t hr; local 583 hr = idle/3600; 585 if (hr == 0 && min == 0) 588 if (hr < 24) 589 (void) printf(" %2d:%2.2d", (int)hr,
|
/illumos-gate/usr/src/cmd/sh/ |
H A D | print.c | 104 int hr, min, sec; local 112 if ((hr = t / 60) != 0) { 113 prn_buff(hr);
|
/illumos-gate/usr/src/cmd/acct/ |
H A D | acctcms.c | 785 prnt(struct pcms *p, int hr) argument 787 if(p->pcm_pc[hr] == 0) return; 789 printf(fmtcnt, p->pcm_pc[hr]); 790 printf(fmtkcore, p->pcm_kcore[hr]); 791 printf(fmtcpu, p->pcm_cpu[hr]); 792 printf(fmtreal, p->pcm_real[hr]); 793 if(p->pcm_cpu[hr] == 0) p->pcm_cpu[hr] = 1; 794 printf(fmtmsz, p->pcm_kcore[hr]/p->pcm_cpu[hr]); [all...] |
H A D | acctcom.c | 593 * arg has form hr:min:sec, min or sec are assumed to be 0 if omitted 599 long hr, min, sec; local 603 if(sscanf(str, "%ld:%ld:%ld", &hr, &min, &sec) < 1) { 608 sec += (hr*3600);
|
/illumos-gate/usr/src/uts/common/pcmcia/cis/ |
H A D | cis_handlers.c | 349 int i, n, nrb, na, hr = 0; local 408 cr->hr = hr; 409 cr->regs[hr] = MAKE_CONFIG_REG_ADDR( 410 cr->base, hr); 412 hr++;
|
/illumos-gate/usr/src/cmd/fm/eversholt/common/ |
H A D | literals.h | 100 L_DECL(hr); variable
|
/illumos-gate/usr/src/uts/common/inet/ip/ |
H A D | ip_netinfo.c | 1526 hook_event_token_t hr; local 1539 hr = (info->hnei_event.hne_protocol == ipst->ips_ipv6_net_data) ? 1541 (void) hook_run(info->hnei_event.hne_protocol->netd_hooks, hr,
|
/illumos-gate/usr/src/lib/libshell/common/sh/ |
H A D | xec.c | 87 register int hr; local 97 if(hr=t/60) 98 sfprintf(outfile,"%dh",hr);
|
/illumos-gate/usr/src/uts/common/io/bfe/ |
H A D | bfe.c | 492 hrtime_t hr; local 494 hr = gethrtime(); 496 hr > bfe->bfe_tx_stall_time) {
|
/illumos-gate/usr/src/cmd/cron/ |
H A D | cron.c | 1514 #define tm_setup(tp, yr, mon, dy, hr, min, dst) \ 1518 (tp)->tm_hour = hr; \ 1550 int tm_mon, tm_mday, tm_wday, wday, m, min, h, hr, carry, day, days; local 1605 hr = next_ge(h%24, e->of.ct.hour); 1606 carry = (hr < h) ? 1 : 0; 1611 hr, min, tm->tm_isdst); 1674 t += (time_t)(hr-tm->tm_hour-1) * HOUR + 1677 t += (time_t)(hr-tm->tm_hour) * HOUR + 1701 hr = next_ge(0, e->of.ct.hour); 1775 * now that we have the min, hr, da [all...] |
/illumos-gate/usr/src/uts/common/pcmcia/sys/ |
H A D | cis_handlers.h | 172 uint32_t hr; /* highest config register index found */ member in struct:cistpl_config_t
|