Home
last modified time | relevance | path

Searched refs:sets (Results 1 – 16 of 16) sorted by relevance

/picolibc-latest/newlib/libc/posix/
Dregfree.c71 if (g->sets != NULL) in regfree()
72 free((char *)g->sets); in regfree()
Dregex2.h145 cset *sets; /* -> cset [ncsets] */ member
Dregcomp.c230 g->sets = NULL; in regcomp()
1146 free(p->g->sets); in seterr()
1148 p->g->sets = NULL; in seterr()
1176 cs = realloc(p->g->sets, nc * sizeof(cset)); in allocset()
1181 p->g->sets = cs; in allocset()
1196 cs = &p->g->sets[no]; in allocset()
1214 cset *top = &p->g->sets[p->g->ncsets]; in freeset()
1238 cset *top = &p->g->sets[p->g->ncsets]; in freezeset()
1243 for (cs2 = &p->g->sets[0]; cs2 < top; cs2++) in freezeset()
1258 return((int)(cs - p->g->sets)); in freezeset()
[all …]
Dengine.c573 cs = &m->g->sets[OPND(s)]; in backref()
972 cs = &g->sets[OPND(s)]; in step()
/picolibc-latest/newlib/libc/machine/rx/
Dsetjmp.S91 mov.l 0x4[r1], r1 ; This sets up the new return value
/picolibc-latest/doc/
Dtls.md68 segment. Finally, it sets the architecture-specific TLS data pointer
94 This is an architecture-specific function which sets the TLS
Dlinking.md32 script that sets up some variables and then INCLUDE's
Dbuild.md122 These options control which character sets are supported by iconv.
/picolibc-latest/
Dpicolibc.h.in422 /* math library sets errno */
DCMakeLists.txt451 # math library sets errno
Dmeson.build1368 conf_data.set('_WANT_MATH_ERRNO', get_option('want-math-errno'), description: 'math library sets er…
DREADME.md867 sets the base of all picolibc file names.
/picolibc-latest/hello-world/
DREADME.md21 picolibc.specs.in)_ which sets the search path for
/picolibc-latest/newlib/libc/machine/arc64/
Dmemcmp.S178 ; comparisons takes place by using 8 sets of registers:
/picolibc-latest/newlib/libc/iconv/
Diconv.tex44 convert various character sets to and from the @emph{wide characters
1674 conversion isn't performed (the @code{iconv} function sets such output
1683 @code{_iconv_nls_set_state} sets the current encoding's shift state (the
/picolibc-latest/newlib/
DChangeLog-20155682 as it sets the same flags as we are using.
16945 that only sets the __intxx and __uintxx types.
21920 which sets _CLOCKS_PER_SEC_ for selected machines.
25690 * libc/stdlib/ecvtbuf.c (print_e): If _dtoa_r sets decpt to 9999,