Searched refs:strtok (Results 176 - 200 of 210) sorted by relevance

123456789

/netbsd-current/external/gpl3/gcc.old/dist/gcc/cp/
H A Dcfns.h317 {"strtok", 89},
/netbsd-current/external/bsd/ipf/dist/tools/
H A Dipf_y.y2197 for (i = 0, s = strtok(phrase, " \r\n\t"); s != NULL;
2198 s = strtok(NULL, " \r\n\t"), i++) {
/netbsd-current/external/mpl/dhcp/dist/server/
H A Dldap.c1397 gssapi_user = strtok(running, gssapi_delim);
1402 gssapi_realm = strtok(NULL, gssapi_delim);
/netbsd-current/external/gpl3/binutils/dist/gprofng/src/
H A DStabs.cc947 char *ptr = strtok (dep_buf1, NTXT (":"));
953 while ((ptr = strtok (NULL, NTXT (", "))) != NULL)
/netbsd-current/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-ada-spec.c766 tok = strtok (str, "\n");
771 tok = strtok (NULL, "\n");
/netbsd-current/sbin/sysctl/
H A Dsysctl.c2746 for (s = strtok(s, ","); s; s = strtok(NULL, ",")) {
/netbsd-current/usr.sbin/sysinst/
H A Ddisks.c656 for (xd = strtok(disk_names, " "); xd != NULL; xd = strtok(NULL, " ")) {
/netbsd-current/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-ada-spec.cc766 tok = strtok (str, "\n");
771 tok = strtok (NULL, "\n");
/netbsd-current/crypto/external/bsd/openssl/dist/test/
H A Dsslapitest.c221 for (token = strtok(buffer, " \n"); token != NULL;
222 token = strtok(NULL, " \n")) {
229 if (!TEST_ptr(token = strtok(NULL, " \n")))
233 if (!TEST_ptr(token = strtok(NULL, " \n")))
252 if (!TEST_ptr(token = strtok(NULL, " \n")))
261 if (!TEST_ptr(token = strtok(NULL, " \n")))
307 if (!TEST_ptr(token = strtok(NULL, " \n")))
316 if (!TEST_ptr(token = strtok(NULL, " \n")))
401 * do that by using strtok and confirming that we have more or less the
/netbsd-current/crypto/external/bsd/openssh/dist/
H A Dsession.c1487 for (i = 0, (p = strtok(args, " ")); p; (p = strtok(NULL, " ")))
/netbsd-current/external/gpl3/binutils.old/dist/gprofng/src/
H A DStabs.cc947 char *ptr = strtok (dep_buf1, NTXT (":"));
953 while ((ptr = strtok (NULL, NTXT (", "))) != NULL)
/netbsd-current/external/bsd/ipf/dist/ipsend/
H A Ddlcommon.c1134 while (p = strtok(p, ":")) {
/netbsd-current/external/gpl2/gmake/dist/
H A Dmain.c664 LPSTR prg = strtok(cmdline, " ");
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc605 INTERCEPTOR(char*, strtok, char *str, const char *delimiters) {
607 COMMON_INTERCEPTOR_ENTER(ctx, strtok, str, delimiters);
609 return REAL(strtok)(str, delimiters);
613 // string on the first call (strtok saves this string in a static buffer
614 // for subsequent calls). We do not need to check strtok's result.
621 return REAL(strtok)(str, delimiters);
632 char *result = REAL(strtok)(str, delimiters);
644 #define INIT_STRTOK COMMON_INTERCEPT_FUNCTION(strtok)
/netbsd-current/external/apache2/llvm/dist/clang/tools/c-index-test/
H A Dc-index-test.c4534 s = strtok(line, " ");
4538 s = strtok(0, " ");
/netbsd-current/external/gpl3/binutils/dist/binutils/
H A Ddlltool.c1479 exclude_string = strtok (local_copy, ",:");
1480 for (; exclude_string; exclude_string = strtok (NULL, ",:"))
/netbsd-current/external/gpl3/gdb.old/dist/binutils/
H A Ddlltool.c1477 exclude_string = strtok (local_copy, ",:");
1478 for (; exclude_string; exclude_string = strtok (NULL, ",:"))
/netbsd-current/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dparse.c6098 if (strcmp (strtok (parent1, dot), strtok (parent2, dot)) == 0)
/netbsd-current/external/gpl3/gcc/dist/gcc/fortran/
H A Dparse.cc6436 if (strcmp (strtok (parent1, dot), strtok (parent2, dot)) == 0)
/netbsd-current/external/gpl3/binutils.old/dist/binutils/
H A Ddlltool.c1479 exclude_string = strtok (local_copy, ",:");
1480 for (; exclude_string; exclude_string = strtok (NULL, ",:"))
/netbsd-current/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386-options.cc2768 while ((q = strtok (p, ",")) != NULL)
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_common_interceptors.inc612 INTERCEPTOR(char*, strtok, char *str, const char *delimiters) {
614 COMMON_INTERCEPTOR_ENTER(ctx, strtok, str, delimiters);
616 return REAL(strtok)(str, delimiters);
620 // string on the first call (strtok saves this string in a static buffer
621 // for subsequent calls). We do not need to check strtok's result.
628 return REAL(strtok)(str, delimiters);
639 char *result = REAL(strtok)(str, delimiters);
651 #define INIT_STRTOK COMMON_INTERCEPT_FUNCTION(strtok)
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_common_interceptors.inc631 INTERCEPTOR(char*, strtok, char *str, const char *delimiters) {
633 COMMON_INTERCEPTOR_ENTER(ctx, strtok, str, delimiters);
635 return REAL(strtok)(str, delimiters);
639 // string on the first call (strtok saves this string in a static buffer
640 // for subsequent calls). We do not need to check strtok's result.
647 return REAL(strtok)(str, delimiters);
658 char *result = REAL(strtok)(str, delimiters);
670 #define INIT_STRTOK COMMON_INTERCEPT_FUNCTION(strtok)
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dgcc.cc4042 for (c = strtok (cand, ","); c; c = strtok (NULL, ","))
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Di386-options.c2760 while ((q = strtok (p, ",")) != NULL)

Completed in 402 milliseconds

123456789