Home
last modified time | relevance | path

Searched refs:local (Results 1 – 25 of 31) sorted by relevance

12

/picolibc-latest/test/
Dstack-smash.c59 char local[48]; in smash_array() local
61 my_strcpy(local, source); in smash_array()
62 local[0]++; in smash_array()
63 my_strcpy(dest, local); in smash_array()
/picolibc-latest/doc/
Dtesting.md1 ## Building for the local processor
3 If you want to compile the library for your local processor to test
Dtls.md18 Picolibc does this by using the built-in thread-local-storage
21 1) Source code is simpler as thread-local variables are
24 2) Thread local storage contains only values used by the
31 Picolibc is normally compiled with -ftls-model=local-exec. The selected
Dbuild.md151 …nable atexit data structure as global, instead of in TLS. <br> If `thread-local-storage` == false,…
157 ### Thread local storage support
162 enabled. The default TLS model is local-exec.
168 | thread-local-storage | auto | Use TLS for global variables. Default is automatic based …
169 | tls-model | local-exec | Select TLS model (global-dynamic, local-dynamic, initi…
170 | newlib-global-errno | false | Use single global errno even when thread-local-storage=tr…
Dos.md215 $ cc -I/usr/local/lib/picolibc/include hello-world.c \
216 /usr/local/lib/picolibc/lib/libc.a
/picolibc-latest/newlib/libc/locale/
Dlocale.tex73 The local currency symbol, if any.
104 local conventions.
108 @code{1} indicates the local currency symbol is used before a
114 @code{1} indicates the local currency symbol must be separated from
120 @code{1} indicates the local currency symbol is used before a
126 @code{1} indicates the local currency symbol must be separated from
/picolibc-latest/newlib/libc/machine/xtensa/
Dxtensa.tex9 * Function longjmp:: Non-local goto
43 @section @code{longjmp}---non-local goto
/picolibc-latest/
DCONTRIBUTING.md17 You can create a local copy of the repository with git clone:
48 2. Try to adopt local coding styles as much as you can manage by
67 local repository to the list:
Dmeson_options.txt276 # Thread-local storage support
278 option('thread-local-storage', type: 'combo', choices: ['true', 'false', 'auto', 'picolibc'], value…
279 …description: 'use thread local storage for static data ("picolibc": picolibc and toolchain support…
280 …, type: 'combo', choices: ['global-dynamic', 'local-dynamic', 'initial-exec', 'local-exec'], value…
281 description: 'Set TLS model. No-op when thread-local-storage is false')
288 description: 'Use Raspberry Pi RP2040 CPUID register to index thread local storage value')
Dpicolibc.h.in23 /* use thread local storage */
29 /* use thread local storage */
DCMakeLists.txt97 # use thread local storage
99 option(PICOLIBC_TLS "use thread local storage for static data" ON)
102 # use thread local storage
128 set(TLS_MODEL "local-exec")
/picolibc-latest/newlib/libc/time/
Dtime.tex70 * Function ctime:: Convert time to local and format as string
73 * Function localtime:: Convert time to local representation
Dmeson.build60 'local.h',
/picolibc-latest/newlib/libc/iconv/lib/
Dmeson.build48 'local.h',
/picolibc-latest/newlib/libc/ctype/
Dmeson.build114 'local.h',
/picolibc-latest/newlib/libm/common/
Dmeson.build185 'local.h',
/picolibc-latest/newlib/libc/string/
Dmeson.build150 'local.h',
/picolibc-latest/newlib/libc/stdlib/
Dmeson.build229 'local.h',
/picolibc-latest/newlib/libc/stdio/
Dmeson.build283 'local.h',
/picolibc-latest/newlib/
DChangeLog-2015852 * libc/time/local.h (_tzset_unlocked_r): Add prototype.
1227 * libc/stdio/local.h: Define locking macros as empty ifdef
1280 * libc/stdio/local.h (_newlib_flockfile_start): Make _flockfile
1503 * libc/string/local.h (__locale_cjk_lang): Fix "function declaration
1560 * libc/time/local.h: Update accordingly - remove declaration of
1851 * libc/stdio/local.h (_STDIO_CLOSE_PER_REENT_STD_STREAMS): Change #ifdef
1979 * libc/stdio/local.h (__sflushw_r): Declare if _STDIO_BSD_SEMANTICS is
2071 * libc/string/local.h: Add check for _HAVE_CC_INHIBIT_LOOP_TO_LIBCALL
2484 * libc/stdio/local.h (__sread): Declare with last parameter set
2489 * libc/stdio/fvwrite.c (__sfvwrite_r): Change type of local
[all …]
DHOWTO128 GNU Autoconf website and installed into a local directory tree (like ~/.local).
135 macros used by configure from the system install into the local copy. This
DREADME307 `--enable-newlib-reent-thread-local'
308 Enable thread-local storage objects as a replacement for struct _reent
310 thread-local storage objects are provided for each member of the default
/picolibc-latest/cmake/
DTC-arm-none-eabi.ld142 /* Thread local initialized data. This gets
DTC-microbit.ld142 /* Thread local initialized data. This gets
/picolibc-latest/newlib/libc/xdr/
DREADME26 6) Uses a local implementation of ntohl/htonl, rather than

12