Searched refs:strftime (Results 126 - 136 of 136) sorted by relevance

123456

/external/blktrace/
H A Dblktrace.c1480 len += strftime(dst + len, 64, "%F-%T/",
/external/chromium_org/third_party/libevent/
H A Dhttp.c437 if (strftime(date, sizeof(date),
/external/chromium_org/third_party/libxml/src/
H A Dconfigure12514 for ac_func in strftime
12516 ac_fn_c_check_func "$LINENO" "strftime" "ac_cv_func_strftime"
12523 # strftime is in -lintl on SCO UNIX.
12524 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for strftime in -lintl" >&5
12525 $as_echo_n "checking for strftime in -lintl... " >&6; }
12540 char strftime ();
12544 return strftime ();
12595 for ac_func in strftime localtime gettimeofday ftime
/external/ppp/pppd/
H A Deap.c330 strftime(tbuf, sizeof (tbuf), "%Y%m%d", tp);
/external/chromium_org/v8/tools/
H A Dgrokdump.py2174 f.write("Timestamp: %s<br>\n" % dt.strftime('%Y-%m-%d %H:%M:%S'))
/external/bison/
H A Dconfigure17473 if (strftime (buf, sizeof (buf), "%B", &t) < 2) return 1;
17609 if (strftime (buf, sizeof (buf), "%B", &t) < 2) return 1;
17740 if (strftime (buf, sizeof (buf), "%b", &t) < 4
/external/libmtp/src/
H A Dlibmtp.c872 strftime (tmp, sizeof(tmp), "%Y%m%dT%H%M%S.0%z", loctime);
/external/tcpdump/
H A Dconfigure5505 for ac_func in fork vfork strftime
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c13672 ** strftime( FORMAT, TIMESTRING, MOD, MOD, ...)
13873 ** and strftime(). The format string to pass to strftime() is supplied
13897 strftime(zBuf, 20, zFormat, &sNow);
13904 strftime(zBuf, 20, zFormat, pTm);
13925 FUNCTION(strftime, -1, 0, 0, strftimeFunc ),
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c15464 ** strftime( FORMAT, TIMESTRING, MOD, MOD, ...)
15665 ** and strftime(). The format string to pass to strftime() is supplied
15696 strftime(zBuf, 20, zFormat, &sNow);
15714 FUNCTION(strftime, -1, 0, 0, strftimeFunc ),
[all...]
/external/sqlite/dist/
H A Dsqlite3.c15464 ** strftime( FORMAT, TIMESTRING, MOD, MOD, ...)
15665 ** and strftime(). The format string to pass to strftime() is supplied
15696 strftime(zBuf, 20, zFormat, &sNow);
15714 FUNCTION(strftime, -1, 0, 0, strftimeFunc ),
[all...]

Completed in 913 milliseconds

123456