Searched refs:startp (Results 1 - 16 of 16) sorted by relevance

/haiku-buildtools/jam/
H A Dregexp.h12 const char *startp[NSUBEXP]; member in struct:regexp
H A Dheaders.c126 if( regexec( re[i], buf ) && re[i]->startp[1] )
131 int l = re[i]->endp[1] - re[i]->startp[1];
136 memcpy( buf2, re[i]->startp[1], l );
H A Dbuiltins.c298 if( re->startp[top] )
307 int l = re->endp[i] - re->startp[i];
312 memcpy( buf, re->startp[i], l );
H A Dregexp.c774 static const char **regstartp; /* Pointer to startp array. */
864 regstartp = prog->startp;
867 sp = prog->startp;
874 prog->startp[0] = string;
983 * Don't set startp if some later
/haiku-buildtools/gcc/gcc/
H A Dfile-find.c174 const char *startp, *endp; local
180 startp = endp = p;
185 strncpy (nstore, startp, endp-startp);
186 if (endp == startp)
192 nstore[endp-startp] = DIR_SEPARATOR;
193 nstore[endp-startp+1] = 0;
196 nstore[endp-startp] = 0;
204 endp = startp = endp + 1;
H A Dgcc.c4040 const char *startp, *endp;
4043 startp = endp = temp;
4048 strncpy (nstore, startp, endp - startp);
4049 if (endp == startp)
4053 nstore[endp - startp] = DIR_SEPARATOR;
4054 nstore[endp - startp + 1] = 0;
4057 nstore[endp - startp] = 0;
4064 endp = startp = endp + 1;
4074 const char *startp, *end
4021 const char *startp, *endp; local
4055 const char *startp, *endp; local
4088 const char *startp, *endp; local
[all...]
/haiku-buildtools/legacy/gcc/gcc/java/
H A Djcf-path.c185 char *startp, *endp;
190 startp = endp = cp;
195 if (endp == startp)
203 strncpy (buf, startp, endp - startp);
204 buf[endp - startp] = '\0';
210 startp = endp;
183 char *startp, *endp; local
/haiku-buildtools/gcc/gcc/java/
H A Djcf-path.c176 const char *startp, *endp;
181 startp = endp = cp;
186 if (endp == startp)
194 strncpy (buf, startp, endp - startp);
195 buf[endp - startp] = '\0';
201 startp = endp;
326 const char *startp, *endp;
333 startp = endp = cp;
338 if (endp == startp)
174 const char *startp, *endp; local
324 const char *startp, *endp; local
[all...]
/haiku-buildtools/legacy/binutils/libiberty/
H A Dmake-relative-prefix.c242 char *startp, *endp, *nstore; local
249 startp = endp = temp;
254 if (endp == startp)
262 strncpy (nstore, startp, endp - startp);
265 nstore[endp - startp] = DIR_SEPARATOR;
266 nstore[endp - startp + 1] = 0;
269 nstore[endp - startp] = 0;
284 endp = startp = endp + 1;
/haiku-buildtools/gcc/libiberty/
H A Dmake-relative-prefix.c249 char *startp, *endp, *nstore; local
261 startp = endp = temp;
266 if (endp == startp)
274 memcpy (nstore, startp, endp - startp);
277 nstore[endp - startp] = DIR_SEPARATOR;
278 nstore[endp - startp + 1] = 0;
281 nstore[endp - startp] = 0;
302 endp = startp = endp + 1;
/haiku-buildtools/binutils/libiberty/
H A Dmake-relative-prefix.c250 char *startp, *endp, *nstore; local
265 startp = endp = temp;
270 if (endp == startp)
278 memcpy (nstore, startp, endp - startp);
281 nstore[endp - startp] = DIR_SEPARATOR;
282 nstore[endp - startp + 1] = 0;
285 nstore[endp - startp] = 0;
306 endp = startp = endp + 1;
/haiku-buildtools/gcc/libquadmath/strtod/
H A Dstrtod_l.c493 const STRING_TYPE *startp, *start_of_digits;
660 const STRING_TYPE *startp = cp;
671 cp = startp;
681 mant = STRTOULL (startp + 1, &endp, 0);
713 start_of_digits = startp = cp;
783 startp = cp;
834 if (tp < startp)
843 for (tp = startp; tp < cp; ++tp)
1066 while (*startp != decimal)
1067 ++startp;
491 const STRING_TYPE *startp, *start_of_digits; local
658 const STRING_TYPE *startp = cp; local
[all...]
/haiku-buildtools/legacy/gcc/libio/
H A Diovfprintf.c63 int __cvt_double __P((double number, register int prec, int flags, int *signp, int fmtch, char *startp, char *endp));
702 int fmtch, char *startp, char *endp)
719 t = ++startp;
725 for (p = endp - 1; p >= startp && integer; ++expcnt) {
751 startp = round(fract, (int *)NULL, startp,
772 startp = round((double)0, &expcnt, startp,
803 startp = round(fract, &expcnt, startp,
701 __cvt_double(double number, register int prec, int flags, int *signp, int fmtch, char *startp, char *endp) argument
[all...]
H A Diostream.cc47 int fmtch, char *startp, char *endp);
/haiku-buildtools/legacy/gcc/gcc/
H A Dgcc.c2667 const char *startp, *endp; local
2670 startp = endp = temp;
2675 strncpy (nstore, startp, endp-startp);
2676 if (endp == startp)
2680 nstore[endp-startp] = DIR_SEPARATOR;
2681 nstore[endp-startp+1] = 0;
2684 nstore[endp-startp] = 0;
2691 endp = startp = endp + 1;
2701 const char *startp, *end local
2734 const char *startp, *endp; local
[all...]
H A Dcccp.c1851 char *startp, *endp; local
1853 for (num_dirs = 1, startp = epath; *startp; startp++)
1854 if (*startp == PATH_SEPARATOR)
1860 startp = endp = epath;
1867 = startp == endp ? "." : xstrdup (startp);
1875 startp = endp;

Completed in 304 milliseconds