Home
last modified time | relevance | path

Searched refs:INF (Results 1 – 2 of 2) sorted by relevance

/picolibc-latest/newlib/libc/posix/
Dregcomp.c1078 # define INF 3 in repeat() macro
1080 # define MAP(n) (((n) <= 1) ? (n) : ((n) == REGEX_INFINITY) ? INF : N) in repeat()
1094 case REP(0, INF): /* as x{1,}? */ in repeat()
1119 case REP(1, INF): /* as x+ */ in repeat()
1127 case REP(N, INF): /* as xx{n-1,INF} */ in repeat()
/picolibc-latest/
DREADME.md240 printf. Fix NaN/INF formatting in %a/%A printf. Thanks to Ahmed
878 'NAN' and 'INF' in fscanf in a case-insensitive manner, fix