Searched refs:delimiters (Results 1 - 18 of 18) sorted by relevance

/freebsd-10.0-release/contrib/gperf/src/
H A Doptions.h209 /* Sets the delimiters string, if not already set. */
210 void set_delimiters (const char *delimiters);
H A Doptions.cc67 /* Default delimiters that separate keywords from their attributes. */
104 " -e, --delimiters=DELIMITER-LIST\n"
105 " Allow user to provide a string containing delimiters\n"
661 /* Sets the delimiters string, if not already set. */
663 Options::set_delimiters (const char *delimiters) argument
666 _delimiters = delimiters;
676 { "delimiters", required_argument, NULL, 'e' },
H A Dinput.cc467 "delimiters", &arg))
751 const char *delimiters = option.get_delimiters (); local
910 if (strchr (delimiters, *lp) == NULL)
945 if (strchr (delimiters, *lp) != NULL)
/freebsd-10.0-release/cddl/contrib/opensolaris/common/ctf/
H A Dctf_lookup.c81 static const char delimiters[] = " \t\n\r\v\f*"; local
99 if ((q = strpbrk(p + 1, delimiters)) == NULL)
/freebsd-10.0-release/contrib/llvm/tools/bugpoint/
H A DToolRunner.cpp384 std::string delimiters = " "; local
386 std::string::size_type lastPos = CommandLine.find_first_not_of(delimiters, 0);
387 std::string::size_type pos = CommandLine.find_first_of(delimiters, lastPos);
395 // Skip delimiters. Note the "not_of"
396 lastPos = CommandLine.find_first_not_of(delimiters, pos);
398 pos = CommandLine.find_first_of(delimiters, lastPos);
/freebsd-10.0-release/contrib/ldns/
H A Drr.c124 const char *delimiters; local
357 delimiters = "\n\t";
359 delimiters = "\n\t ";
371 delimiters = "\"\0";
387 if ((c = ldns_bget_token(rd_buf, rd, delimiters,
402 /* go back to before \# and skip it while setting delimiters better */
404 delimiters = "\n\t ";
405 (void)ldns_bget_token(rd_buf, rd, delimiters, LDNS_MAX_RDFLEN);
407 c = ldns_bget_token(rd_buf, rd, delimiters, LDNS_MAX_RDFLEN);
433 c = ldns_bget_token(rd_buf, rd, delimiters, LDNS_MAX_RDFLE
[all...]
H A Dstr2host.c660 const char *delimiters = "\n\t "; local
685 while ((c = ldns_bget_token(str_buf, token, delimiters, LDNS_MAX_RDFLEN)) != -1 && c != 0) {
H A Dltmain.sh4956 - Space and tab are interpreted as delimiters. They are not treated as
4957 delimiters if they are surrounded by double quotes: "...".
/freebsd-10.0-release/contrib/groff/src/roff/groff/
H A Dgroff.cpp736 "-N\tdon't allow newlines within eqn delimiters\n"
/freebsd-10.0-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_parser.c198 static const char delimiters[] = " \t\n\r\v\f*`"; local
206 if (p == end || (q = strpbrk(p + 1, delimiters)) == NULL)
/freebsd-10.0-release/contrib/atf/admin/
H A Dltmain.sh4956 - Space and tab are interpreted as delimiters. They are not treated as
4957 delimiters if they are surrounded by double quotes: "...".
/freebsd-10.0-release/contrib/openbsm/config/
H A Dltmain.sh4989 - Space and tab are interpreted as delimiters. They are not treated as
4990 delimiters if they are surrounded by double quotes: "...".
/freebsd-10.0-release/contrib/openpam/
H A Dltmain.sh4989 - Space and tab are interpreted as delimiters. They are not treated as
4990 delimiters if they are surrounded by double quotes: "...".
/freebsd-10.0-release/contrib/unbound/
H A Dltmain.sh4956 - Space and tab are interpreted as delimiters. They are not treated as
4957 delimiters if they are surrounded by double quotes: "...".
/freebsd-10.0-release/crypto/heimdal/
H A Dltmain.sh4950 - Space and tab are interpreted as delimiters. They are not treated as
4951 delimiters if they are surrounded by double quotes: "...".
/freebsd-10.0-release/contrib/amd/doc/
H A Dtexinfo.tex3058 % braces and backslashes are used only as delimiters.
/freebsd-10.0-release/contrib/gcc/doc/include/
H A Dtexinfo.tex3229 % braces and backslashes are used only as delimiters.
/freebsd-10.0-release/contrib/groff/doc/
H A Dtexinfo.tex3128 % braces and backslashes are used only as delimiters.

Completed in 246 milliseconds