Searched refs:strtok (Results 126 - 150 of 210) sorted by relevance

123456789

/netbsd-current/external/bsd/top/dist/machine/
H A Dm_hpux9.c624 s = strtok(ps->pst_cmd, "\t \n");
/netbsd-current/external/mpl/dhcp/dist/tests/
H A Dt_api.c750 while ((p = strtok(line, "\t")) && (cnt < T_MAXTOKS)) {
/netbsd-current/sbin/ccdconfig/
H A Dccdconfig.c605 for (tok = cp; (tok = strtok(tok, ",")) != NULL; tok = NULL) {
/netbsd-current/games/wump/
H A Dwump.c424 if (!(p = strtok(room_list, " \t\n"))) {
/netbsd-current/crypto/external/bsd/openssl/dist/apps/
H A Dopenssl.c214 for (valp = val; (item = strtok(valp, ",")) != NULL; valp = NULL) {
/netbsd-current/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Drs6000-gen-builtins.cc2423 /* Avoid side effects of strtok on the original string by using a copy. */
2437 tok = strtok (buf, "_");
2439 tok = strtok (0, "_");
2443 tok = strtok (0, "_");
2451 tok = strtok (0, "_");
/netbsd-current/usr.sbin/sysinst/
H A Dgpt.c302 (void)strtok(textbuf, "\n"); /* ignore first line */
303 while ((t = strtok(NULL, "\n")) != NULL) {
1207 t = strtok(textbuf, "\n"); /* first line is special */
1214 while ((t = strtok(NULL, "\n")) != NULL) {
H A Dnet.c410 (void)strtok(textbuf, "\n"); /* ignore first line */
411 while ((t = strtok(NULL, "\n")) != NULL) {
/netbsd-current/external/gpl2/groff/dist/src/devices/grops/
H A Dpsrm.cpp1087 char *p = strtok(buf, " \t\r\n");
1090 char *q = strtok(0, " \t\r\n");
/netbsd-current/external/gpl2/xcvs/dist/src/
H A Dsubr.c190 for (cp = strtok (line, sepchars); cp; cp = strtok (NULL, sepchars))
/netbsd-current/external/bsd/nvi/dist/ex/
H A Dex_cscope.c347 for (pathp = csc->paths, p = strtok(csc->pbuf, ":");
348 p != NULL; p = strtok(NULL, ":"))
/netbsd-current/external/lgpl3/gmp/dist/tune/
H A Dspeed.c1241 for (s = strtok (optarg, ","); s != NULL; s = strtok (NULL, ","))
/netbsd-current/bin/sh/
H A Dredir.c939 for (s = strtok(s, ","); s; s = strtok(NULL, ",")) {
/netbsd-current/libexec/identd/
H A Didentd.c394 if ((p = strtok(p, " \t,")) != NULL) {
396 if ((p = strtok(NULL, " \t,")) != NULL)
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-profile.c616 for (char *p = strtok (str, ";"); p != NULL; p = strtok (NULL, ";"))
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-profile.cc619 for (char *p = strtok (str, ";"); p != NULL; p = strtok (NULL, ";"))
/netbsd-current/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-pragma.cc827 for (char *p = strtok (args, ","); p; p = strtok (NULL, ","))
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Di386-builtins.c2072 token = strtok (tok_str, ",");
2080 token = strtok (NULL, ",");
2109 token = strtok (NULL, ",");
/netbsd-current/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386-builtins.cc2076 token = strtok (tok_str, ",");
2084 token = strtok (NULL, ",");
2113 token = strtok (NULL, ",");
/netbsd-current/external/bsd/ntp/dist/ntpd/
H A Drefclock_acts.c387 strtok(tbuf, " ");
/netbsd-current/sbin/mount/
H A Dmount.c343 for (opt = optbuf; (opt = strtok(opt, ",")) != NULL; opt = NULL) {
/netbsd-current/external/mit/libuv/dist/test/
H A Dtest-list.h432 TEST_DECLARE (strtok)
1102 TEST_ENTRY (strtok)
/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dtc-nios2.c1596 for (regname = strtok (token, "{ }");
1598 regname = strtok (NULL, "{ }"))
3679 insn->insn_tokens[0] = strtok (op_strdup, " ");
3680 argstr = strtok (NULL, "");
/netbsd-current/external/gpl3/binutils/dist/gprofng/src/
H A Dgp-display-text.cc710 strtok (script, NTXT ("\n"));
713 cmd = strtok (script, NTXT (" \t"));
724 char *remainder = strtok (NULL, NTXT ("\n"));
733 char *nextarg = strtok (remainder, NTXT ("\n"));
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-nios2.c1601 for (regname = strtok (token, "{ }");
1603 regname = strtok (NULL, "{ }"))
3688 insn->insn_tokens[0] = strtok (op_strdup, " ");
3689 argstr = strtok (NULL, "");

Completed in 235 milliseconds

123456789