Home
last modified time | relevance | path

Searched refs:atoi (Results 1 – 5 of 5) sorted by relevance

/lib/libc/
Dstdlib.c3 atoi(const char *nptr) in atoi() function
/include/
Dstdlib.h19 int atoi(const char *nptr);
/bin/shell/
Dshell.c51 val = atoi(argv[1]); in Cmd_Exit()
/sbin/sysctl/
Dsysctl.c77 scInt.value = atoi(val); in UpdateVal()
/lib/liblwip/src/api/
Dnetdb.c289 port_nr = atoi(servname); in lwip_getaddrinfo()