/picolibc-3.7.0-3.6.0/test/ |
D | timegm.h | 36 .time = 1804289383, 50 .time = 846930886, 64 .time = 1681692777, 78 .time = 1714636915, 92 .time = 1957747793, 106 .time = 424238335, 120 .time = 719885386, 134 .time = 1649760492, 148 .time = 596516649, 162 .time = 1189641421, [all …]
|
D | timegm.c | 45 time_t time; member 59 tests[i].time = random(); in main() 60 gmtime_r(&tests[i].time, &tests[i].tm); in main() 62 printf (" .time = %ld,\n", tests[i].time); in main() 79 time_t time; in main() local 82 time = tests[i].time; in main() 83 ptm = gmtime(&time); in main() 123 time = timegm(&tmp); in main() 124 if (time != tests[i].time) { in main() 125 printf("time: got %ld want %ld\n", (long) time, (long) tests[i].time); in main()
|
D | CMakeLists.txt | 53 time-tests
|
/picolibc-3.7.0-3.6.0/newlib/libc/locale/ |
D | nl_langinfo.c | 50 const struct lc_time_T * (*time)(struct __locale_t *); member 80 _NLITEM (time, codeset), 81 _NLITEM (time, wmon[0]), 82 _NLITEM (time, wmon[1]), 83 _NLITEM (time, wmon[2]), 84 _NLITEM (time, wmon[3]), 85 _NLITEM (time, wmon[4]), 86 _NLITEM (time, wmon[5]), 87 _NLITEM (time, wmon[6]), 88 _NLITEM (time, wmon[7]), [all …]
|
/picolibc-3.7.0-3.6.0/newlib/libc/time/ |
D | time.tex | 18 @chapter Time Functions (@file{time.h}) 20 This chapter groups functions used either for reporting on time 21 (elapsed, current, or compute time) or to perform calculations based 22 on time. 24 The header file @file{time.h} defines three types. @code{clock_t} and 25 @code{time_t} are both used for representations of time particularly 31 @file{time.h} also defines the structure @code{tm} for the traditional 32 representation of Gregorian calendar time as a series of numbers, with 68 * asctime:: Format time as string 69 * clock:: Cumulative processor time [all …]
|
D | time.c | 51 time (time_t * t) in time() function
|
D | meson.build | 52 'time.c', 67 message('libc/time/' + file + ': machine overrides generic') 69 message('libc/time/' + s_file + ': machine overrides generic')
|
D | CMakeLists.txt | 52 time.c
|
/picolibc-3.7.0-3.6.0/newlib/libc/machine/spu/ |
D | spu_clock_svcs.c | 78 int64_t time; in spu_clock_read() local 88 time = __spu_tb_val + (__spu_tb_timeout - spu_readch (SPU_RdDec)); in spu_clock_read() 92 return time; in spu_clock_read()
|
/picolibc-3.7.0-3.6.0/newlib/libc/include/sys/ |
D | timeb.h | 56 time_t time; member
|
D | CMakeLists.txt | 64 time.h
|
D | meson.build | 64 'time.h',
|
/picolibc-3.7.0-3.6.0/doc/ |
D | ctype.md | 7 efficient in code space and time for each indivdual test, but the
|
D | printf.md | 12 link time based on knowledge of the requirements of the 39 However, the defsym approach does not work with link-time 49 the picolibc built-time option, `-Dformat-default`, which defaults to 196 There's a build-time option available that enables long-long support 208 In addition to the application build-time options, picolibc includes a 209 number of picolibc build-time options to control the feature set (and 262 requirement for heap support in the run time system. Here are the
|
/picolibc-3.7.0-3.6.0/newlib/libc/string/ |
D | wcstrings.tex | 22 * wcsftime:: Convert date and time to a formatted wide-character string 81 @include time/wcsftime.def
|
/picolibc-3.7.0-3.6.0/newlib/libc/machine/riscv/ |
D | strcmp.S | 79 # examine full words at a time, favoring strings of a couple dozen chars
|
/picolibc-3.7.0-3.6.0/newlib/ |
D | ChangeLog-2015 | 57 <sys/time.h> to avoid cyclic header file dependencies. Include 61 * libc/include/sys/time.h: Include <sys/select.h> if 389 * libc/time/Makefile.am : Ditto. 399 * libc/time/wcsftime.c: Consistently use an em-dash in FUNCTION 446 * libc/time/strftime.c (__strftime): add support for %s (seconds from 620 * libc/include/sys/time.h: Explicitely include sys/cdefs.h. 687 * libc/time/tzset.c: Add and mark up parameter in SYNOPSIS. 727 * libc/time/gmtime_r.c (gmtime_r): use faster algorithm from 774 * libc/include/sys/time.h: Include sys/select.h on Cygwin. Explain why. 829 * libc/sys/time.h>: Replace __uint32_t with uint32_t and [all …]
|
D | NEWS | 61 - move of __tzrules_struct from time.h to internal header 77 - <sys/time.h> and <sys/_timespec.h> synced with FreeBSD 78 - timeval macros moved to <sys/time.h> 107 - locking routine retargetting at link time
|
/picolibc-3.7.0-3.6.0/newlib/testsuite/ |
D | meson.build | 48 'newlib.time',
|
/picolibc-3.7.0-3.6.0/newlib/libc/ |
D | CMakeLists.txt | 52 add_subdirectory(time)
|
D | meson.build | 38 'string', 'time', 'xdr', 'locale']
|
/picolibc-3.7.0-3.6.0/newlib/libc/include/machine/ |
D | CMakeLists.txt | 52 time.h
|
D | meson.build | 52 'time.h',
|
/picolibc-3.7.0-3.6.0/newlib/libc/include/ |
D | time.h | 106 time_t time (time_t *_timer);
|
/picolibc-3.7.0-3.6.0/newlib/libc/machine/rx/ |
D | strncat.S | 48 …add #0, r14, r3 ; Restore the number of bytes to copy (again), but this time set the Z flag as wel…
|