Searched refs:toks (Results 1 – 4 of 4) sorted by relevance
85 typeset -a toks95 echo "$out" | while IFS=$'\t' read -A toks; do97 case ${toks[0]} in105 typeset prop=${toks[1]}106 typeset val=${toks[2]}
46 typeset -a toks66 echo "$out" | while IFS=$'\t' read -A toks; do68 case ${toks[0]} in94 typeset prop=${toks[1]}95 typeset val=${toks[2]}
348 const char toks[] = " =\n\t\v\f \r"; in ark_pktgen_parse() local349 argv = strtok(args, toks); in ark_pktgen_parse()350 v = strtok(NULL, toks); in ark_pktgen_parse()353 argv = strtok(NULL, toks); in ark_pktgen_parse()354 v = strtok(NULL, toks); in ark_pktgen_parse()
366 const char toks[] = "=\n\t\v\f \r"; in ark_pktchkr_parse() local367 argv = strtok(args, toks); in ark_pktchkr_parse()368 v = strtok(NULL, toks); in ark_pktchkr_parse()371 argv = strtok(NULL, toks); in ark_pktchkr_parse()372 v = strtok(NULL, toks); in ark_pktchkr_parse()