Home
last modified time | relevance | path

Searched refs:asctime (Results 1 – 25 of 36) sorted by relevance

12

/external/bison/lib/
Dtime.in.h228 # undef asctime
229 _GL_WARN_ON_USE (asctime, "asctime can overrun buffers in some cases - "
234 _GL_WARN_ON_USE (asctime, "asctime_r can overrun buffers in some cases - "
239 _GL_WARN_ON_USE (asctime, "ctime can overrun buffers in some cases - "
244 _GL_WARN_ON_USE (asctime, "ctime_r can overrun buffers in some cases - "
/external/bison/linux-lib/
Dtime.h540 # undef asctime
541 _GL_WARN_ON_USE (asctime, "asctime can overrun buffers in some cases - "
546 _GL_WARN_ON_USE (asctime, "asctime_r can overrun buffers in some cases - "
551 _GL_WARN_ON_USE (asctime, "ctime can overrun buffers in some cases - "
556 _GL_WARN_ON_USE (asctime, "ctime_r can overrun buffers in some cases - "
/external/bison/darwin-lib/
Dtime.h540 # undef asctime
541 _GL_WARN_ON_USE (asctime, "asctime can overrun buffers in some cases - "
546 _GL_WARN_ON_USE (asctime, "asctime_r can overrun buffers in some cases - "
551 _GL_WARN_ON_USE (asctime, "ctime can overrun buffers in some cases - "
556 _GL_WARN_ON_USE (asctime, "ctime_r can overrun buffers in some cases - "
/external/chromium_org/chrome/test/functional/
Dmemory.py96 current_time = time.asctime(time.localtime(time.time()))
126 current_time = time.asctime(time.localtime(time.time()))
/external/stlport/stlport/stl/
D_ctime.h39 using _STLP_VENDOR_CSTD::asctime;
/external/chromium_org/third_party/pexpect/
DFSM.py335 if options.verbose: print time.asctime()
337 if options.verbose: print time.asctime()
/external/chromium_org/third_party/icu/source/tools/tzcode/
Dasctime.c134 asctime(timeptr) in asctime() function
DMakefile.in34 OBJECTS= zic.o localtime.o asctime.o scheck.o ialloc.o
/external/icu4c/tools/tzcode/
Dasctime.c134 asctime(timeptr) in asctime() function
DMakefile.in34 OBJECTS= zic.o localtime.o asctime.o scheck.o ialloc.o
/external/v8/tools/
Dprocess-heap-prof.py60 print('DATE "%s"' % time.asctime(time.localtime()))
/external/chromium_org/v8/tools/
Dprocess-heap-prof.py60 print('DATE "%s"' % time.asctime(time.localtime()))
/external/chromium_org/tools/symsrc/
Dsource_index.py149 'DATETIME=%s' % time.asctime(),
/external/iproute2/ip/
Dipmonitor.c92 tstr = asctime(localtime(&secs)); in accept_msg()
/external/e2fsprogs/debugfs/
Dutil.c205 return asctime((do_gmt) ? gmtime(&t) : localtime(&t)); in time_to_string()
/external/chromium_org/third_party/libxslt/libxslt/
Dextra.c259 str = asctime(local_tm); /* "Tue Jun 26 05:02:16 2001" */ in xsltFunctionLocalTime()
/external/libxslt/libxslt/
Dextra.c259 str = asctime(local_tm); /* "Tue Jun 26 05:02:16 2001" */ in xsltFunctionLocalTime()
/external/chromium_org/third_party/libxml/src/
DgenUnicode.py208 date = time.asctime(time.localtime(time.time()))
/external/e2fsprogs/e2fsck/
Dmessage.c227 time_str = asctime((do_gmt > 0) ? gmtime(&t) : localtime(&t)); in print_time()
/external/chromium/third_party/libjingle/source/talk/examples/call/
Dcall_main.cc115 char *time_string = asctime(now); in DebugPrint()
/external/chromium_org/media/tools/layout_tests/
Dlayouttest_analyzer_helpers.py358 localtime = time.asctime(time.localtime(time.time()))
/external/chromium_org/third_party/libjingle/source/talk/examples/call/
Dcall_main.cc124 char *time_string = asctime(now); in DebugPrint()
/external/chromium_org/tools/code_coverage/
Dcroc_html.py122 self.time_string = 'Coverage information generated %s.' % time.asctime()
/external/iproute2/lib/
Dutils.c701 tstr = asctime(localtime(&tv.tv_sec)); in print_timestamp()
/external/tcpdump/
Dsmbutil.c761 tstring = asctime(lt); in smb_fdata1()

12