Searched refs:option_str (Results 1 – 1 of 1) sorted by relevance
2236 char buf[256], *option_str; in osnoise_options_write() 2247 option_str = strstrip(buf); in osnoise_options_write() 2250 option_str = strstrip(&buf[3]); in osnoise_options_write() 2254 option = match_string(osnoise_options_str, OSN_MAX, option_str); in osnoise_options_write() 2232 char buf[256], *option_str; osnoise_options_write() local