/illumos-gate/usr/src/lib/libsqlite/test/ |
H A D | date.test | 89 datetest 3.1 {strftime('%d','2003-10-31 12:34:56.432')} 31 90 datetest 3.2 {strftime('%f','2003-10-31 12:34:56.432')} 56.432 91 datetest 3.3 {strftime('%H','2003-10-31 12:34:56.432')} 12 92 datetest 3.4 {strftime('%j','2003-10-31 12:34:56.432')} 304 93 datetest 3.5 {strftime('%J','2003-10-31 12:34:56.432')} 2452944.024264259 94 datetest 3.6 {strftime('%m','2003-10-31 12:34:56.432')} 10 95 datetest 3.7 {strftime('%M','2003-10-31 12:34:56.432')} 34 96 datetest 3.8 {strftime('%s','2003-10-31 12:34:56.432')} 1067603696 97 datetest 3.9 {strftime('%S','2003-10-31 12:34:56.432')} 56 98 datetest 3.10 {strftime('%w','2003-10-31 12:34:56.432')} 5 [all …]
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/comp/ |
H A D | strftime.c | 27 #define strftime ______strftime macro 32 #undef strftime 41 NoN(strftime) 50 strftime(char* buf, size_t len, const char* format, const struct tm* tm)
|
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/ |
H A D | str_conv.c | 137 #undef strftime 138 #define strftime my_strftime macro 139 static size_t strftime (char *, size_t, const char *, const struct tm *); 227 ret = strftime(buffer, buflen, fmt, &tmbuf); in krb5_timestamp_to_string() 258 if ((ndone = strftime(buffer, buflen, sftime_format_table[i], tmp))) in krb5_timestamp_to_sfstring()
|
/illumos-gate/usr/src/contrib/mDNSResponder/mDNSPosix/ |
H A D | posix_utilities.c | 25 strftime(date_time_str, sizeof(date_time_str), "%F %T", &local_time); in getLocalTimestamp() 26 strftime(time_zone_str, sizeof(time_zone_str), "%z", &local_time); in getLocalTimestamp()
|
/illumos-gate/usr/src/cmd/hal/hald/ |
H A D | logger.c | 176 strftime (tbuf, sizeof (tbuf), "%H:%M:%S", tlocaltime); in logger_emit() 231 strftime (tbuf, sizeof (tbuf), "%H:%M:%S", tlocaltime); in logger_forward_debug()
|
/illumos-gate/usr/src/cmd/script/ |
H A D | script.c | 190 strftime(tbuf, BUFSIZ, "%c", localtime(&tvec)); in dooutput() 249 strftime(tbuf, BUFSIZ, "%c", localtime(&tvec)); in done()
|
/illumos-gate/usr/src/cmd/stat/common/ |
H A D | timestamp.c | 50 len = strftime(dstr, sizeof (dstr), fmt, localtime(&t)); in print_timestamp()
|
/illumos-gate/usr/src/lib/libc/port/gen/ |
H A D | cftime.c | 96 return ((int)strftime(buf, LONG_MAX, format, tm)); in ascftime()
|
/illumos-gate/usr/src/cmd/stat/arcstat/ |
H A D | arcstat.pl | 290 $v{"time"} = strftime("%s", localtime); 292 $v{"time"} = strftime("%H:%M:%S", localtime);
|
/illumos-gate/usr/src/tools/onbld/Checks/ |
H A D | Copyright.py | 40 return re.search(r'Copyright.*\b%s\b' % time.strftime('%Y'), line)
|
/illumos-gate/usr/src/cmd/scadm/sparc/mpxu/common/ |
H A D | eventlog.c | 198 (void) strftime(timebuf, sizeof (timebuf), "%b %d %H:%M:%S", in ADM_Process_old_event_log() 326 (void) strftime(timebuf, sizeof (timebuf), in ADM_Process_new_event_log()
|
/illumos-gate/usr/src/head/iso/ |
H A D | time_iso.h | 101 extern size_t strftime(char *_RESTRICT_KYWD, size_t, const char *_RESTRICT_KYWD,
|
/illumos-gate/usr/src/test/libc-tests/tests/ |
H A D | ascftime.c | 81 ret = strftime(buf, ULONG_MAX, "%Y %m %d", &t); in main()
|
/illumos-gate/usr/src/cmd/fm/modules/common/ext-event-transport/ |
H A D | fmevt_inbound_sunos.c | 68 strftime(buf, sizeof (buf), "%c %Z", &ts) != 0) in pp_sunos_panic()
|
/illumos-gate/usr/src/cmd/whodo/ |
H A D | whodo.c | 345 (void) strftime(date_buf, sizeof (date_buf), in main() 843 (void) strftime(timestr, sizeof (timestr), in prtat() 849 (void) strftime(weekdaytime, sizeof (weekdaytime), in prtat() 855 (void) strftime(monthtime, sizeof (monthtime), in prtat()
|
/illumos-gate/usr/src/cmd/drd/ |
H A D | drd_log.c | 81 if (strftime(buf, buflen, "%b %e %T ", <ime) == 0) { in drd_timestamp()
|
/illumos-gate/usr/src/cmd/w/ |
H A D | w.c | 618 (void) strftime(timestr, sizeof (timestr), in prtat() 624 (void) strftime(weekdaytime, sizeof (weekdaytime), in prtat() 630 (void) strftime(monthtime, sizeof (monthtime), in prtat()
|
/illumos-gate/usr/src/cmd/ldmad/ |
H A D | ldma_log.c | 83 if (strftime(buf, buflen, "%b %e %T ", <ime) == 0) { in ldma_timestamp()
|
/illumos-gate/usr/src/cmd/mandoc/ |
H A D | mandoc.c | 518 if ((ssz = strftime(p, 10 + 1, "%B ", tm)) == 0) in time2a() 536 if (strftime(p, 4 + 1, "%Y", tm) == 0) in time2a()
|
/illumos-gate/usr/src/test/util-tests/tests/awk/ |
H A D | README | 17 - GNU-specific functions (like gensub, asort, asorti, and strftime)
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_display.c | 590 strftime(buff, sizeof (buff), "%d-%h-%y %T.", &my_time); in getxdr_date() 648 strftime(buff, sizeof (buff), "%d-%h-%y %T.", &my_time); in format_time() 685 strftime(buff, sizeof (buff), "%d-%h-%y %T", &my_time); in getxdr_time()
|
/illumos-gate/usr/src/lib/libc/port/locale/ |
H A D | wcsftime.c | 101 if (strftime(dst, maxsize, sformat, timeptr) == 0) in __wcsftime_xpg5()
|
/illumos-gate/usr/src/cmd/flowstat/ |
H A D | flowstat.c | 777 (void) strftime(timebuf, sizeof (timebuf), "%m/%d/%Y", in show_history_date() 819 (void) strftime(buf, sizeof (buf), "%T", in show_history_time() 839 (void) strftime(buf, sizeof (buf), "%T", localtime(&time)); in show_history_time() 843 (void) strftime(buf, sizeof (buf), "%T", localtime(&time)); in show_history_time()
|
/illumos-gate/usr/src/boot/include/ |
H A D | time.h | 152 size_t strftime(char * __restrict, size_t, const char * __restrict,
|
/illumos-gate/usr/src/cmd/svc/startd/ |
H A D | log.c | 180 (void) strftime(timebuf, sizeof (timebuf), "%b %e %T", in vlog_prefix() 359 (void) strftime(timebuf, sizeof (timebuf), "%b %e %T", in vlog_instance()
|