HomeSort by: relevance | last modified time | path
    Searched refs:strftime (Results 1 - 25 of 243) sorted by relevancy

1 2 3 4 5 6 7 8 910

  /src/lib/libc/time/
Makefile.inc 5 SRCS+= asctime.c difftime.c localtime.c getdate.c strftime.c strptime.c
6 MAN+= ctime.3 getdate.3 offtime.3 strftime.3 strptime.3 \
27 strftime.3 strftime_z.3 \
28 strftime.3 strftime_l.3 \
29 strftime.3 strftime_lz.3 \
41 COPTS.strftime.c = -Wno-format-nonliteral
  /src/external/apache2/llvm/dist/clang/utils/CIndex/
completion_logger_server.py 5 from time import strftime
34 f.write("\"time\": \"{0}\"".format(datetime.datetime.utcnow().strftime('%Y-%m-%d %H:%M:%S')))
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/c_compatibility/
time.h 44 #undef strftime macro
58 using std::strftime;
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/c_compatibility/
time.h 44 #undef strftime macro
58 using std::strftime;
  /src/external/gpl3/gdb/dist/gdb/testsuite/
print-ts.py 30 # FORMAT must be a string compatible with "strftime". If nothing is
47 "{} [{}] {}".format(datetime.datetime.now().strftime(fmt), mypid, line)
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/
print-ts.py 30 # FORMAT must be a string compatible with "strftime". If nothing is
47 "{} [{}] {}".format(datetime.datetime.now().strftime(fmt), mypid, line)
  /src/usr.bin/w/
pr_time.c 69 (void)strftime(buf, sizeof(buf), "%d%b%y", tp);
72 (void)strftime(buf, sizeof(buf), "%a%I%p", tp);
75 (void)strftime(buf, sizeof(buf), "%l:%M%p", tp);
  /src/external/bsd/kyua-cli/dist/utils/
datetime_test.cpp 194 ATF_REQUIRE_EQ("2011", ts1.strftime("%Y"));
195 ATF_REQUIRE_EQ("2011", ts2.strftime("%Y"));
196 ATF_REQUIRE_EQ("2012", ts3.strftime("%Y"));
198 ATF_REQUIRE_EQ("2011", ts1.strftime("%Y"));
207 ATF_REQUIRE_EQ("2012-02-09 23:15:51", ts.strftime("%Y-%m-%d %H:%M:%S"));
218 datetime::timestamp::now().strftime("%Y-%m-%d %H:%M:%S"));
222 datetime::timestamp::now().strftime("%Y-%m-%d %H:%M:%S"));
224 datetime::timestamp::now().strftime("%Y-%m-%d %H:%M:%S"));
242 ATF_REQUIRE(::strftime(buf, sizeof(buf), "%Y-%m-%d", &data) != 0);
243 ATF_REQUIRE_EQ(buf, now.strftime("%Y-%m-%d"))
    [all...]
datetime.hpp 96 std::string strftime(const std::string&) const;
  /src/external/bsd/libarchive/dist/cpio/test/
test_option_t.c 84 strftime(date2, sizeof(date2)-1, "%b %d %Y", tmptr);
87 strftime(date2, sizeof(date2)-1, "%b %e %Y", tmptr);
  /src/external/gpl2/diffutils/lib/
Makefile 14 regex.c setmode.c strftime.c umaxtostr.c xmalloc.c xstrtoumax.c
  /src/external/gpl3/gdb.old/dist/gdb/syscalls/
arm-linux.py 35 % (time.strftime("%Y"), infname)
  /src/external/mpl/bind/dist/contrib/scripts/
check-secure-delegation.pl.in 17 use POSIX qw/strftime/;
29 $now = strftime "%Y%m%d%H%M%S", gmtime;
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/stdc/
time.d 48 @system size_t strftime(scope char* s, size_t maxsize, const scope char* format, const scope tm* timeptr); // @system: MT-Safe env locale
  /src/external/ibm-public/postfix/dist/src/global/
mail_date.c 64 * As if strftime() isn't expensive enough, we're dynamically adjusting
115 while (strftime(vstring_end(vp), vstring_avail(vp), STRFTIME_FMT, lt) == 0)
130 while (strftime(vstring_end(vp), vstring_avail(vp), " (%Z)", lt) == 0)
  /src/external/apache2/llvm/dist/llvm/lib/Support/
Chrono.cpp 46 strftime(Buffer, sizeof(Buffer), "%Y-%m-%d %H:%M:%S", &LT);
59 // Handle extensions first. strftime mangles unknown %x on some platforms.
89 size_t Len = strftime(Buffer, sizeof(Buffer), Format.c_str(), &LT);
  /src/external/bsd/kyua-cli/dist/utils/logging/
operations.cpp 102 /// Constant string to strftime to format timestamps.
143 first_timestamp.get().strftime(timestamp_format));
178 now.strftime(timestamp_format) % level_to_char(message_level) %
  /src/external/gpl2/diffutils/dist/m4/
Makefile.am 34 strftime.m4 \
  /src/lib/libc/gen/
syslog_ss.c 53 prlen = strftime(p, tbuf_left, "%FT%TZ", &tmnow);
  /src/usr.bin/chpass/
util.c 62 (void) strftime(buf, len, "%B %d, %Y", tp);
  /src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/src/
timers.cc 193 std::strftime(storage, sizeof(storage), "%x %X", ::localtime(&now));
197 written = std::strftime(storage, sizeof(storage), "%F %T", &timeinfo);
201 written = std::strftime(storage, sizeof(storage), "%x %X", ::gmtime(&now));
205 written = std::strftime(storage, sizeof(storage), "%F %T", &timeinfo);
  /src/external/apache2/llvm/dist/llvm/utils/benchmark/src/
timers.cc 193 std::strftime(storage, sizeof(storage), "%x %X", ::localtime(&now));
197 written = std::strftime(storage, sizeof(storage), "%F %T", &timeinfo);
201 written = std::strftime(storage, sizeof(storage), "%x %X", ::gmtime(&now));
205 written = std::strftime(storage, sizeof(storage), "%F %T", &timeinfo);
  /src/external/bsd/openldap/dist/servers/slapd/slapi/
printmsg.c 96 strftime( timeStr, sizeof(timeStr), "%x %X", ltm );
  /src/external/bsd/tmux/dist/
window-clock.c 228 strftime(tim, sizeof tim, "%l:%M:%S ", localtime(&t));
230 strftime(tim, sizeof tim, "%l:%M ", localtime(&t));
237 strftime(tim, sizeof tim, "%H:%M:%S", tm);
239 strftime(tim, sizeof tim, "%H:%M", tm);
  /src/external/gpl2/xcvs/lib/libcvs/
Makefile 17 quotearg.c regex.c rpmatch.c save-cwd.c sighandle.c strftime.c \

Completed in 56 milliseconds

1 2 3 4 5 6 7 8 910