Searched refs:strftime (Results 1 - 25 of 56) sorted by relevance

123

/osnet-11/usr/src/lib/libast/common/comp/
H A Dstrftime.c24 * 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
/osnet-11/usr/src/lib/libc/port/gen/
H A Dcftime.c96 return ((int)strftime(buf, LONG_MAX, format, tm));
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dstr_conv.c134 #undef strftime macro
135 #define strftime my_strftime
136 static size_t strftime (char *, size_t, const char *, const struct tm *);
233 ret = strftime(buffer, buflen, fmt, &tmbuf);
264 if ((ndone = strftime(buffer, buflen, sftime_format_table[i], tmp)))
376 #include "strftime.c"
133 #undef strftime macro
/osnet-11/usr/src/cmd/hal/hald/
H A Dlogger.c176 strftime (tbuf, sizeof (tbuf), "%H:%M:%S", tlocaltime);
231 strftime (tbuf, sizeof (tbuf), "%H:%M:%S", tlocaltime);
/osnet-11/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_2xml.c58 (void) strftime(buf, sizeof (buf), "%b %d %T", localtime(&tod));
/osnet-11/usr/src/tools/onbld/Checks/
H A DCopyright.py113 year = time.strftime('%Y')
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/POSIX/t/
H A Dposix.t16 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");
/osnet-11/usr/src/lib/libpkg/common/
H A Dtputcfent.c151 strftime(timeb, sizeof (timeb),
H A Dverify.c182 if (strftime(tbuf1, sizeof (tbuf1), DATEFMT,
186 if (strftime(tbuf2, sizeof (tbuf2), DATEFMT,
/osnet-11/usr/src/lib/libdhcpagent/common/
H A Ddhcpagent_util.c218 if (strftime(time_buf, sizeof (time_buf), "%m/%d/%Y %R",
/osnet-11/usr/src/grub/grub-0.97/docs/
H A Dhelp2man27 use POSIX qw(strftime setlocale LC_TIME);
160 # Turn off localisation of date (for strftime).
169 my $date = strftime "%B %Y", localtime;
/osnet-11/usr/src/cmd/ntfsprogs/
H A Dntfsundelete.c1293 strftime(buffer, sizeof(buffer), "%F %R", localtime(&file->date));
1337 strftime(buffer, sizeof(buffer), "%F %R",
1340 strftime(buffer, sizeof(buffer), "%F %R",
1343 strftime(buffer, sizeof(buffer), "%F %R",
1346 strftime(buffer, sizeof(buffer), "%F %R",
1420 strftime(buffer, sizeof(buffer), "%F", localtime(&file->date));
/osnet-11/usr/src/lib/libsip/common/
H A Dsip_logging.c287 (void) strftime(timebuf, sizeof (timebuf), NULL,
338 (void) strftime(timebuf, sizeof (timebuf), NULL,
/osnet-11/usr/src/lib/libast/amd64/include/ast/
H A Dast_map.h334 #undef strftime macro
335 #define strftime _ast_strftime macro
/osnet-11/usr/src/lib/libast/amd64/src/lib/libast/
H A Dast_map.h313 #undef strftime macro
314 #define strftime _ast_strftime macro
/osnet-11/usr/src/lib/libast/i386/include/ast/
H A Dast_map.h334 #undef strftime macro
335 #define strftime _ast_strftime macro
/osnet-11/usr/src/lib/libast/i386/src/lib/libast/
H A Dast_map.h313 #undef strftime macro
314 #define strftime _ast_strftime macro
/osnet-11/usr/src/lib/libast/sparc/include/ast/
H A Dast_map.h334 #undef strftime macro
335 #define strftime _ast_strftime macro
/osnet-11/usr/src/lib/libast/sparc/src/lib/libast/
H A Dast_map.h313 #undef strftime macro
314 #define strftime _ast_strftime macro
/osnet-11/usr/src/lib/libast/sparcv9/include/ast/
H A Dast_map.h334 #undef strftime macro
335 #define strftime _ast_strftime macro
/osnet-11/usr/src/lib/libast/sparcv9/src/lib/libast/
H A Dast_map.h313 #undef strftime macro
314 #define strftime _ast_strftime macro
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/I18N/Langinfo/
H A DLanginfo.pm156 for the date-time, date, and time formats used by the strftime() function
/osnet-11/usr/src/lib/lvm/libmeta/common/
H A Dmeta_print.c182 (strftime(buf, sizeof (buf), dcmsg, tmp) == 0)) {
/osnet-11/usr/src/lib/libexacct/demo/
H A Dexdump.c388 (void) strftime(timebuf, sizeof (timebuf),
/osnet-11/usr/src/lib/libfru/libnvfru/
H A Dnvfru.c76 if (strftime(timestring, sizeof (timestring), "%C",

Completed in 98 milliseconds

123