Searched refs:timebuf (Results 1 - 25 of 25) sorted by last modified time

/macosx-10.10.1/curl-83.1.2/curl/lib/
H A Dasyn-ares.c224 struct timeval timebuf; local
234 &timebuf);
/macosx-10.10.1/curl-83.1.2/curl/src/
H A Dtool_cb_dbg.c35 static void dump(const char *timebuf, const char *text,
53 char timebuf[20]; local
68 snprintf(timebuf, sizeof(timebuf), "%02d:%02d:%02d.%06ld ",
72 timebuf[0] = 0;
114 fprintf(output, "%s%s ", timebuf, s_infotype[type]);
122 fprintf(output, "%s%s ", timebuf, s_infotype[type]);
131 fprintf(output, "%s%s ", timebuf, s_infotype[type]);
147 fprintf(output, "%s%s ", timebuf, s_infotype[type]);
174 dump(timebuf, tex
215 dump(const char *timebuf, const char *text, FILE *stream, const unsigned char *ptr, size_t size, trace tracetype, curl_infotype infotype) argument
[all...]
/macosx-10.10.1/zsh-61/zsh/Src/
H A Dbuiltin.c1660 char *s, *tdfmt, *timebuf; local
1706 timebuf = zhalloc(256);
1708 tdfmt = timebuf = NULL;
1730 if (ztrftime(timebuf, 256, tdfmt, ltm))
1731 fprintf(f, "%s ", timebuf);
/macosx-10.10.1/curl-83.1.2/curl/tests/server/
H A Dutil.c98 char timebuf[20]; local
115 snprintf(timebuf, sizeof(timebuf), "%02d:%02d:%02d.%06ld",
124 fprintf(logfp, "%s %s\n", timebuf, buffer);
132 fprintf(stderr, "Msg not logged: %s %s\n", timebuf, buffer);
/macosx-10.10.1/curl-83.1.2/curl/tests/libtest/
H A Dtesttrace.c38 void libtest_debug_dump(const char *timebuf, const char *text, FILE *stream, argument
50 fprintf(stream, "%s%s, %d bytes (0x%x)\n", timebuf, text,
96 char timebuf[20]; local
102 timebuf[0] = '\0';
103 timestr = &timebuf[0];
113 snprintf(timebuf, sizeof(timebuf), "%02d:%02d:%02d.%06ld ",
143 libtest_debug_dump(timebuf, text, stderr, data, size, trace_cfg->nohex);
/macosx-10.10.1/MITKerberosShim-66/
H A Dmisc-mit.c37 struct tm timebuf, timebuf2; local
64 * indicated that no guarantees are made as to preserving timebuf
67 timebuf = timebuf2;
68 if ((s = strptime(string, atime_format_table[i], &timebuf))
74 if (timebuf.tm_year <= 0)
76 ret_time = mktime(&timebuf);
/macosx-10.10.1/bind9-45.101/bind9/lib/dns/
H A Dzone.c2708 char timebuf[80]; local
2726 isc_time_formattimestamp(&zone->refreshkeytime, timebuf, 80);
2727 dns_zone_log(zone, ISC_LOG_DEBUG(1), "next key refresh: %s", timebuf);
4567 char timebuf[80]; local
4577 isc_time_formattimestamp(&t, timebuf, 80);
4580 timebuf);
4588 isc_time_formattimestamp(&zone->refreshkeytime, timebuf, 80);
4590 "setting keywarntime to %s", timebuf);
7944 char timebuf[80]; local
7951 isc_time_formattimestamp(&zone->refreshkeytime, timebuf, 8
14209 char timebuf[80]; local
[all...]
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/libraries/libldap/
H A Drequest.c843 char timebuf[32]; local
861 ldap_pvt_ctime( &lc->lconn_lastused, timebuf ),
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/
H A Dadd.c591 char timebuf[ LDAP_LUTIL_GENTIME_BUFSIZE ]; local
599 timestamp.bv_val = timebuf;
620 AC_MEMCPY( timebuf, csn.bv_val, timestamp.bv_len );
621 timebuf[timestamp.bv_len-1] = 'Z';
622 timebuf[timestamp.bv_len] = '\0';
626 timestamp.bv_len = sizeof(timebuf);
H A Dmodify.c871 char timebuf[ LDAP_LUTIL_GENTIME_BUFSIZE ]; local
878 timestamp.bv_val = timebuf;
922 AC_MEMCPY( timebuf, csn.bv_val, timestamp.bv_len );
923 timebuf[timestamp.bv_len-1] = 'Z';
924 timebuf[timestamp.bv_len] = '\0';
929 timestamp.bv_len = sizeof(timebuf);
H A Dschema.c120 char timebuf[ LDAP_LUTIL_GENTIME_BUFSIZE ]; local
133 vals[0].bv_val = timebuf;
134 vals[0].bv_len = sizeof( timebuf );
H A Dslapadd.c190 char timebuf[ LDAP_LUTIL_GENTIME_BUFSIZE ]; local
208 timestamp.bv_val = timebuf;
209 timestamp.bv_len = sizeof(timebuf);
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-ldap/
H A Dmonitor.c410 char timebuf[ LDAP_LUTIL_GENTIME_BUFSIZE ]; local
490 timestamp.bv_val = timebuf;
491 timestamp.bv_len = sizeof( timebuf );
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/overlays/
H A Daccesslog.c633 char timebuf[LDAP_LUTIL_GENTIME_BUFSIZE]; local
645 ava.aa_value.bv_val = timebuf;
646 ava.aa_value.bv_len = sizeof(timebuf);
1434 char timebuf[LDAP_LUTIL_GENTIME_BUFSIZE+8]; local
1502 bv.bv_len = snprintf( timebuf, sizeof( timebuf ), "%d", rs->sr_err );
1503 if ( bv.bv_len < sizeof( timebuf ) ) {
1504 bv.bv_val = timebuf;
1724 bv.bv_val = timebuf;
1725 bv.bv_len = snprintf( bv.bv_val, sizeof( timebuf ), "
[all...]
H A Dppolicy.c808 make_pwd_history_value( char *timebuf, struct berval *bv, Attribute *pa ) argument
814 "%s#%s#%lu#", timebuf,
1495 char timebuf[ LDAP_LUTIL_GENTIME_BUFSIZE ]; local
1498 timestamp.bv_val = timebuf;
1499 timestamp.bv_len = sizeof(timebuf);
1949 char timebuf[ LDAP_LUTIL_GENTIME_BUFSIZE ]; local
1973 timestamp.bv_val = timebuf;
1974 timestamp.bv_len = sizeof(timebuf);
2097 make_pwd_history_value( timebuf, &mods->sml_values[0], pa );
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/contrib/slapd-modules/nssov/
H A Dpam.c495 char timebuf[LDAP_LUTIL_GENTIME_BUFSIZE]; local
539 timestamp.bv_len = sizeof(timebuf);
540 timestamp.bv_val = timebuf;
/macosx-10.10.1/tcl-105/tcl/tcl/generic/
H A Dtcl.h1343 typedef void (Tcl_GetTimeProc) _ANSI_ARGS_((Tcl_Time *timebuf,
1345 typedef void (Tcl_ScaleTimeProc) _ANSI_ARGS_((Tcl_Time *timebuf,
/macosx-10.10.1/lukemftp-14/tnftp/src/
H A Dutil.c725 struct tm timebuf; local
758 memset(&timebuf, 0, sizeof(timebuf));
760 (strptime(timestr, "%Y%m%d%H%M%S", &timebuf) == NULL)) {
765 timebuf.tm_isdst = -1;
766 rtime = timegm(&timebuf);
/macosx-10.10.1/system_cmds-643.1.1/sar.tproj/
H A Dsar.c186 char timebuf[26]; local
437 timebuf will be a 26-character string of the form:
441 ctime_r(&curr_time, timebuf);
443 strncpy(&filenamebuf[14], &timebuf[8], 2);
871 char timebuf[26]; local
874 timebufp = get_hms_string (timestamp, timebuf);
983 char timebuf[26]; local
1034 timebufp = get_hms_string(timestamp, timebuf);
/macosx-10.10.1/tcl-105/tcl/tcl/unix/
H A DtclUnixTime.c53 static void NativeScaleTime(Tcl_Time *timebuf,
55 static void NativeGetTime(Tcl_Time *timebuf,
/macosx-10.10.1/gnutar-453/gnutar/lib/
H A Dgettimeofday.c123 struct _timeb timebuf;
124 _ftime (&timebuf);
125 tv->tv_sec = timebuf.time;
126 tv->tv_usec = timebuf.millitm * 1000;
/macosx-10.10.1/cxxfilt-11/cxxfilt/binutils/
H A Dreadelf.c5588 char timebuf[20];
5593 snprintf (timebuf, sizeof (timebuf), "%04u-%02u-%02uT%02u:%02u:%02u",
5596 printf ("Time Stamp: %s\n", timebuf);
8471 char timebuf[20];
8481 snprintf (timebuf, sizeof (timebuf),
8491 printf (" %s %#10lx %-7ld", timebuf, liblist.l_checksum,
8855 char timebuf[20];
8865 snprintf (timebuf, sizeo
5585 char timebuf[20]; local
8468 char timebuf[20]; local
8852 char timebuf[20]; local
[all...]
H A Dbucomm.c375 char timebuf[40];
380 sprintf (timebuf, "%.12s %.4s", ctime_result + 4, ctime_result + 20);
387 (long) buf.st_size, timebuf);
371 char timebuf[40]; local
/macosx-10.10.1/tcl-105/tcl/tcl/win/
H A DtclWinTime.c126 static void NativeScaleTime(Tcl_Time* timebuf,
128 static void NativeGetTime(Tcl_Time* timebuf,
/macosx-10.10.1/man-16/man/man2html/
H A Dcgibase.c83 char timebuf[TIMEBUFSZ]; local
87 timebuf[0] = 0;
89 sprintf(timebuf, "Time: ");
92 strftime(timebuf+6, TIMEBUFSZ-6, TIMEFORMAT, timetm);
93 timebuf[TIMEBUFSZ-1] = 0;
95 printf(signature, cgibase, man2htmlpath, timebuf);

Completed in 258 milliseconds