| /netbsd-src/external/gpl3/gdb.old/dist/readline/readline/examples/ |
| H A D | histexamp.c | 94 char timestr[128]; local 102 strftime (timestr, sizeof (timestr), "%a %R", localtime(&tt)); 104 strcpy (timestr, "??"); 105 printf ("%d: %s: %s\n", i + history_base, timestr, the_list[i]->line);
|
| /netbsd-src/external/gpl3/gdb/dist/readline/readline/examples/ |
| H A D | histexamp.c | 94 char timestr[128]; local 102 strftime (timestr, sizeof (timestr), "%a %R", localtime(&tt)); 104 strcpy (timestr, "??"); 105 printf ("%d: %s: %s\n", i + history_base, timestr, the_list[i]->line);
|
| /netbsd-src/external/bsd/am-utils/dist/conf/mtab/ |
| H A D | mtab_svr4.c | 164 static char timestr[16]; in update_mnttab_fields() local 180 timestr[0] = '\0'; in update_mnttab_fields() 182 xsnprintf(timestr, sizeof(timestr), "%ld", tv.tv_sec); in update_mnttab_fields() 184 mt.mnt_time = timestr; in update_mnttab_fields()
|
| /netbsd-src/usr.bin/ftp/ |
| H A D | util.c | 713 char *timestr, *frac; in remotemodtime() local 720 timestr = reply_string + 4; in remotemodtime() 726 frac = strchr(timestr, '\r'); in remotemodtime() 729 frac = strchr(timestr, '.'); in remotemodtime() 732 if (strlen(timestr) == 15 && strncmp(timestr, "191", 3) == 0) { in remotemodtime() 739 timestr); in remotemodtime() 740 timestr++; in remotemodtime() 741 timestr[0] = '2'; in remotemodtime() 742 timestr[ in remotemodtime() [all...] |
| /netbsd-src/usr.bin/systat/ |
| H A D | ps.c | 357 static char timestr[18]; in time2str() local 386 snprintf(timestr, sizeof(timestr), "%3ld:%02ld.%02ld", secs/60, in time2str() 389 return timestr; in time2str()
|
| /netbsd-src/usr.bin/at/ |
| H A D | at.c | 435 char timestr[TIMESIZE]; in list_jobs() local 473 (void)strftime(timestr, TIMESIZE, "%T %F", &runtime); in list_jobs() 475 (void)strftime(timestr, TIMESIZE, "%X %x", &runtime); in list_jobs() 479 (int)strlen(timestr), "Date", in list_jobs() 488 timestr, in list_jobs()
|
| /netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/ |
| H A D | keymgr.c | 2298 char timestr[26]; /* Minimal buf as per ctime_r() spec. */ in keymgr_checkds() local 2301 isc_stdtime_tostring(when, timestr, sizeof(timestr)); in keymgr_checkds() 2306 timestr); in keymgr_checkds() 2349 char timestr[26]; /* Minimal buf as per ctime_r() spec. */ in keytime_status() local 2366 isc_stdtime_tostring(when, timestr, sizeof(timestr)); in keytime_status() 2367 isc_buffer_printf(buf, "%s\n", timestr); in keytime_status() 2374 char timestr[26]; /* Minimal buf as per ctime_r() spec. */ in rollover_status() local 2412 isc_stdtime_tostring(remove_time, timestr, in rollover_status() 2413 sizeof(timestr)); in rollover_status() 2414 isc_buffer_printf(buf, "%s", timestr); in rollover_status() [all …]
|
| /netbsd-src/external/mpl/bind/dist/lib/dns/ |
| H A D | keymgr.c | 2365 char timestr[26]; /* Minimal buf as per ctime_r() spec. */ 2368 isc_stdtime_tostring(when, timestr, sizeof(timestr)); in keytime_status() local 2373 timestr); in keytime_status() 2408 char timestr[26]; /* Minimal buf as per ctime_r() spec. */ in rollover_status() 2425 isc_stdtime_tostring(when, timestr, sizeof(timestr)); in rollover_status() 2426 isc_buffer_printf(buf, "%s\n", timestr); in rollover_status() 2433 char timestr[26]; /* Minimal buf as per ctime_r() spec. */ in rollover_status() 2471 isc_stdtime_tostring(remove_time, timestr, in keystate_status() 2317 char timestr[26]; /* Minimal buf as per ctime_r() spec. */ keymgr_checkds() local 2393 char timestr[26]; /* Minimal buf as per ctime_r() spec. */ rollover_status() local 2499 char timestr[26]; /* Minimal buf as per ctime_r() spec. */ dns_keymgr_status() local [all...] |
| /netbsd-src/crypto/external/bsd/heimdal/dist/lib/sl/ |
| H A D | sl.c | 46 char timestr[64], cmd[64]; in mandoc_template() local 56 strftime(timestr, sizeof(timestr), "%b %d, %Y", localtime(&t)); in mandoc_template() 57 printf(".Dd %s\n", timestr); in mandoc_template()
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/lib/roken/ |
| H A D | getarg.c | 97 char timestr[64], cmd[64]; in mandoc_template() local 108 strftime(timestr, sizeof(timestr), "%B %e, %Y", localtime(&t)); in mandoc_template() 109 printf(".Dd %s\n", timestr); in mandoc_template()
|
| /netbsd-src/games/atc/ |
| H A D | log.c | 96 timestr(int t) in timestr() function 308 score[i].time, timestr(score[i].real_time), in log_score()
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/lib/krb5/ |
| H A D | log.c | 163 log_syslog(const char *timestr, in log_syslog() argument 211 log_file(const char *timestr, in log_file() argument 227 fprintf(f->fd, "%s %s\n", timestr, msgclean); in log_file()
|
| /netbsd-src/external/bsd/ntp/dist/kernel/sys/ |
| H A D | bsd_audioirig.h | 76 struct irig_time timestr; /* time structure */ member
|
| /netbsd-src/usr.sbin/bootp/common/ |
| H A D | readfile.c | 332 char timestr[28]; in readtab() local 333 strlcpy(timestr, ctime(&(st.st_mtime)), sizeof(timestr)); in readtab() 335 timestr[24] = '\0'; in readtab() 337 timestr); in readtab()
|
| /netbsd-src/external/cddl/osnet/dist/lib/libzfs/common/ |
| H A D | libzfs_pool.c | 1433 char timestr[128]; in zpool_rewind_exclaim() local 1448 strftime(timestr, 128, 0, &t) != 0) { in zpool_rewind_exclaim() 1453 name, timestr); in zpool_rewind_exclaim() 1457 name, timestr); in zpool_rewind_exclaim() 1485 char timestr[128]; in zpool_explain_recover() local 1509 strftime(timestr, 128, 0, &t) != 0) { in zpool_explain_recover() 1513 timestr); in zpool_explain_recover()
|
| /netbsd-src/external/bsd/openldap/dist/servers/slapd/ |
| H A D | result.c | 48 char timestr[64]; \ 55 sprintf(timestr, "qtime=%d.%06d etime=%d.%06d", \ 60 Debug(lvl,fmt,pfx,tag,err,timestr,__VA_ARGS__)
|
| /netbsd-src/external/bsd/nsd/dist/ |
| H A D | configure.ac | 531 int testing (void) { struct tm t; const char *timestr="201201"; return strptime(timestr, "%Y%m", &t…
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/ |
| H A D | ChangeLog.2005 | 871 * lib/krb5/log.c: rename variable time to timestr to avoid
|