Searched refs:stop (Results 1 – 5 of 5) sorted by relevance
/bionic/libc/upstream-netbsd/lib/libc/regex/ |
D | engine.c | 130 static const char *dissect(struct match *m, const char *start, const char *stop, sopno startst, sop… 131 static const char *backref(struct match *m, const char *start, const char *stop, sopno startst, sop… 132 static const char *fast(struct match *m, const char *start, const char *stop, sopno startst, sopno … 133 static const char *slow(struct match *m, const char *start, const char *stop, sopno startst, sopno … 134 static states step(struct re_guts *g, sopno start, sopno stop, states bef, int ch, states aft); 148 static void at(struct match *m, char *title, char *start, char *stop, sopno startst, sopno stopst); 191 const char *stop; in matcher() local 204 stop = string + (size_t)pmatch[0].rm_eo; in matcher() 207 stop = start + strlen(start); in matcher() 209 if (stop < start) in matcher() [all …]
|
D | regcomp.c | 128 static void p_ere(struct parse *p, int stop, size_t reclimit); 343 int stop, /* character this ERE should end at */ in p_ere() argument 362 while (MORE() && (c = PEEK()) != '|' && c != stop) in p_ere() 387 assert(!MORE() || SEE(stop)); in p_ere()
|
/bionic/libc/arch-arm/bionic/ |
D | __bionic_clone.S | 64 # Setting lr to 0 will make the unwinder stop at __start_thread
|
/bionic/libc/kernel/uapi/linux/dvb/ |
D | video.h | 86 } stop; member
|
/bionic/libc/kernel/uapi/linux/ |
D | videodev2.h | 1162 } stop; member
|