Home
last modified time | relevance | path

Searched refs:attempt (Results 1 – 5 of 5) sorted by relevance

/picolibc-latest/newlib/libc/tinystdio/
Dmktemp.c109 uint32_t attempt; in _gettemp() local
127 for (attempt = 0; attempt < NUM_ATTEMPT; attempt++) in _gettemp()
/picolibc-latest/newlib/libc/signal/
Dsignal.tex41 An attempt to access a memory location that is not available.
/picolibc-latest/
DCOPYING.GPL2173 except as expressly provided under this License. Any attempt
DREADME.md1135 2. Fix picolibc.ld to not attempt to use redefined symbols for memory
/picolibc-latest/newlib/
DChangeLog-20153684 * libc/posix/readdir.c (readdir): Drop bogus attempt to catch
6719 * libm/common/sf_fma.c: Add casts to attempt to get correct results,
9170 * libc/signal/signal.c (_raise_r): Don't attempt to initialize the
11486 set error flag on if attempt is made to write to file that does not
11491 Set errno to EBADF and the error flag on if attempt is made to
13172 * libc/stdio/fread.c (fread): For unbuffered I/O, attempt
17466 (umask): Written to use __umask and attempt to thread lock.