Searched refs:open_paren (Results 1 - 1 of 1) sorted by relevance

/system/core/toolbox/
H A Dtop.c325 char buf[MAX_LINE], *open_paren, *close_paren; local
334 open_paren = strchr(buf, '(');
336 if (!open_paren || !close_paren) return 1;
338 *open_paren = *close_paren = '\0';
339 strncpy(proc->tname, open_paren + 1, THREAD_NAME_LEN);

Completed in 3506 milliseconds