| /onnv/onnv-gate/usr/src/lib/libbc/libc/gen/common/ |
| nl_cxtime.c | 50 return (strftime (_tbuf, TBUFSIZE, fmt ? fmt : "%H:%M:%S", tmptr) ?
|
| strftime.c | 61 strftime(buf, maxsize, format, tm) function 124 i = strftime(cp, maxsize - size, "%x %X", tm); 132 i = strftime(cp, maxsize - size, 147 i = strftime(cp, maxsize - size, "%m/%d/%y", 240 i = strftime(cp, maxsize - size, "%I:%M:%S %p", 249 i = strftime(cp, maxsize - size, "%H:%M", tm); 269 i = strftime(cp, maxsize - size, "%H:%M:%S", 318 i = strftime(cp, maxsize - size, 327 i = strftime(cp, maxsize - size,
|
| /onnv/onnv-gate/usr/src/cmd/stat/common/ |
| timestamp.c | 50 len = strftime(dstr, sizeof (dstr), fmt, localtime(&t));
|
| /onnv/onnv-gate/usr/src/lib/libbc/inc/5include/ |
| time.h | 75 extern size_t strftime(/* char *s, size_t maxsize, const char *format,
|
| /onnv/onnv-gate/usr/src/lib/libc/port/gen/ |
| cftime.c | 96 return ((int)strftime(buf, LONG_MAX, format, tm));
|
| /onnv/onnv-gate/usr/src/lib/libast/common/comp/ |
| strftime.c | 24 * strftime implementation 27 #define strftime ______strftime macro 32 #undef strftime macro 41 NoN(strftime) 50 strftime(char* buf, size_t len, const char* format, const struct tm* tm) 59 * nl_langinfo() may call strftime() with bogus tm except for
|
| /onnv/onnv-gate/usr/src/head/iso/ |
| time_iso.h | 110 extern size_t strftime(char *_RESTRICT_KYWD, size_t, const char *_RESTRICT_KYWD, 123 extern size_t strftime();
|
| /onnv/onnv-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/ |
| str_conv.c | 138 #undef strftime macro 139 #define strftime my_strftime 140 static size_t strftime (char *, size_t, const char *, const struct tm *); 228 ret = strftime(buffer, buflen, fmt, &tmbuf); 259 if ((ndone = strftime(buffer, buflen, sftime_format_table[i], tmp))) 384 #include "strftime.c" 137 #undef strftime macro
|
| /onnv/onnv-gate/usr/src/cmd/hal/hald/ |
| logger.c | 176 strftime (tbuf, sizeof (tbuf), "%H:%M:%S", tlocaltime); 231 strftime (tbuf, sizeof (tbuf), "%H:%M:%S", tlocaltime);
|
| /onnv/onnv-gate/usr/src/cmd/drd/ |
| drd_log.c | 83 if (strftime(buf, buflen, "%b %e %T ", <ime) == 0) { 84 (void) fprintf(stderr, "strftime failed: buffer[%d] too "
|
| /onnv/onnv-gate/usr/src/cmd/fps/fptest/ |
| util.c | 78 (void) strftime(msg_buf, sizeof (msg_buf), "%x %X ", &tms);
|
| /onnv/onnv-gate/usr/src/cmd/kstat/ |
| kstat.pl | 33 use POSIX qw(locale_h strftime); 143 $timestamp = sub { print(strftime($timefmt, localtime())); };
|
| /onnv/onnv-gate/usr/src/cmd/fps/fpsd/ |
| fpsd_log.c | 86 if (strftime(buf, buflen, "%b %e %T ", <ime) == 0) {
|
| /onnv/onnv-gate/usr/src/tools/onbld/Checks/ |
| Copyright.py | 102 year = time.strftime('%Y')
|
| /onnv/onnv-gate/usr/src/cmd/ldmad/ |
| ldma_log.c | 83 if (strftime(buf, buflen, "%b %e %T ", <ime) == 0) { 84 (void) fprintf(stderr, "strftime failed: buffer[%d] too "
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/POSIX/t/ |
| posix.t | 16 use POSIX qw(fcntl_h signal_h limits_h _exit getcwd open read strftime write 176 print POSIX::strftime("ok 21 # %H:%M, on %D\n", localtime()); 180 # input fields to strftime(). 183 my $got = POSIX::strftime("%a %b %d %H:%M:%S %Y %j", @_); 184 is($got, $expect, "validating mini_mktime() and strftime(): $expect");
|
| /onnv/onnv-gate/usr/src/cmd/scadm/sparc/mpxu/common/ |
| eventlog.c | 200 (void) strftime(timebuf, sizeof (timebuf), "%b %d %H:%M:%S", 328 (void) strftime(timebuf, sizeof (timebuf),
|
| /onnv/onnv-gate/usr/src/cmd/ssh/libssh/common/ |
| sftp-common.c | 215 sz = strftime(tbuf, sizeof tbuf, "%b %e %H:%M", ltime); 217 sz = strftime(tbuf, sizeof tbuf, "%b %e %Y", ltime);
|
| /onnv/onnv-gate/usr/src/cmd/script/ |
| script.c | 190 strftime(tbuf, BUFSIZ, "%c", localtime(&tvec)); 249 strftime(tbuf, BUFSIZ, "%c", localtime(&tvec));
|
| /onnv/onnv-gate/usr/src/cmd/psrinfo/ |
| psrinfo.pl | 34 use POSIX qw(locale_h strftime); 604 my $mstring = strftime(gettext("%m/%d/%Y %T"), localtime($mtime)); 617 print strftime(gettext("%m/%d/%Y %T"), localtime());
|
| /onnv/onnv-gate/usr/src/cmd/calendar/ |
| calprog.c | 226 strftime(timebuf, sizeof (timebuf), fmt, localtime(&t));
|
| /onnv/onnv-gate/usr/src/grub/grub-0.97/docs/ |
| help2man | 27 use POSIX qw(strftime setlocale LC_TIME); 160 # Turn off localisation of date (for strftime). 169 my $date = strftime "%B %Y", localtime;
|
| /onnv/onnv-gate/usr/src/lib/libdhcpagent/common/ |
| dhcpagent_util.c | 218 if (strftime(time_buf, sizeof (time_buf), "%m/%d/%Y %R",
|
| /onnv/onnv-gate/usr/src/lib/libpkg/common/ |
| tputcfent.c | 151 strftime(timeb, sizeof (timeb),
|
| /onnv/onnv-gate/usr/src/cmd/whodo/ |
| whodo.c | 296 (void) strftime(date_buf, sizeof (date_buf), 769 (void) strftime(timestr, sizeof (timestr), 776 (void) strftime(weekdaytime, sizeof (weekdaytime), 783 (void) strftime(monthtime, sizeof (monthtime),
|