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

/freebsd-9.3-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-9.3-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-9.3-release/contrib/llvm/tools/bugpoint/
H A DToolRunner.cpp412 std::string delimiters = " "; local
414 std::string::size_type lastPos = CommandLine.find_first_not_of(delimiters, 0);
415 std::string::size_type pos = CommandLine.find_first_of(delimiters, lastPos);
423 // Skip delimiters. Note the "not_of"
424 lastPos = CommandLine.find_first_not_of(delimiters, pos);
426 pos = CommandLine.find_first_of(delimiters, lastPos);
/freebsd-9.3-release/contrib/groff/src/roff/groff/
H A Dgroff.cpp736 "-N\tdon't allow newlines within eqn delimiters\n"
/freebsd-9.3-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-9.3-release/contrib/bind9/
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-9.3-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-9.3-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-9.3-release/contrib/file/
H A Dltmain.sh4957 - Space and tab are interpreted as delimiters. They are not treated as
4958 delimiters if they are surrounded by double quotes: "...".
/freebsd-9.3-release/contrib/ntp/sntp/libevent/build-aux/
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-9.3-release/contrib/ntp/sntp/
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-9.3-release/contrib/ntp/
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-9.3-release/contrib/amd/doc/
H A Dtexinfo.tex3058 % braces and backslashes are used only as delimiters.
/freebsd-9.3-release/contrib/gcc/doc/include/
H A Dtexinfo.tex3229 % braces and backslashes are used only as delimiters.
/freebsd-9.3-release/contrib/groff/doc/
H A Dtexinfo.tex3128 % braces and backslashes are used only as delimiters.

Completed in 336 milliseconds