Searched refs:sep_opt (Results 1 – 2 of 2) sorted by relevance
68 char *options, *sep_opt; in rnbd_clt_parse_map_options() local83 sep_opt = strstrip(options); in rnbd_clt_parse_map_options()84 while ((p = strsep(&sep_opt, " ")) != NULL) { in rnbd_clt_parse_map_options()
3339 char *options, *sep_opt; in srp_parse_options() local3353 sep_opt = options; in srp_parse_options()3354 while ((p = strsep(&sep_opt, ",\n")) != NULL) { in srp_parse_options()
Completed in 10 milliseconds