Searched refs:in_name (Results 1 – 2 of 2) sorted by relevance
285 char *SearchDefValWithOption(const char *in_name) in SearchDefValWithOption() argument287 char *name = strdup(in_name); in SearchDefValWithOption()288 int len_name = strlen(in_name); in SearchDefValWithOption()300 debug_printf("REFERED(%s)=[%s]\n", in_name, value ? value : "(NULL)"); in SearchDefValWithOption()
322 char *SearchDefValWithOption(const char *in_name) in SearchDefValWithOption() argument324 char *name = strdup(in_name); in SearchDefValWithOption()325 int len_name = strlen(in_name); in SearchDefValWithOption()337 debug_printf("REFERED(%s)=[%s]\n", in_name, value ? value : "(NULL)"); in SearchDefValWithOption()