/ndk/sources/host-tools/sed-4.2.1/testsuite/ |
D | modulo.inp | 1 s%@CFLAGS@%%g 2 s%@CPPFLAGS@%-I/%g 3 s%@CXXFLAGS@%-x c++%g 4 s%@DEFS@%$DEFS%g 5 s%@LDFLAGS@%-L/usr/lib%g 6 s%@LIBS@%-lgnu -lbfd%g 7 s%@exec_prefix@%%g 8 s%@prefix@%$prefix%g 9 s%@RANLIB@%$RANLIB%g 10 s%@CC@%/usr/local/bin/gcc%g [all …]
|
D | manis.inp | 1 s%@CFLAGS@%%g 2 s%@CPPFLAGS@%-I/%g 3 s%@CXXFLAGS@%-x c++%g 4 s%@DEFS@%$DEFS%g 5 s%@LDFLAGS@%-L/usr/lib%g 6 s%@LIBS@%-lgnu -lbfd%g 7 s%@exec_prefix@%%g 8 s%@prefix@%$prefix%g 9 s%@RANLIB@%$RANLIB%g 10 s%@CC@%/usr/local/bin/gcc%g [all …]
|
D | manis.good | 1 s%@CFLAGS@%%g 2 s%@CPPFLAGS@%-I/%g 3 s%@CXXFLAGS@%-x c++%g 4 s%@DEFS@%$DEFS%g 5 s%@LDFLAGS@%-L/usr/lib%g 6 s%@LIBS@%-lgnu -lbfd%g 7 s%@exec_prefix@%%g 8 s%@prefix@%$prefix%g 9 s%@RANLIB@%$RANLIB%g 10 s%@CC@%/usr/local/bin/gcc%g [all …]
|
D | fasts.sed | 6 g 7 s/a//g 9 g 11 g 12 s/^a//g 14 g 15 s/not present//g 17 g 18 s/^[a-z]//g 20 g [all …]
|
D | mac-mf.sed | 5 /::/s/::/ \\Option-f\\Option-f /g 6 /:/s/:/ \\Option-f /g 7 /^[SU]=/s/ \\Option-f /:/g 10 /\$/s/\${\([a-zA-Z0-9_]*\)}/{\1}/g 11 /\$/s/\$(\([a-zA-Z0-9_]*\))/{\1}/g 14 /\$@/s/\$@/{targ}/g 25 /\./s,\.$,,g 28 /\./s,\.\./:,::,g 30 /\./s,\.\./\.\./,:::,g 31 /\./s,\.\./,::,g [all …]
|
D | modulo.good | 2 s%@CFLAGS@%%g 4 s%@CXXFLAGS@%-x c++%g 6 s%@LDFLAGS@%-L/usr/lib%g 8 s%@exec_prefix@%%g 10 s%@RANLIB@%$RANLIB%g 12 s%@CPP@%$CPP%g 14 s%@XINCLUDES@%$XINCLUDES%g 16 s%@XPROGS@%$XPROGS%g 18 s%@TCLLIB@%$TCLLIB%g 20 s%@TKLIB@%$TKLIB%g [all …]
|
D | manis.sed | 5 s/%@/@@/; s/@%/@@/; s/%g$/@g/; /@g$/s/[\\\\&%]/\\\\&/g; 6 s/@@/%@/; s/@@/@%/; s/@g$/%g/
|
D | dc.sed | 66 s/\n/\\n/g 68 g 99 g 151 /~/ s/[^~]//g 153 s/./a/g 155 s/a\{10\}/b/g 192 s/|{/[/g 193 s/|}/]/g 265 s/a[0-9]/a/g 266 s/a\{10\}/b/g [all …]
|
D | eval.sed | 17 g 23 g 42 g
|
D | space.sed | 1 s/_\S/XX/g;s/\s/_/g
|
D | utf8-3.sed | 1 s/д.*/\u&/g
|
D | noeol.sed | 1 s/$/wakuwaku/g
|
D | utf8-4.sed | 1 s/д.*/\U&/g
|
D | utf8-1.sed | 1 s/д/\U&/g
|
D | utf8-2.sed | 1 s/д/\u&/g
|
D | allsub.sed | 1 s/foo/bar/g
|
D | badenc.sed | 1 /.*/ { H ; g ; s/\n// ; p ; z ; x }
|
/ndk/sources/host-tools/ndk-stack/regex/ |
D | regfree.c | 53 struct re_guts *g; in regfree() local 58 g = preg->re_g; in regfree() 59 if (g == NULL || g->magic != MAGIC2) /* oops again */ in regfree() 62 g->magic = 0; /* mark it invalid */ in regfree() 64 if (g->strip != NULL) in regfree() 65 free((char *)g->strip); in regfree() 66 if (g->sets != NULL) in regfree() 67 free((char *)g->sets); in regfree() 68 if (g->setbits != NULL) in regfree() 69 free((char *)g->setbits); in regfree() [all …]
|
D | regcomp.c | 63 struct re_guts *g; member 152 struct re_guts *g; in regcomp() local 174 g = (struct re_guts *)malloc(sizeof(struct re_guts) + in regcomp() 176 if (g == NULL) in regcomp() 182 free((char *)g); in regcomp() 187 p->g = g; in regcomp() 196 g->csetsize = NC; in regcomp() 197 g->sets = NULL; in regcomp() 198 g->setbits = NULL; in regcomp() 199 g->ncsets = 0; in regcomp() [all …]
|
D | engine.c | 72 struct re_guts *g; member 128 matcher(struct re_guts *g, char *string, size_t nmatch, regmatch_t pmatch[], in matcher() argument 136 const sopno gf = g->firststate+1; /* +1 for OEND */ in matcher() 137 const sopno gl = g->laststate; in matcher() 142 if (g->cflags®_NOSUB) in matcher() 155 if (g->must != NULL) { in matcher() 157 if (*dp == g->must[0] && stop - dp >= g->mlen && in matcher() 158 memcmp(dp, g->must, (size_t)g->mlen) == 0) in matcher() 165 m->g = g; in matcher() 188 if (nmatch == 0 && !g->backrefs) in matcher() [all …]
|
D | regexec.c | 105 #define CLEAR(v) memset(v, 0, m->g->nstates) 109 #define ASSIGN(d, s) memcpy(d, s, m->g->nstates) 110 #define EQ(a, b) (memcmp(a, b, m->g->nstates) == 0) 112 #define STATESETUP(m, nv) { (m)->space = (char*)malloc((nv)*(m)->g->nstates); \ 116 #define SETUP(v) ((v) = &m->space[m->vn++ * m->g->nstates]) 142 struct re_guts *g = preg->re_g; in regexec() local 149 if (preg->re_magic != MAGIC1 || g->magic != MAGIC2) in regexec() 151 assert(!(g->iflags&BAD)); in regexec() 152 if (g->iflags&BAD) /* backstop for no-debug case */ in regexec() 156 if (g->nstates <= (int)(CHAR_BIT*sizeof(states1)) && !(eflags®_LARGE)) in regexec() [all …]
|
/ndk/sources/host-tools/sed-4.2.1/po/ |
D | boldquot.sed | 1 s/"\([^"]*\)"/“\1”/g 2 s/`\([^`']*\)'/‘\1’/g 3 s/ '\([^`']*\)' / ‘\1’ /g 4 s/ '\([^`']*\)'$/ ‘\1’/g 5 s/^'\([^`']*\)' /‘\1’ /g 6 s/“”/""/g 7 s/“/“[1m/g 8 s/”/[0m”/g 9 s/‘/‘[1m/g 10 s/’/[0m’/g
|
D | quot.sed | 1 s/"\([^"]*\)"/“\1”/g 2 s/`\([^`']*\)'/‘\1’/g 3 s/ '\([^`']*\)' / ‘\1’ /g 4 s/ '\([^`']*\)'$/ ‘\1’/g 5 s/^'\([^`']*\)' /‘\1’ /g 6 s/“”/""/g
|
/ndk/sources/host-tools/sed-4.2.1/m4/ |
D | po.m4 | 106 ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'` 195 …g" -e "s|@UPDATEPOFILES@|$UPDATEPOFILES|g" -e "s|@DUMMYPOFILES@|$DUMMYPOFILES|g" -e "s|@GMOFILES@|… 230 ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'` 296 sed_x_POTFILES=`$gt_echo "$sed_x_variable" | sed -e '/^ *#/d' -e 's/VARIABLE/POTFILES/g'` 315 sed_x_LINGUAS=`$gt_echo "$sed_x_variable" | sed -e '/^ *#/d' -e 's/VARIABLE/LINGUAS/g'` 361 …frobbedlang=`echo $lang | sed -e 's/_/-/g' -e 's/^sr-CS/sr-SP/' -e 's/@latin$/-Latn/' -e 's/@cyril… 402 …frobbedlang=`echo $lang | sed -e 's/_/-/g' -e 's/^sr-CS/sr-SP/' -e 's/@latin$/-Latn/' -e 's/@cyril… 407 …g" -e "s|@POFILES@|$POFILES|g" -e "s|@UPDATEPOFILES@|$UPDATEPOFILES|g" -e "s|@DUMMYPOFILES@|$DUMMY… 422 …frobbedlang=`echo $lang | sed -e 's/_/-/g' -e 's/^sr-CS/sr-SP/' -e 's/@latin$/-Latn/' -e 's/@cyril…
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
D | unistd.in.h | 127 # define chown(f,u,g) \ 131 chown (f, u, g)) 480 # define lchown(f,u,g) \ argument 483 lchown (f, u, g))
|