Lines Matching refs:comma
72 static const char *comma = ",";
111 token = strtok_r(NULL, comma, &lasts);
138 token = strtok_r(input_string, comma, &lasts);
157 } while ((token = strtok_r(NULL, comma, &lasts)) != NULL);
396 token = strtok_r(block_string, comma, &lasts);
416 } while ((token = strtok_r(NULL, comma, &lasts)) !=
427 token = strtok_r(params_string, comma, &lasts);
448 } while ((token = strtok_r(NULL, comma, &lasts))
471 token = strtok_r(alg_names, comma, &lasts);
493 } while ((token = strtok_r(NULL, comma, &lasts)) !=