Home
last modified time | relevance | path

Searched refs:variable (Results 1 – 17 of 17) sorted by relevance

/picolibc-latest/newlib/libc/reent/
Dreent.tex34 A variable defined as @samp{struct _reent} is called a @dfn{reentrancy
55 variable @code{_impure_ptr}, which points to a reentrancy structure.
59 variable of type @samp{struct _reent}:
70 unique reentrancy structure in the global variable @code{_impure_ptr},
80 @exdent @emph{Equivalent for errno variable:}
/picolibc-latest/newlib/libc/posix/
Drunetype.h88 void *variable; /* Data which depends on the encoding */ member
/picolibc-latest/newlib/libc/stdio/
Dstdio.tex112 * Function vfprintf:: Format variable argument list
113 * Function vfscanf:: Scan variable argument list
114 * Function vfwprintf:: Format variable wide character argument list
116 * Function viprintf:: Format variable argument list (integer only)
117 * Function viscanf:: Scan variable format list (integer only)
/picolibc-latest/doc/
Dtls.md6 'errno', a global variable originall designed to hold error status
36 variables. Each TLS variable is assigned an offset within this block
Dlinking.md94 `.text.`*function-name* for each function and `.data.`*variable-name*
95 for each variable. Here are all of the section names used in
Dbuild.md177 a lot of variable-sized allocations and deallocations. The smaller,
/picolibc-latest/newlib/libm/math/
Dmath.tex95 setting the global variable @code{_LIB_VERSION}, defined in
98 The @code{_LIB_VERSION} variable is not specific to any
/picolibc-latest/newlib/libc/stdlib/
Dstdlib.tex29 * Function getenv:: Look up environment variable
/picolibc-latest/
Dpicolibc.h.in17 /* use global errno variable */
DCMakeLists.txt92 # use global errno variable
94 option(NEWLIB_GLOBAL_ERRNO "use global errno variable" OFF)
Dmeson_options.txt283 description: 'use global errno variable')
DREADME.md393 variable, minimal-io-long-long, controls whether that code supports
510 to Joe Nelson for discovering the use of a TLS variable here.
1072 avoid clobbering register contents during TLS variable use.
Dmeson.build1373 …'NEWLIB_GLOBAL_ERRNO', get_option('newlib-global-errno'), description: 'use global errno variable')
1655 # checks for a environment variable (PICOLIBC_TEST) and exits
/picolibc-latest/newlib/
DChangeLog-2015958 used to initialise 'val' variable so that it will compile on
2452 (sbrk_start): New variable.
2967 * libc/stdio/fgetc.c (fgetc): Use local variable for _REENT.
3316 variable fp for better readability.
3612 * libc/locale/nl_langinfo.c (nl_langinfo): Ditto for variable s.
3620 * libc/posix/wordexp.c (wordexp): Remove num_bytes variable since result
3622 * libc/posix/popen.c (popen): Ditto for variable last.
3668 * libm/math/e_rem_pio2.c (__ieee754_rem_pio2): Ditto for variable z.
3669 * libm/common/sf_round.c (roundf): Remove signbit variable since result
4386 * configure.host: Add noinclude variable to allow specification
[all …]
DHOWTO30 libm/common/s_isnan.c ("o+" variable-"bullet" list),
DREADME480 variable to point to ~/site.exp.
/picolibc-latest/newlib/libc/iconv/
Diconv.tex929 Thus, the NLSPATH environment variable should be set.