Home | History | Annotate | Download | only in tcpdchk

Lines Matching defs:whitespace

76 static char whitespace[] = " \t\r\n";
138 service = strtok(buf, whitespace); /* service */
142 strtok((char *) 0, whitespace); /* endpoint */
143 protocol = strtok((char *) 0, whitespace);
144 (void) strtok((char *) 0, whitespace); /* wait */
145 if ((user = strtok((char *) 0, whitespace)) == 0)
150 if ((path = strtok((char *) 0, whitespace)) == 0)
163 if ((path = strtok((char *) 0, whitespace)) == 0)
166 if ((arg0 = strtok((char *) 0, whitespace)) == 0) {
177 if ((arg0 = strtok((char *) 0, whitespace)) == 0) {
182 if ((arg1 = strtok((char *) 0, whitespace)) == 0)