| /src/external/gpl3/gcc/dist/libgomp/config/mingw32/ |
| time.c | 35 struct _timeb timebuf; local 36 _ftime (&timebuf); 37 return (timebuf.time + (long)(timebuf.millitm) / 1e3);
|
| /src/external/gpl3/gcc.old/dist/libgomp/config/mingw32/ |
| time.c | 35 struct _timeb timebuf; local 36 _ftime (&timebuf); 37 return (timebuf.time + (long)(timebuf.millitm) / 1e3);
|
| /src/external/apache2/mDNSResponder/dist/ServiceRegistration/ |
| srp-log.c | 166 char timebuf[20]; // YYYY-MM-DD HH:MM:SS local 172 strftime(timebuf, sizeof(timebuf), "%F %T", &tm); 174 snprintf(buf, bufsize, "%s.%06d%s", timebuf, tv.tv_usec, zonebuf);
|
| /src/external/bsd/openldap/dist/servers/slapd/ |
| schema.c | 125 char timebuf[ LDAP_LUTIL_GENTIME_BUFSIZE ]; local 138 vals[0].bv_val = timebuf; 139 vals[0].bv_len = sizeof( timebuf );
|
| add.c | 603 char timebuf[ LDAP_LUTIL_GENTIME_BUFSIZE ]; local 611 timestamp.bv_val = timebuf; 632 AC_MEMCPY( timebuf, csn.bv_val, timestamp.bv_len ); 633 timebuf[timestamp.bv_len-1] = 'Z'; 634 timebuf[timestamp.bv_len] = '\0'; 638 timestamp.bv_len = sizeof(timebuf);
|
| slapadd.c | 220 char timebuf[ LDAP_LUTIL_GENTIME_BUFSIZE ]; local 238 timestamp.bv_val = timebuf; 239 timestamp.bv_len = sizeof(timebuf);
|
| slapmodify.c | 477 char timebuf[ LDAP_LUTIL_GENTIME_BUFSIZE ]; local 490 timestamp.bv_val = timebuf; 491 timestamp.bv_len = sizeof(timebuf);
|
| modify.c | 877 char timebuf[ LDAP_LUTIL_GENTIME_BUFSIZE ]; local 884 timestamp.bv_val = timebuf; 928 AC_MEMCPY( timebuf, csn.bv_val, timestamp.bv_len ); 929 timebuf[timestamp.bv_len-1] = 'Z'; 930 timebuf[timestamp.bv_len] = '\0'; 935 timestamp.bv_len = sizeof(timebuf);
|
| /src/lib/libwrap/ |
| rfc931.c | 45 static jmp_buf timebuf; variable 75 longjmp(timebuf, sig); 147 if (setjmp(timebuf) == 0) {
|
| /src/games/warp/ |
| util.c | 24 struct timespec timebuf; variable in typeref:struct:timespec
|
| /src/external/bsd/openldap/dist/contrib/slapd-modules/acl/ |
| now.c | 174 char timebuf[ LDAP_LUTIL_GENTIME_BUFSIZE ]; local 181 timestamp.bv_val = timebuf; 182 timestamp.bv_len = sizeof( timebuf );
|
| /src/external/mpl/bind/dist/lib/dns/ |
| keystore.c | 148 char timebuf[18]; local 186 isc_time_formatshorttimestamp(&now, timebuf, sizeof(timebuf)); 187 return isc_buffer_printf(buf, "-%s-%s", ksk ? "ksk" : "zsk", timebuf);
|
| /src/external/cddl/osnet/dist/cmd/zlook/ |
| zlook.c | 143 char timebuf[512]; local 154 timebuf[0] = 0; 155 if (ctime_r(&sb->st_atime, timebuf, 512)) { 157 (void) printf("%s", timebuf); 159 timebuf[0] = 0; 160 if (ctime_r(&sb->st_mtime, timebuf, 512)) { 162 (void) printf("%s", timebuf); 164 timebuf[0] = 0; 165 if (ctime_r(&sb->st_ctime, timebuf, 512)) { 167 (void) printf("%s", timebuf); [all...] |
| /src/usr.bin/finger/ |
| lprint.c | 177 char timebuf[128], ttybuf[64], hostbuf[512]; local 206 (void)snprintf(timebuf, sizeof(timebuf), "%s: %s, %s", 208 oddfield = demi_print(timebuf, oddfield); 211 (void)snprintf(timebuf, sizeof(timebuf), "%s: %s", 213 oddfield = demi_print(timebuf, oddfield); 216 (void)snprintf(timebuf, sizeof(timebuf), "%s: %s", 218 oddfield = demi_print(timebuf, oddfield) [all...] |
| /src/external/bsd/openldap/dist/contrib/slapd-modules/nssov/ |
| pam.c | 579 char timebuf[LDAP_LUTIL_GENTIME_BUFSIZE]; local 603 timestamp.bv_len = sizeof(timebuf); 604 timestamp.bv_val = timebuf;
|
| /src/external/bsd/tcpdump/dist/ |
| util-print.c | 249 char timebuf[32]; local 263 timestr = nd_format_time(timebuf, sizeof(timebuf), 266 timestr = nd_format_time(timebuf, sizeof(timebuf),
|
| /src/external/gpl3/binutils/dist/binutils/ |
| bucomm.c | 460 char timebuf[40]; 466 sprintf (timebuf, _("<time data corrupt>")); 469 sprintf (timebuf, "%.12s %.4s", ctime_result + 4, ctime_result + 20); 476 (uint64_t) buf.st_size, timebuf); 456 char timebuf[40]; local
|
| /src/external/gpl3/binutils.old/dist/binutils/ |
| bucomm.c | 460 char timebuf[40]; 466 sprintf (timebuf, _("<time data corrupt>")); 469 sprintf (timebuf, "%.12s %.4s", ctime_result + 4, ctime_result + 20); 476 (uint64_t) buf.st_size, timebuf); 456 char timebuf[40]; local
|
| /src/external/mpl/bind/dist/tests/dns/ |
| skr_test.c | 197 isc_buffer_t b, timebuf; local 203 isc_buffer_init(&timebuf, timestr, sizeof(timestr));
|
| /src/external/bsd/openldap/dist/libraries/libldap/ |
| request.c | 855 char timebuf[32]; local 887 ldap_pvt_ctime( &lc->lconn_lastused, timebuf ),
|
| /src/external/gpl2/lvm2/dist/lib/commands/ |
| toolcontext.c | 129 char timebuf[26]; local 189 ctime_r(&t, &timebuf[0]); 190 timebuf[24] = '\0'; 191 log_verbose("Logging initialised at %s", timebuf);
|
| /src/external/mpl/bind/dist/bin/dnssec/ |
| dnssec-settime.c | 127 char timebuf[80]; local 134 flen = strftime(timebuf, sizeof(timebuf), 136 INSIST(flen > 0U && flen < sizeof(timebuf)); 137 fprintf(stream, "%s\n", timebuf);
|
| dnssec-cds.c | 156 isc_buffer_t timebuf; local 163 isc_buffer_init(&timebuf, timestr, sizeof(timestr)); 164 result = dns_time64_totext(time, &timebuf); 166 isc_buffer_putuint8(&timebuf, 0);
|
| /src/usr.bin/ftp/ |
| util.c | 712 struct tm timebuf; local 745 memset(&timebuf, 0, sizeof(timebuf)); 747 (strptime(timestr, "%Y%m%d%H%M%S", &timebuf) == NULL)) { 752 timebuf.tm_isdst = -1; 753 rtime = timegm(&timebuf);
|
| /src/external/bsd/openldap/dist/servers/lloadd/ |
| monitor.c | 751 char timebuf[LDAP_LUTIL_GENTIME_BUFSIZE]; local 772 bv_timestamp.bv_len = lutil_gentime( timebuf, sizeof(timebuf), &tm ); 773 bv_timestamp.bv_val = timebuf;
|