Home
last modified time | relevance | path

Searched refs:p_cstr_res (Results 1 – 1 of 1) sorted by relevance

/titanic_44/usr/src/cmd/picl/plugins/sun4u/lw2plus/fcal_leds/
H A Dfc_led_parse.c43 static int get_cstr(str *p_str, cstr *p_cstr_res);
193 get_cstr(str *p_str, cstr *p_cstr_res) in get_cstr() argument
208 if (*p_cstr_res != NULL) in get_cstr()
209 free((void *)(*p_cstr_res)); in get_cstr()
211 *p_cstr_res = ptr; in get_cstr()