/netbsd-src/external/gpl3/binutils.old/dist/libiberty/ |
H A D | regex.c | 5279 #define MATCHING_IN_FIRST_STRING (dend == end_match_1) 5284 while (d == dend) \ 5287 if (dend == end_match_2) \ 5291 dend = end_match_2; \ 5574 const CHAR_T *d, *dend; in wcs_re_match_2_internal() local 5865 dend = end_match_1; in wcs_re_match_2_internal() 5871 dend = end_match_2; in wcs_re_match_2_internal() 5883 dend = end_match_1; in wcs_re_match_2_internal() 5888 dend = end_match_2; in wcs_re_match_2_internal() 5970 dend = ((d >= string1 && d <= end1) in wcs_re_match_2_internal() [all …]
|
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/libgrep/ |
H A D | regex.c | 5278 #define MATCHING_IN_FIRST_STRING (dend == end_match_1) 5283 while (d == dend) \ 5286 if (dend == end_match_2) \ 5290 dend = end_match_2; \ 5581 const CHAR_T *d, *dend; in wcs_re_match_2_internal() local 5954 dend = end_match_1; in wcs_re_match_2_internal() 5960 dend = end_match_2; in wcs_re_match_2_internal() 5972 dend = end_match_1; in wcs_re_match_2_internal() 5977 dend = end_match_2; in wcs_re_match_2_internal() 6064 dend = ((d >= string1 && d <= end1) in wcs_re_match_2_internal() [all …]
|
/netbsd-src/external/gpl2/diffutils/dist/lib/ |
H A D | regex.c | 5387 #define MATCHING_IN_FIRST_STRING (dend == end_match_1) 5392 while (d == dend) \ 5395 if (dend == end_match_2) \ 5399 dend = end_match_2; \ 5698 const CHAR_T *d, *dend; local 6071 dend = end_match_1; 6077 dend = end_match_2; 6089 dend = end_match_1; 6094 dend = end_match_2; 6181 dend = ((d >= string1 && d <= end1) [all …]
|
/netbsd-src/external/gpl3/gcc/dist/libiberty/ |
H A D | regex.c | 5279 #define MATCHING_IN_FIRST_STRING (dend == end_match_1) 5284 while (d == dend) \ 5287 if (dend == end_match_2) \ 5291 dend = end_match_2; \ 5574 const CHAR_T *d, *dend; in wcs_re_match_2_internal() local 5865 dend = end_match_1; in wcs_re_match_2_internal() 5871 dend = end_match_2; in wcs_re_match_2_internal() 5883 dend = end_match_1; in wcs_re_match_2_internal() 5888 dend = end_match_2; in wcs_re_match_2_internal() 5970 dend = ((d >= string1 && d <= end1) in wcs_re_match_2_internal() [all …]
|
/netbsd-src/external/gpl3/binutils/dist/libiberty/ |
H A D | regex.c | 5279 #define MATCHING_IN_FIRST_STRING (dend == end_match_1) 5284 while (d == dend) \ 5287 if (dend == end_match_2) \ 5291 dend = end_match_2; \ 5574 const CHAR_T *d, *dend; in wcs_re_match_2_internal() local 5865 dend = end_match_1; in wcs_re_match_2_internal() 5871 dend = end_match_2; in wcs_re_match_2_internal() 5883 dend = end_match_1; in wcs_re_match_2_internal() 5888 dend = end_match_2; in wcs_re_match_2_internal() 5970 dend = ((d >= string1 && d <= end1) in wcs_re_match_2_internal() [all …]
|
/netbsd-src/external/gpl2/grep/dist/lib/ |
H A D | regex.c | 5110 #define MATCHING_IN_FIRST_STRING (dend == end_match_1) 5115 while (d == dend) \ 5118 if (dend == end_match_2) \ 5122 dend = end_match_2; \ 5368 const CHAR_TYPE *d, *dend; local 5647 dend = end_match_1; 5653 dend = end_match_2; 5665 dend = end_match_1; 5670 dend = end_match_2; 5749 dend = ((d >= string1 && d <= end1) [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/libiberty/ |
H A D | regex.c | 5275 #define MATCHING_IN_FIRST_STRING (dend == end_match_1) 5280 while (d == dend) \ 5283 if (dend == end_match_2) \ 5287 dend = end_match_2; \ 5570 const CHAR_T *d, *dend; in wcs_re_match_2_internal() local 5861 dend = end_match_1; in wcs_re_match_2_internal() 5867 dend = end_match_2; in wcs_re_match_2_internal() 5879 dend = end_match_1; in wcs_re_match_2_internal() 5884 dend = end_match_2; in wcs_re_match_2_internal() 5966 dend = ((d >= string1 && d <= end1) in wcs_re_match_2_internal() [all …]
|
/netbsd-src/external/mpl/dhcp/dist/common/ |
H A D | options.c | 4254 pretty_escape(char **dst, char *dend, const unsigned char **src, in pretty_escape() 4262 if (dst == NULL || dend == NULL || src == NULL || send == NULL || in pretty_escape() 4263 *dst == NULL || *src == NULL || (*dst >= dend) || (*src > send) || in pretty_escape() 4264 ((send - *src) > (dend - *dst))) in pretty_escape() 4271 if (*dst + 4 > dend) in pretty_escape() 4282 if (*dst + 2 > dend) in pretty_escape() 4291 if (*dst + 1 > dend) in pretty_escape() 4304 pretty_text(char **dst, char *dend, const unsigned char **src, in pretty_text() 4309 if (dst == NULL || dend == NULL || src == NULL || send == NULL || in pretty_text() 4311 ((*dst + (emit_quotes ? 2 : 0)) > dend) || (*sr in pretty_text() 4251 pretty_escape(char ** dst,char * dend,const unsigned char ** src,const unsigned char * send) pretty_escape() argument 4301 pretty_text(char ** dst,char * dend,const unsigned char ** src,const unsigned char * send,int emit_quotes) pretty_text() argument 4334 pretty_dname(char ** dst,char * dend,const unsigned char * src,const unsigned char * send) pretty_dname() argument 4384 pretty_domain(char ** dst,char * dend,const unsigned char ** src,const unsigned char * send) pretty_domain() argument [all...] |
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/ |
H A D | tsan_interface_java.cpp | 135 RawShadow *dend = MemToShadow(dst + size); in __tsan_java_move() local 136 internal_memset(d, 0, (dend - d) * sizeof(*d)); in __tsan_java_move()
|
/netbsd-src/sys/dev/raidframe/ |
H A D | rf_dagutils.c | 1037 RF_SectorNum_t dend = rf_StripeUnitOffset(layoutPtr, dest->startSector + dest->numSector - 1); in rf_PDAOverlap() local 1038 return ((RF_MAX(soffs, doffs) <= RF_MIN(send, dend)) ? 1 : 0); in rf_PDAOverlap() 1198 RF_SectorNum_t dend = rf_StripeUnitOffset(layoutPtr, dest->startSector + dest->numSector - 1); in rf_RangeRestrictPDA() local 1202 dest->numSector = subAddr + RF_MIN(send, dend) + 1 - dest->startSector; in rf_RangeRestrictPDA()
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/dso/ |
H A D | dso_dl.c | 257 ((size_t)addr >= inf.dstart && (size_t)addr < inf.dend)) { in dl_pathbyaddr()
|
/netbsd-src/usr.bin/vgrind/ |
H A D | vgrindefs.src | 60 :bb=\dcase|begin\d:be=\dend|forward\d|;:\ 122 :be=\dend|;:\
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/dso/ |
H A D | dso_dl.c | 265 ((size_t)addr >= inf.dstart && (size_t)addr < inf.dend)) { in dl_pathbyaddr()
|
/netbsd-src/external/gpl3/binutils.old/dist/include/ |
H A D | hp-symtab.h | 1332 struct dntt_type_end dend; member
|
/netbsd-src/external/gpl3/binutils/dist/include/ |
H A D | hp-symtab.h | 1332 struct dntt_type_end dend; member
|
/netbsd-src/external/lgpl3/gmp/dist/mpn/x86_64/coreisbr/ |
H A D | sqr_basecase.asm | 470 L(dend):add %r8, %r10
|
/netbsd-src/usr.sbin/sysinst/ |
H A D | disklabel.c | 1106 daddr_t dend = data.start+data.size; in disklabel_add_partition() local 1109 if (space.start + space.size < dend) in disklabel_add_partition()
|