Lines Matching refs:comma
73 static const char *comma = ",";
112 token = strtok_r(NULL, comma, &lasts);
139 token = strtok_r(input_string, comma, &lasts);
158 } while ((token = strtok_r(NULL, comma, &lasts)) != NULL);
397 token = strtok_r(block_string, comma, &lasts);
417 } while ((token = strtok_r(NULL, comma, &lasts)) !=
428 token = strtok_r(params_string, comma, &lasts);
449 } while ((token = strtok_r(NULL, comma, &lasts))
472 token = strtok_r(alg_names, comma, &lasts);
494 } while ((token = strtok_r(NULL, comma, &lasts)) !=