Searched refs:minutes (Results 1 - 9 of 9) sorted by relevance

/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dstr_conv.c292 int days, hours, minutes, seconds;
310 minutes = (int) (dt / 60);
314 snprintf(buffer, buflen, "%d:%02d:%02d", hours, minutes, seconds);
315 else if (hours || minutes || seconds)
318 hours, minutes, seconds);
290 int days, hours, minutes, seconds; local
/osnet-11/usr/src/lib/libpkg/common/
H A Dpkgstr.c1103 unsigned long long minutes; local
1123 minutes = seconds / 60ll; /* total minutes */
1124 seconds = seconds % 60ll; /* seconds left over from minutes */
1125 hours = minutes / 60ll; /* total hours */
1126 minutes = minutes % 60ll; /* minutes left over from hours */
1131 hours, minutes, seconds, ns);
/osnet-11/usr/src/cmd/sendmail/db/txn/
H A Dtxn.c730 * If either kbytes or minutes is non-zero, then we only take the checkpoint
731 * more than "minutes" minutes have passed since the last checkpoint or if
739 txn_checkpoint(mgr, kbytes, minutes)
741 u_int32_t kbytes, minutes;
756 if (minutes != 0) {
763 if (now - last_ckp_time >= (time_t)(minutes * 60))
783 if (minutes != 0 || kbytes != 0)
/osnet-11/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DOption.java243 * Gets a time option value indicating the given number of minutes.
245 * @param n number of minutes
246 * @return time option value indicating the given number of minutes
249 minutes(int n) method in class:Option
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Locale/
H A DMaketext.pm545 six minutes. (Just don't let them get mushy!) Drain the carrots.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Time/
H A DLocal.pm202 Your mileage may vary when trying these with minutes and hours,
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/bin/
H A Denc2xs1380 Yes, 5 minutes is faster than 15. Above is for CP936 in CN. Only difference is
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DCPAN.pm6900 ones later, so I can go out after a few minutes and leave CPAN.pm
H A DCGI.pm5257 +10m ten minutes from now

Completed in 69 milliseconds