Searched refs:strtoi (Results 1 – 3 of 3) sorted by relevance
184 if (strtoi(token + 4, &signal)) in actions_parse()189 else if (strtoi(token + 4, &pid)) in actions_parse()
86 __attribute__((__warn_unused_result__)) int strtoi(const char *s, int *res);
362 if (strtoi(proc_entry->d_name, &pid)) { in set_comm_sched_attr()1017 int strtoi(const char *s, int *res) in strtoi() function