Searched refs:atoi (Results 1 – 4 of 4) sorted by relevance
35 int atoi(const char * str);
21 int atoi(const char *str) in atoi() function
18 ``int atoi(const char *str)`` 字符串转数字
532 retval = syscall_invoke(SYS_KILL, atoi(argv[1]), SIGKILL, 0, 0, 0, 0, 0, 0); in shell_cmd_kill()