Lines Matching +full:two +full:- +full:word
59 .Bf -symbolic
67 is used to isolate sequential tokens in a null-terminated string,
95 may also be used to nest two parsing loops within one another, as
111 to parse two strings using separate contexts:
112 .Bd -literal
114 char *sep = "\e\e/:;=-";
115 char *word, *phrase, *brkt, *brkb;
117 strcpy(test, "This;is.a:test:of=the/string\e\etokenizer-function.");
119 for (word = strtok_r(test, sep, &brkt);
120 word;
121 word = strtok_r(NULL, sep, &brkt))
129 printf("So far we're at %s:%s\en", word, phrase);
148 .St -isoC .
153 .St -p1003.1-2001 .
169 .Pf non- Dv NULL