Lines Matching refs:token
430 char *token;
441 token = strtok(optlist_copy, delimiter);
445 if (token == NULL) {
448 } else if ((return_value = is_option(token, opt, errp)) != NULL) {
453 while (token != NULL) {
454 token = NULL;
455 token = strtok(NULL, delimiter);
457 * If token is NULL then then we are at the end of the list
461 if (token == NULL) {
465 is_option(token, opt, errp)) != NULL) {