Searched refs:time_string (Results 1 - 14 of 14) sorted by relevance

/macosx-10.10/OpenSSH-189/openssh/
H A Dsshlogin.c90 char *time_string, hostname[MAXHOSTNAMELEN] = "", buf[512]; local
97 time_string = sys_auth_get_lastlogin_msg(user, uid);
98 if (time_string != NULL) {
99 buffer_append(&loginmsg, time_string, strlen(time_string));
100 xfree(time_string);
107 time_string = ctime(&last_login_time);
108 time_string[strcspn(time_string, "\n")] = '\0';
111 time_string);
[all...]
/macosx-10.10/emacs-93/emacs/lib-src/
H A Dprofile.c40 static char time_string[30]; variable
62 sprintf (time_string, "%lu.%06lu", (unsigned long)EMACS_SECS (TV2), (unsigned long)EMACS_USECS (TV2));
63 return time_string;
/macosx-10.10/Security-57031.1.35/Security/sec/SOSCircle/Regressions/
H A DSOSRegressionUtilities.c79 char *time_string = NULL; local
93 time_string = (char *)malloc(sz);
94 strncpy(time_string, buffer, sz+1);
101 return time_string;
/macosx-10.10/Security-57031.1.35/SecurityTool/
H A Dkey_create.c159 CFStringRef time_string = CFStringCreateWithCString(NULL, time, kCFStringEncodingUTF8); local
161 if (!CFDateFormatterGetAbsoluteTimeFromString(formatter, time_string, NULL, ptime))
168 if (time_string)
169 CFRelease(time_string);
/macosx-10.10/bind9-45.101/bind9/lib/isc/
H A Dlog.c1410 char time_string[64]; local
1447 time_string[0] = '\0';
1510 time_string[0] == '\0') {
1514 isc_time_formattimestamp(&isctime, time_string,
1515 sizeof(time_string));
1698 printtime ? time_string : "",
1741 printtime ? time_string : "",
/macosx-10.10/ntp-92/lib/isc/
H A Dlog.c1409 char time_string[64]; local
1446 time_string[0] = '\0';
1509 time_string[0] == '\0') {
1513 isc_time_formattimestamp(&isctime, time_string,
1514 sizeof(time_string));
1697 printtime ? time_string : "",
1740 printtime ? time_string : "",
/macosx-10.10/Security-57031.1.35/Security/include/security_smime/
H A DtsaSupport.c838 CFStringRef time_string = NULL; local
850 time_string = CFStringCreateWithCString(kCFAllocatorDefault, timeStr, kCFStringEncodingUTF8);
851 if (!time_string || !CFDateFormatterGetAbsoluteTimeFromString(formatter, time_string, rangep, ptime))
860 if (time_string)
861 CFRelease(time_string);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_smime/lib/
H A DtsaSupport.c838 CFStringRef time_string = NULL; local
850 time_string = CFStringCreateWithCString(kCFAllocatorDefault, timeStr, kCFStringEncodingUTF8);
851 if (!time_string || !CFDateFormatterGetAbsoluteTimeFromString(formatter, time_string, rangep, ptime))
860 if (time_string)
861 CFRelease(time_string);
/macosx-10.10/libauto-186/
H A DStatistics.h83 const char *time_string() { function in class:Auto::Timer
H A Dauto_zone.cpp157 const char *idle = idle_timer.time_string();
161 auto_prelude(), (generational ? "gen." : "full"), timer.total_time().time_string(), idle,
162 zone->statistics().blocks_scanned(), bytes, timer.scan_timer().time_string());
/macosx-10.10/CPANInternal-159.1/DateTime-Format-Strptime-1.52/lib/DateTime/Format/
H A DStrptime.pm248 my ( $self, $time_string ) = @_;
280 Entered = $time_string
1027 return qq|($field_list) = \$time_string =~ /$regex/|;
1060 my ( $pattern, $time_string ) = @_;
1064 )->parse_datetime($time_string);
/macosx-10.10/CPANInternal-159.1/DateTime-Format-Strptime-1.54/lib/DateTime/Format/
H A DStrptime.pm248 my ( $self, $time_string ) = @_;
280 Entered = $time_string
1027 return qq|($field_list) = \$time_string =~ /$regex/|;
1060 my ( $pattern, $time_string ) = @_;
1064 )->parse_datetime($time_string);
/macosx-10.10/cups-408/cups/test/
H A Dippserver.c401 static char *time_string(time_t tv, char *buffer, size_t bufsize);
4716 snprintf(when, sizeof(when), "Queued at %s", time_string(job->created, hhmmss, sizeof(hhmmss)));
4720 snprintf(when, sizeof(when), "Started at %s", time_string(job->processing, hhmmss, sizeof(hhmmss)));
4723 snprintf(when, sizeof(when), "Aborted at %s", time_string(job->completed, hhmmss, sizeof(hhmmss)));
4726 snprintf(when, sizeof(when), "Canceled at %s", time_string(job->completed, hhmmss, sizeof(hhmmss)));
4729 snprintf(when, sizeof(when), "Completed at %s", time_string(job->completed, hhmmss, sizeof(hhmmss)));
5849 * 'time_string()' - Return the local time in hours, minutes, and seconds.
5853 time_string(time_t tv, /* I - Time value */ function
/macosx-10.10/Heimdal-398.1.2/lib/hx509/
H A Dhxtool.c904 if (opt->time_string) {
911 p = strptime (opt->time_string, "%Y-%m-%d", &tm);
914 opt->time_string);

Completed in 217 milliseconds