Home
last modified time | relevance | path

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

12

/ndk/sources/host-tools/ndk-stack/regex/
Dregfree.c66 if (g->sets != NULL) in regfree()
67 free((char *)g->sets); in regfree()
Dregcomp.c197 g->sets = NULL; in regcomp()
1039 ptr = (cset *)realloc((char *)p->g->sets, nc * sizeof(cset)); in allocset()
1042 p->g->sets = (cset*)ptr; in allocset()
1050 p->g->sets[i].ptr = p->g->setbits + css*(i/CHAR_BIT); in allocset()
1055 if (p->g->sets == NULL || p->g->setbits == NULL) in allocset()
1058 cs = &p->g->sets[no]; in allocset()
1067 free(p->g->sets); in allocset()
1068 p->g->sets = NULL; in allocset()
1084 cset *top = &p->g->sets[p->g->ncsets]; in freeset()
1107 cset *top = &p->g->sets[p->g->ncsets]; in freezeset()
[all …]
Dregex2.h132 cset *sets; /* -> cset [ncsets] */ member
Dengine.c507 cs = &m->g->sets[OPND(s)]; in backref()
885 cs = &g->sets[OPND(s)]; in step()
/ndk/sources/host-tools/sed-4.2.1/m4/
Drealloc.m49 # Test whether 'realloc' is POSIX compliant (sets errno to ENOMEM when it
Dmalloc.m49 # Test whether 'malloc' is POSIX compliant (sets errno to ENOMEM when it
Dlib-prefix.m4166 dnl 32-bit and 64-bit instruction sets or ABIs, 64-bit libraries go under
173 dnl 32-bit and 64-bit instruction sets or ABIs, 64-bit libraries go under
Dmbrtowc.m4165 mbrtowc returns 2, and sets wc to 0x00F0.
166 mbtowc returns 4 (correct) and sets wc to 0x5EDC. */
Dacl.m4133 # but sets errno = ENOENT for an existing file or directory.
Dlib-link.m451 dnl If found, it sets and AC_SUBSTs HAVE_LIB${NAME}=yes and the LIB${NAME}
53 dnl #defines HAVE_LIB${NAME} to 1. Otherwise, it sets and AC_SUBSTs
166 dnl Also, sets the LIB${NAME}_PREFIX variable to nonempty if libname was found
692 dnl sets LDADDVAR to linker options needed together with LIBSVALUE.
/ndk/build/tools/toolchain-patches/python/Python-2.7.3/
D0002-MINGW-use-posix-getpath.patch339 /* FindNextFile sets error to ERROR_NO_MORE_FILES if
348 /* FindNextFile sets error to ERROR_NO_MORE_FILES if
/ndk/sources/host-tools/make-3.81/
DREADME.DOS198 Many Unix Makefiles include a line which sets the SHELL, for
213 shell is *not* found, the line which sets it will be effectively
238 Makefiles to MSDOS and leave the line which sets the shell
Dconfig.ami110 /* Define if utime(file, NULL) sets file's timestamp to the present. */
Dconfig.log49 configure:1595: checking whether make sets $(MAKE)
Dconfig.h-vms131 /* Define if utime(file, NULL) sets file's timestamp to the present. */
Dconfig.h.W32449 /* Define if utime(file, NULL) sets file's timestamp to the present. */
/ndk/sources/host-tools/sed-4.2.1/testsuite/
Dmac-mf.sed18 # If line ends with .. then assume it sets a variable that will
DBOOST.tests689 ; and again for sets:
724 ; and again for tricky sets with digraphs:
/ndk/build/gmsl/
D__gmsl456 # Returns: Returns the union of the two sets
464 # Returns: Returns the intersection of the two sets
480 # Returns: Returns $(true) if the two sets are identical
/ndk/sources/host-tools/make-3.81/config/
Dlib-link.m445 dnl sets and AC_SUBSTs HAVE_LIB${NAME}=yes and the LIB${NAME} and
47 dnl #defines HAVE_LIB${NAME} to 1. Otherwise, it sets and AC_SUBSTs
/ndk/sources/host-tools/make-3.81/tests/
DChangeLog398 individual tests, and report both sets of numbers.
651 in double-colon rule sets are detected correctly (PR/1671).
761 exists: it sets the time to the _local_ time. We don't want
/ndk/sources/host-tools/sed-4.2.1/
DNEWS87 * fix bug in 'y' command in multi-byte character sets
274 * `y' command supports multibyte character sets
/ndk/sources/host-tools/sed-4.2.1/build-aux/
Dtexinfo.tex284 % Output a mark which sets \thischapter, \thissection and \thiscolor.
1144 % to a command which sets the catcodes (such as @item or @section).
1339 % k sets the color for filling (usual text, etc.);
1340 % K sets the color for stroking (thin rules, e.g., normal _'s).
2114 % future. Used with @smallbook, which sets the leading to 12pt.
2287 % Each font-changing command also sets the names \lsize (one size lower)
3742 % This preamble sets up a generic column definition, which will
3933 % @set VAR sets the variable VAR to an empty value.
3934 % @set VAR REST-OF-LINE sets VAR to the value REST-OF-LINE.
3940 % We rely on the fact that \parsearg sets \catcode`\ =10.
[all …]
/ndk/sources/host-tools/nawk-20071023/
DFIXES202 tested on non-ascii character sets by me.
899 performance bug in b.c/cgoto(): not freeing some sets of states.
/ndk/sources/host-tools/make-3.81/doc/
Dmake.info-13250 ignores the line that sets `SHELL'. In MS-DOS, GNU `make' searches for
3271 line that sets it will be effectively ignored. This is so `make' will
3497 any `-C' options) it sets the variable `CURDIR' to the pathname of the
3679 sub-sub-`make', and so on. The incrementation happens when `make' sets
4212 sets `bar' to `a.c b.c c.c'. *Note Setting Variables: Setting.
4232 sets `bar' to `a.c b.c c.c'.
4472 sets `objects' to `main.o foo.o bar.o utils.o another.o'.
5013 sets `frobozz' to `yes', while:
5022 sets `frobozz' to `no'.
5615 This simple example sets the variable `files' to the list of all
[all …]

12