Searched refs:variable (Results 1 – 17 of 17) sorted by relevance
/picolibc-latest/newlib/libc/reent/ |
D | reent.tex | 34 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/ |
D | runetype.h | 88 void *variable; /* Data which depends on the encoding */ member
|
/picolibc-latest/newlib/libc/stdio/ |
D | stdio.tex | 112 * 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/ |
D | tls.md | 6 'errno', a global variable originall designed to hold error status 36 variables. Each TLS variable is assigned an offset within this block
|
D | linking.md | 94 `.text.`*function-name* for each function and `.data.`*variable-name* 95 for each variable. Here are all of the section names used in
|
D | build.md | 177 a lot of variable-sized allocations and deallocations. The smaller,
|
/picolibc-latest/newlib/libm/math/ |
D | math.tex | 95 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/ |
D | stdlib.tex | 29 * Function getenv:: Look up environment variable
|
/picolibc-latest/ |
D | picolibc.h.in | 17 /* use global errno variable */
|
D | CMakeLists.txt | 92 # use global errno variable 94 option(NEWLIB_GLOBAL_ERRNO "use global errno variable" OFF)
|
D | meson_options.txt | 283 description: 'use global errno variable')
|
D | README.md | 393 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.
|
D | meson.build | 1373 …'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/ |
D | ChangeLog-2015 | 958 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 …]
|
D | HOWTO | 30 libm/common/s_isnan.c ("o+" variable-"bullet" list),
|
D | README | 480 variable to point to ~/site.exp.
|
/picolibc-latest/newlib/libc/iconv/ |
D | iconv.tex | 929 Thus, the NLSPATH environment variable should be set.
|