Searched refs:sets (Results 1 – 16 of 16) sorted by relevance
71 if (g->sets != NULL) in regfree()72 free((char *)g->sets); in regfree()
145 cset *sets; /* -> cset [ncsets] */ member
230 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 …]
573 cs = &m->g->sets[OPND(s)]; in backref()972 cs = &g->sets[OPND(s)]; in step()
91 mov.l 0x4[r1], r1 ; This sets up the new return value
68 segment. Finally, it sets the architecture-specific TLS data pointer94 This is an architecture-specific function which sets the TLS
32 script that sets up some variables and then INCLUDE's
122 These options control which character sets are supported by iconv.
422 /* math library sets errno */
451 # math library sets errno
1368 conf_data.set('_WANT_MATH_ERRNO', get_option('want-math-errno'), description: 'math library sets er…
867 sets the base of all picolibc file names.
21 picolibc.specs.in)_ which sets the search path for
178 ; comparisons takes place by using 8 sets of registers:
44 convert various character sets to and from the @emph{wide characters1674 conversion isn't performed (the @code{iconv} function sets such output1683 @code{_iconv_nls_set_state} sets the current encoding's shift state (the
5682 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,