Searched refs:strtok (Results 26 - 50 of 210) sorted by relevance

123456789

/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/nds32/
H A Dnds32-isr.c118 id_str = strtok (id_str, "=");
119 value_str = strtok (NULL, ";");
122 value_str = strtok (value_str, ",");
141 value_str = strtok (NULL, ",");
209 id_str = strtok (id_str, "=");
210 value_str = strtok (NULL, ";");
213 value_str = strtok (value_str, ",");
231 value_str = strtok (NULL, ",");
260 vectors_str = strtok (vectors_str, "=");
261 value_str = strtok (NUL
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/config/nds32/
H A Dnds32-isr.cc118 id_str = strtok (id_str, "=");
119 value_str = strtok (NULL, ";");
122 value_str = strtok (value_str, ",");
141 value_str = strtok (NULL, ",");
209 id_str = strtok (id_str, "=");
210 value_str = strtok (NULL, ";");
213 value_str = strtok (value_str, ",");
231 value_str = strtok (NULL, ",");
260 vectors_str = strtok (vectors_str, "=");
261 value_str = strtok (NUL
[all...]
/netbsd-current/usr.sbin/rpc.pcnfsd/
H A Dpcnfsd_print.c355 strlcpy(req_id, strtok(&resbuf[14], delims),
407 cp = strtok(buff, delims);
417 cp = strtok(NULL, delims);
420 cp = strtok(NULL, delims);
432 cp = strtok(NULL, delims);
435 cp = strtok(NULL, delims);
444 cp = strtok(NULL, delims);
454 cp = strtok(NULL, delims);
459 cp = strtok(NULL, delims);
469 cp = strtok(NUL
[all...]
H A Dpcnfsd_misc.c513 kw = strtok(buff, " \t");
516 val = strtok(NULL, " \t");
535 arg1 = strtok(NULL, " \t");
536 arg2 = strtok(NULL, "");
/netbsd-current/external/gpl3/gdb.old/dist/sim/erc32/
H A Dfunc.c349 if ((cmd1 = strtok(NULL, " \t\n\r")) != NULL) {
351 if ((cmd2 = strtok(NULL, " \t\n\r")) != NULL) {
380 if ((cmd1 = strtok (cmdsave2, " \t")) != NULL) {
387 if ((cmd1 = strtok(NULL, " \t\n\r")) != NULL) {
394 if ((cmd1 = strtok(NULL, " \t\n\r")) != NULL) {
406 if ((cmd1 = strtok(NULL, " \t\n\r")) == NULL) {
412 if ((cmd1 = strtok(NULL, " \t\n\r")) == NULL) {
420 if ((cmd1 = strtok(NULL, " \t\n\r")) != NULL) {
425 if ((cmd1 = strtok(NULL, " \t\n\r")) != NULL) {
428 if ((cmd2 = strtok(NUL
[all...]
/netbsd-current/external/gpl3/gdb/dist/sim/erc32/
H A Dfunc.c341 if ((cmd1 = strtok(NULL, " \t\n\r")) != NULL) {
343 if ((cmd2 = strtok(NULL, " \t\n\r")) != NULL) {
372 if ((cmd1 = strtok (cmdsave2, " \t")) != NULL) {
379 if ((cmd1 = strtok(NULL, " \t\n\r")) != NULL) {
386 if ((cmd1 = strtok(NULL, " \t\n\r")) != NULL) {
398 if ((cmd1 = strtok(NULL, " \t\n\r")) == NULL) {
404 if ((cmd1 = strtok(NULL, " \t\n\r")) == NULL) {
412 if ((cmd1 = strtok(NULL, " \t\n\r")) != NULL) {
417 if ((cmd1 = strtok(NULL, " \t\n\r")) != NULL) {
420 if ((cmd2 = strtok(NUL
[all...]
/netbsd-current/usr.sbin/tcpdchk/
H A Dtcpdchk.c291 for (cp = strtok(buf, sep); cp != 0; cp = next) {
293 next = strtok((char *) 0, sep);
311 for (cp = strtok(buf, sep); cp != 0; cp = strtok((char *) 0, sep)) {
341 for (cp = strtok(buf, sep); cp != 0; cp = strtok((char *) 0, sep)) {
/netbsd-current/tests/lib/libc/stdlib/
H A Dh_getopt_long.c62 optstring = strtok(&line[11], WS);
78 ptr = strtok(&line[10], WS);
153 args[nargs = 0] = strtok(&line[6], WS);
158 while ((args[++nargs] = strtok(NULL, WS)) != NULL)
166 result = strtok(&line[8], WS);
/netbsd-current/external/gpl2/groff/dist/src/devices/xditview/
H A Ddevice.c119 p = strtok(buf, WS);
140 q = strtok((char *)0, WS);
207 p = strtok(buf, WS);
209 if (p && strcmp(p, "charset") == 0 && strtok((char *)0, WS) == 0)
413 name = strtok(buf, WS);
416 p = strtok((char *)0, WS);
434 p = strtok((char *)0, WS);
439 p = strtok((char *)0, WS);
/netbsd-current/external/mit/libuv/dist/test/
H A Dtest-strtok.c26 #include "../src/strtok.h"
27 #include "../src/strtok.c"
61 TEST_IMPL(strtok) {
/netbsd-current/external/gpl3/binutils/dist/gprofng/src/
H A DMachineModel.cc162 strtok (script, NTXT ("\n"));
165 cmd = strtok (script, NTXT (" \t"));
172 char *remainder = strtok (NULL, NTXT ("\n"));
184 char *nextarg = strtok (remainder, NTXT ("\n"));
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/msp430/
H A Dmsp430-devices.c276 char * heading = strtok (line, ",");
289 heading = strtok (NULL, ",");
319 char * val = strtok (line, ",");
381 val = strtok (NULL, ",");
/netbsd-current/external/gpl3/gcc/dist/gcc/config/msp430/
H A Dmsp430-devices.cc276 char * heading = strtok (line, ",");
289 heading = strtok (NULL, ",");
319 char * val = strtok (line, ",");
381 val = strtok (NULL, ",");
/netbsd-current/external/gpl3/binutils.old/dist/gprofng/src/
H A DMachineModel.cc162 strtok (script, NTXT ("\n"));
165 cmd = strtok (script, NTXT (" \t"));
172 char *remainder = strtok (NULL, NTXT ("\n"));
184 char *nextarg = strtok (remainder, NTXT ("\n"));
/netbsd-current/tests/lib/libc/regex/
H A Dt_regex_att.c411 if ((name = strtok(line, sep)) == NULL)
435 ATF_REQUIRE_MSG((pattern = strtok(NULL, sep)) != NULL,
437 ATF_REQUIRE_MSG((input = strtok(NULL, sep)) != NULL,
457 ATF_REQUIRE_MSG((matches = strtok(NULL, sep)) != NULL,
460 comment = strtok(NULL, sep);
/netbsd-current/external/bsd/openldap/dist/contrib/slapd-modules/ppm/
H A Dppm.c325 if ((word = strtok(start, " \t"))) {
326 if ((value = strtok(NULL, " \t")) == NULL)
330 min = strtok(NULL, " \t");
334 minForPoint = strtok(NULL, " \t");
392 tmpToken = strtok(lDN, ",+");
393 tmpToken = strtok(tmpToken, "=");
394 tmpToken = strtok(NULL, "=");
397 token = strtok(tmpToken, TOKENS_DELIMITERS);
425 token = strtok(NULL, TOKENS_DELIMITERS);
/netbsd-current/lib/libc/string/
H A DMakefile.inc14 strmode.c strsignal.c strtok.c \
54 strsignal.3 strspn.3 strstr.3 strtok.3 strxfrm.3 \
74 MLINKS+=strtok.3 strtok_r.3
/netbsd-current/external/bsd/am-utils/dist/amd/
H A Dops_lustre.c101 for (ptr = strtok(rhost, ":"); ptr; ptr = strtok(NULL, ":")) {
/netbsd-current/external/bsd/am-utils/dist/conf/umount/
H A Dumount_linux.c180 xopts = xstrdup(mp_save->mnt->mnt_opts); /* b/c strtok is destructive */
181 for (opt = strtok(xopts, ","); opt; opt = strtok(NULL, ","))
/netbsd-current/usr.bin/man/
H A Dmanconf.c154 * strtok(3) for all of the parsing is
176 for (++t; (p = strtok(t, " \t\n")) != NULL;
193 for (++t; (p = strtok(t, " \t\n")) != NULL; t = NULL) {
/netbsd-current/external/gpl2/groff/dist/src/libs/libgroff/
H A Drelocate.cpp134 char *tmpathext = strsave(pathext); // strtok modifies this string,
136 char *ext = strtok(tmpathext, PATH_SEP);
145 ext = strtok(0, PATH_SEP);
/netbsd-current/external/bsd/ipf/dist/ipsend/
H A Dipsopt.c161 for (s = strtok(cp, ","); s; s = strtok(NULL, ",")) {
H A Dipsend.c122 t = strtok(s, ",");
123 t = strtok(NULL, ",");
129 if ((t = strtok(NULL, ",")))
136 if ((t = strtok(NULL, ",")))
/netbsd-current/tests/lib/libpthread/
H A Dh_resolv.c85 for (ptr = strtok(line, WS); ptr; ptr = strtok(NULL, WS))
/netbsd-current/lib/libutil/
H A Dgetfsspecname.c138 for (dk = strtok(drives, " "); dk != NULL; dk = strtok(NULL, " ")) {

Completed in 197 milliseconds

123456789