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

/freebsd-11-stable/sys/contrib/ncsw/inc/
H A Dstring_ext.h40 extern char * strtok ( char * str, const char * delimiters );
51 extern char *strtok(char *str, const char *delimiters);
/freebsd-11-stable/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"
663 /* Sets the delimiters string, if not already set. */
665 Options::set_delimiters (const char *delimiters) argument
668 _delimiters = delimiters;
678 { "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-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_environment.cpp247 int delimiters = 0; // Number of delimiters in input string. local
252 // Loop thru all the vars in environment block. Count delimiters (maximum
253 // number of variables is number of delimiters plus one).
261 ++delimiters;
267 vars = (kmp_env_var_t *)allocate((delimiters + 1) * sizeof(kmp_env_var_t));
279 KMP_DEBUG_ASSERT(count < delimiters + 1);
/freebsd-11-stable/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-11-stable/contrib/unbound/sldns/
H A Dstr2wire.c338 /** find delimiters for type */
367 rrinternal_get_quoted(sldns_buffer* strbuf, const char** delimiters, argument
381 *delimiters = "\"\0";
432 * and skip it while setting delimiters better
543 const char* delimiters, sldns_rdf_type rdftype, size_t* token_strlen)
554 if(sldns_bget_token_par(strbuf, token, (*quoted)?"\"":delimiters,
599 const char* delimiters, sldns_rdf_type rdftype, size_t* token_strlen)
612 parens, pre_data_pos, delimiters, rdftype, &addstrlen))
628 const char* delimiters; local
643 delimiters
541 sldns_parse_rdf_token(sldns_buffer* strbuf, char* token, size_t token_len, int* quoted, int* parens, size_t* pre_data_pos, const char* delimiters, sldns_rdf_type rdftype, size_t* token_strlen) argument
597 sldns_affix_token(sldns_buffer* strbuf, char* token, size_t* token_len, int* quoted, int* parens, size_t* pre_data_pos, const char* delimiters, sldns_rdf_type rdftype, size_t* token_strlen) argument
[all...]
/freebsd-11-stable/contrib/ldns/
H A Drr.c132 const char *delimiters; local
351 delimiters = "\n\t";
354 default : delimiters = "\n\t ";
368 delimiters = "\"\0";
388 rd_buf, rd, delimiters, LDNS_MAX_RDFLEN))) {
405 * and skip it while setting delimiters better
408 delimiters = "\n\t ";
410 delimiters, LDNS_MAX_RDFLEN);
413 delimiters, LDNS_MAX_RDFLEN);
429 delimiters, LDNS_MAX_RDFLE
[all...]
H A Dstr2host.c682 const char *delimiters = "\n\t "; local
707 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-11-stable/contrib/groff/src/roff/groff/
H A Dgroff.cpp736 "-N\tdon't allow newlines within eqn delimiters\n"
/freebsd-11-stable/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-11-stable/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-11-stable/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-11-stable/contrib/ntp/sntp/libevent/build-aux/
H A Dltmain.sh6334 - Space and tab are interpreted as delimiters. They are not treated as
6335 delimiters if they are surrounded by double quotes: "...".
/freebsd-11-stable/contrib/openpam/
H A Dltmain.sh6334 - Space and tab are interpreted as delimiters. They are not treated as
6335 delimiters if they are surrounded by double quotes: "...".
/freebsd-11-stable/contrib/file/
H A Dltmain.sh6337 - Space and tab are interpreted as delimiters. They are not treated as
6338 delimiters if they are surrounded by double quotes: "...".
/freebsd-11-stable/contrib/unbound/
H A Dltmain.sh6334 - Space and tab are interpreted as delimiters. They are not treated as
6335 delimiters if they are surrounded by double quotes: "...".
/freebsd-11-stable/contrib/sqlite3/
H A Dltmain.sh6334 - Space and tab are interpreted as delimiters. They are not treated as
6335 delimiters if they are surrounded by double quotes: "...".
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc615 INTERCEPTOR(char*, strtok, char *str, const char *delimiters) {
617 COMMON_INTERCEPTOR_ENTER(ctx, strtok, str, delimiters);
619 return REAL(strtok)(str, delimiters);
625 // As the delimiters can change, we check them every call.
629 COMMON_INTERCEPTOR_READ_RANGE(ctx, delimiters,
630 REAL(strlen)(delimiters) + 1);
631 return REAL(strtok)(str, delimiters);
637 // delimiters.
641 COMMON_INTERCEPTOR_READ_RANGE(ctx, delimiters, 1);
642 char *result = REAL(strtok)(str, delimiters);
[all...]
/freebsd-11-stable/contrib/gcc/doc/include/
H A Dtexinfo.tex3229 % braces and backslashes are used only as delimiters.
/freebsd-11-stable/contrib/groff/doc/
H A Dtexinfo.tex3128 % braces and backslashes are used only as delimiters.
/freebsd-11-stable/contrib/amd/doc/
H A Dtexinfo.tex4378 % braces and backslashes are used only as delimiters. Perhaps we

Completed in 550 milliseconds