Home
last modified time | relevance | path

Searched refs:only (Results 1 – 25 of 82) sorted by relevance

1234

/picolibc-latest/newlib/libc/stdlib/
Dgetopt.c152 is_option (char *argv_element, int only) in is_option() argument
155 || (argv_element[0] == '-') || (only && argv_element[0] == '+')); in is_option()
191 const struct option *longopts, int *longind, int only, in getopt_internal() argument
252 while (!is_option (argv[data->optind], only)) in getopt_internal()
272 if (!is_option (argv[data->optind], only)) in getopt_internal()
279 if (!is_option (argv[data->optind], only)) in getopt_internal()
293 || (only && argv[data->optind][0] == '+')) && data->optwhere == 1) in getopt_internal()
/picolibc-latest/zephyr/
DKconfig7 This option builds the picolibc module. It is only used if
/picolibc-latest/scripts/
Dcross-m68k-unknown-elf.txt8 # only needed to run tests
Dcross-m68k-linux-gnu.txt9 # only needed to run tests
Dcross-riscv64-zephyr-elf.txt12 # only needed to run tests
Dcross-rv32imac.txt8 # only needed to run tests
Dcross-rv32imac_zicsr_zbb.txt8 # only needed to run tests
Dcross-aarch64-zephyr-elf.txt12 # only needed to run tests
Dcross-clang-aarch64-none-elf.txt12 # only needed to run tests
Dcross-cortex-a9-none-eabi.txt12 # only needed to run tests
Dcross-mips-zephyr-elf.txt12 # only needed to run tests
Dcross-nios2-zephyr-elf.txt12 # only needed to run tests
Dcross-riscv64-unknown-elf.txt12 # only needed to run tests
Dcross-arc-zephyr-elf.txt12 # only needed to run tests
Dcross-clang-x86.txt15 # only needed to run tests
Dcross-clang-x86_64.txt15 # only needed to run tests
Dcross-thumbv8_1m-none-eabi.txt12 # only needed to run tests
Dcross-thumbv8m_main_fp-none-eabi.txt12 # only needed to run tests
Dcross-x86_64-zephyr-elf.txt13 # only needed to run tests
Dcross-clang-arm-none-eabi.txt11 # only needed to run tests
Dcross-i686-linux-gnu.txt13 # only needed to run tests
/picolibc-latest/
DCONTRIBUTING.md45 1. Whitespace-only changes are not helpful, please don't submit
46 changes that are only fixing formatting.
54 * no literal tab characters, only spaces
/picolibc-latest/doc/
Dlinking.md56 Picolibc.ld defines only two memory regions: `flash` and `ram`. Flash
57 is an addressable region of read-only memory which holds program text,
64 * `__flash` specifies the lowest address in read-only memory used by
68 * `__flash_size` specifies the amount of read-only memory you want to
120 4. Read-only data
170 stored in ram. Making values read-only where possible saves the RAM.
Dlocking.md53 only provides non-recursive mutexes, a suitable wrapper implementing
62 This struct is only referenced by picolibc, not defined. The
78 Acquire a non-recursive mutex. A thread will only acquire the mutex once.
/picolibc-latest/newlib/libc/machine/arc64/
Dstrcmp.S264 ;; both strings but we only look for the NULL byte in one string.
280 ; As LIMM are 32 bit only, we need to perform MOVHL and ORL [1] operations to
288 ; With the carry bit from r12, we can use mov.c to only move the appropriate
339 ; main loop. The reason for this is because the only way this can happen is if

1234