| /netbsd/src/external/bsd/tre/dist/tests/agrep/ |
| D | delimiters.ok | 1 #### TEST: agrep ^foobar$ delimiters.in 5 #### TEST: agrep ^foobar$ < delimiters.in 9 #### TEST: agrep -c ^foobar$ delimiters.in 13 #### TEST: agrep -c ^foobar$ < delimiters.in 17 #### TEST: agrep -H ^foobar$ delimiters.in 18 delimiters.in:foobar 21 #### TEST: agrep -H ^foobar$ < delimiters.in 25 #### TEST: agrep -l ^foobar$ delimiters.in 26 delimiters.in 29 #### TEST: agrep -l ^foobar$ < delimiters.in [all …]
|
| D | records.ok | 504 between two delimiters, before the first delimiter, and after the last 523 between two delimiters, before the first delimiter, and after the last 550 between two delimiters, before the first delimiter, and after the last 569 between two delimiters, before the first delimiter, and after the last 596 between two delimiters, before the first delimiter, and after the last 615 between two delimiters, before the first delimiter, and after the last 634 between two delimiters, before the first delimiter, and after the last 653 between two delimiters, before the first delimiter, and after the last 672 between two delimiters, before the first delimiter, and after the last 691 between two delimiters, before the first delimiter, and after the last [all …]
|
| D | records.input | 18 between two delimiters, before the first delimiter, and after the last
|
| /netbsd/src/external/bsd/tmux/dist/ |
| D | attributes.c | 58 const char delimiters[] = " ,|"; in attributes_fromstring() local 83 if (*str == '\0' || strcspn(str, delimiters) == 0) in attributes_fromstring() 85 if (strchr(delimiters, str[strlen(str) - 1]) != NULL) in attributes_fromstring() 93 end = strcspn(str, delimiters); in attributes_fromstring() 104 str += end + strspn(str + end, delimiters); in attributes_fromstring()
|
| D | style.c | 61 const char delimiters[] = " ,\n", *errstr; in style_parse() local 73 while (*in != '\0' && strchr(delimiters, *in) != NULL) in style_parse() 78 end = strcspn(in, delimiters); in style_parse() 225 in += end + strspn(in + end, delimiters); in style_parse()
|
| /netbsd/src/external/ibm-public/postfix/dist/src/global/ |
| D | verp_sender.c | 69 VSTRING *verp_sender(VSTRING *buf, const char *delimiters, in verp_sender() argument 90 VSTRING_ADDCH(buf, delimiters[0] & 0xff); in verp_sender() 93 VSTRING_ADDCH(buf, delimiters[1] & 0xff); in verp_sender()
|
| /netbsd/src/external/bsd/elftosb/dist/common/ |
| D | options.h | 131 OptStrTokIter(const char * tokens, const char * delimiters =0); 151 delimiters(void) { return seps; } in delimiters() function 154 delimiters(const char * delims) { in delimiters() function
|
| D | options.cpp | 146 OptStrTokIter::OptStrTokIter(const char * tokens, const char * delimiters) in OptStrTokIter() argument 147 : len(unsigned(strlen(tokens))), str(tokens), seps(delimiters), in OptStrTokIter()
|
| /netbsd/src/external/bsd/kyua-testers/dist/ |
| D | atf_list.c | 122 find_first_of(char* container, const char* delimiters) in find_first_of() argument 126 if (strchr(delimiters, *ptr) != NULL) in find_first_of()
|
| /netbsd/src/external/cddl/osnet/dist/common/ctf/ |
| D | ctf_lookup.c | 86 static const char delimiters[] = " \t\n\r\v\f*"; in ctf_lookup_by_name() local 104 if ((q = strpbrk(p + 1, delimiters)) == NULL) in ctf_lookup_by_name()
|
| /netbsd/src/sys/arch/alpha/ |
| D | STYLE | 40 delimiters.
|
| /netbsd/src/external/ibm-public/postfix/dist/ |
| D | COMPATIBILITY | 71 verp support yes (delimiters are configurable)
|
| D | RELEASE_NOTES-1.0 | 315 CRLF record delimiters. The eol attribute understands the following
|
| D | RELEASE_NOTES-1.1 | 656 CRLF record delimiters. The eol attribute understands the following
|
| /netbsd/src/external/bsd/file/dist/magic/magdir/ |
| D | sniffer | 210 …0 belong&0x03FFFFFF 225 (Fibre Channel FC-2 with frame delimiters 226 >20 belong&0x03FFFFFF 241 (Hilscher netAnalyzer with delimiters
|
| /netbsd/src/external/bsd/tre/dist/ |
| D | NEWS | 65 - agrep no longer includes record delimiters in records, so for
|
| /netbsd/src/external/ibm-public/postfix/dist/proto/ |
| D | regexp_table | 72 # delimiters. The regular expression syntax is documented in
|
| /netbsd/src/external/bsd/openldap/dist/doc/drafts/ |
| D | draft-chu-ldap-ldapi-xx.txt | 297 of [RFC3986] since they do not represent URL path delimiters in this
|
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/std/ |
| D | istream | 471 * @brief Extraction without delimiters.
|
| /netbsd/src/external/cddl/osnet/dist/lib/libdtrace/common/ |
| D | dt_parser.c | 198 static const char delimiters[] = " \t\n\r\v\f*`"; in dt_type_lookup() local 206 if (p == end || (q = strpbrk(p + 1, delimiters)) == NULL) in dt_type_lookup()
|
| /netbsd/src/external/gpl3/binutils/dist/gas/doc/ |
| D | c-i386.texi | 809 @cindex operand delimiters, i386 817 @cindex operand delimiters, x86-64
|
| D | internals.texi | 961 If you define this macro, GAS will treat single quotes as string delimiters. 962 Normally only double quotes are accepted as string delimiters.
|
| /netbsd/src/crypto/external/bsd/heimdal/dist/include/ |
| D | config.h.w32 | 102 /* Define is backslashes act as path name delimiters */
|
| /netbsd/src/external/bsd/flex/dist/ |
| D | ONEWS | 271 are expressions enclosed inside "[:" and ":]" delimiters (which
|
| /netbsd/src/external/lgpl3/gmp/dist/mpn/ |
| D | asm-defs.m4 | 54 dnl The m4 comment delimiters are left at # and \n, the normal assembler
|