Searched refs:time2str (Results 1 - 12 of 12) sorted by relevance

/macosx-10.10/Heimdal-398.1.2/lib/hdb/
H A Dprint.c111 time2str(time_t t) function
131 time2str(ev->time), pr ? pr : "UNKNOWN");
179 append_string(context, sp, "%s ", time2str(*ent->valid_start));
185 append_string(context, sp, "%s ", time2str(*ent->valid_end));
191 append_string(context, sp, "%s ", time2str(*ent->pw_end));
212 append_string(context, sp, "%s:%d:%d ", time2str(ent->generation->time),
/macosx-10.10/rsync-45/rsync/packaging/
H A Dnightly-rsync32 our $name = time2str('rsync-HEAD-%Y%m%d-%H%M%Z', time, 'GMT');
33 our $ztoday = time2str('%d %b %Y', time);
H A Drelease-rsync19 my $ztoday = time2str('%d %b %Y', time);
/macosx-10.10/bind9-45.101/bind9/contrib/zkt/
H A Dmisc.h67 extern char *time2str (time_t sec, int precision);
H A Drollover.c394 domain, dkp->tag, time2str (exptime, 's'));
425 lg_mesg (LG_DEBUG, "Act Exptime: %s", time2str (exptime, 's'));
426 lg_mesg (LG_DEBUG, "Stb time: %s", time2str (dki_time (standbykey), 's'));
427 lg_mesg (LG_DEBUG, "Stb time+wait: %s", time2str (dki_time (standbykey) + min (DAYSEC * 30, z->key_ttl), 's'));
H A Dzkt.c130 printf (" %-20s", time2str (dkp->gentime ? dkp->gentime: dkp->time, 's'));
132 printf (" %-20s", time2str (dkp->exptime, 's'));
H A Dzkt-signer.c759 dbg_val2 ("new_keysetfile (%s, %s)\n", dir, time2str (zone_signing_time, 's'));
766 dbg_val2 ("newkeysetfile timestamp of %s = %s\n", path, time2str (file_mtime(path), 's'));
803 fprintf (fp, ";\t Last generation time %s\n", time2str (curr, 's'));
H A Dmisc.c821 ** time2str (sec, precison)
825 char *time2str (time_t sec, int precision) function
H A Ddki.c756 len += fprintf (fp, "generated %s\n", time2str (dkp->time, 's'));
/macosx-10.10/curl-83.1.2/curl/lib/
H A Dprogress.c34 static void time2str(char *r, curl_off_t seconds) function
442 time2str(time_left, total_estimate > 0?(total_estimate - timespent):0);
443 time2str(time_total, total_estimate);
444 time2str(time_spent, timespent);
/macosx-10.10/CPANInternal-159.1/HTTP-Proxy-0.25/lib/HTTP/
H A DProxy.pm4 use HTTP::Date qw(time2str);
508 $response->header( Date => time2str(time) )
/macosx-10.10/CPANInternal-159.1/HTTP-Proxy-0.300/lib/HTTP/
H A DProxy.pm4 use HTTP::Date qw(time2str);
508 $response->header( Date => time2str(time) )

Completed in 267 milliseconds