Lines Matching defs:tokens
831 datadm_parse_line(char *line_buf, char *tokens[], int *token_count)
887 * and update the tokens array.
890 tokens[count] = start;
909 tokens[count] = start;
1006 char *tokens[DATADM_MAX_TOKENS];
1026 retval = datadm_parse_line(line_buf, tokens, &token_count);
1050 (tokens[i], (void *)sp_entry);
1056 sp_conf, line_count, tokens[i - 1]);
1075 "# of tokens: %d, expected %d\n"), sp_conf,
1099 char *tokens[DATADM_MAX_TOKENS];
1123 retval = datadm_parse_line(line_buf, tokens, &token_count);
1194 (tokens[i], arg);
1200 line_count, tokens[i - 1]);
1228 "# of tokens: %d, expected %d\n"), dat_conf,