Home
last modified time | relevance | path

Searched refs:yes (Results 1 – 7 of 7) sorted by relevance

/picolibc-3.5.0-3.4.0/newlib/libc/stdlib/
Drpmatch.c64 regex_t yes, no; in rpmatch() local
67 if (regcomp(&yes, nl_langinfo(YESEXPR), REG_EXTENDED|REG_NOSUB) != 0) in rpmatch()
70 regfree(&yes); in rpmatch()
73 if (regexec(&yes, response, 0, NULL, 0) == 0) in rpmatch()
79 regfree(&yes); in rpmatch()
/picolibc-3.5.0-3.4.0/newlib/
Drefcontainers.xslt3 …<xsl:output method="xml" encoding="UTF-8" indent="yes" doctype-public="-//OASIS//DTD DocBook V4.5/…
DREADME246 One feature can be enabled by specifying `--enable-FEATURE=yes' or
DChangeLog-201510384 * configure.host (*-linux*, cygwin): Default c99-formats to yes.
12799 default_newlib_io_long_long="yes".
16518 being unset in which case set to "yes" for x86-linux and
16519 Cygwin. Change check for newlib_mb being "yes" to allow
25304 control use of MIPS single-float directories. Default to yes.
/picolibc-3.5.0-3.4.0/newlib/libc/include/sys/
Dcdefs.h337 #define __generic(expr, t, yes, no) \ argument
338 _Generic(expr, t: yes, default: no)
340 #define __generic(expr, t, yes, no) \ argument
342 __builtin_types_compatible_p(__typeof(expr), t), yes, no)
/picolibc-3.5.0-3.4.0/
DCMakeLists.txt411 # Use old math code for double funcs (0 no, 1 yes)
414 # Use old math code for double funcs (0 no, 1 yes)
Dmeson.build1121 …'__OBSOLETE_MATH', obsolete_math_value, description: 'Use old math code (undef auto, 0 no, 1 yes)')
1122 …olete_math_float_value, description: 'Use old math code for float funcs (undef auto, 0 no, 1 yes)')
1123 …ete_math_double_value, description: 'Use old math code for double funcs (undef auto, 0 no, 1 yes)')