Searched refs:toks (Results 1 – 2 of 2) sorted by relevance
362 const char toks[] = "=\n\t\v\f \r"; in ark_pktchkr_parse() local363 argv = strtok(args, toks); in ark_pktchkr_parse()364 v = strtok(NULL, toks); in ark_pktchkr_parse()367 argv = strtok(NULL, toks); in ark_pktchkr_parse()368 v = strtok(NULL, toks); in ark_pktchkr_parse()
343 const char toks[] = " =\n\t\v\f \r"; in ark_pktgen_parse() local344 argv = strtok(args, toks); in ark_pktgen_parse()345 v = strtok(NULL, toks); in ark_pktgen_parse()348 argv = strtok(NULL, toks); in ark_pktgen_parse()349 v = strtok(NULL, toks); in ark_pktgen_parse()