Home
last modified time | relevance | path

Searched refs:toks (Results 1 – 2 of 2) sorted by relevance

/dpdk/drivers/net/ark/
H A Dark_pktchkr.c362 const char toks[] = "=\n\t\v\f \r"; in ark_pktchkr_parse() local
363 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()
H A Dark_pktgen.c343 const char toks[] = " =\n\t\v\f \r"; in ark_pktgen_parse() local
344 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()