Searched refs:out_name (Results 1 – 2 of 2) sorted by relevance
351 const char *const out_name; member421 const char *name, *op, *in_name, *out_name; in start_thread_helper() local427 out_name = t->out_name ? t->out_name : t->filename; in start_thread_helper()437 name = out_name; in start_thread_helper()
59 static int __ikm_find_monitor_name(char *monitor_name, char *out_name) in __ikm_find_monitor_name() argument78 memcpy(out_name, cursor, end-cursor); in __ikm_find_monitor_name()79 out_name[end-cursor] = '\0'; in __ikm_find_monitor_name()81 cursor = strstr(out_name, ":"); in __ikm_find_monitor_name()
Completed in 6 milliseconds