Home | History | Annotate | Download | only in dev

Lines Matching defs:atoi

110 static inline int  atoi(const char *);
1307 atoi(const char *cp)
1328 n = atoi (sc->argbuf);
1345 n = atoi (sc->argbuf);
1826 x = atoi (sc->argbuf);
1839 y = atoi (sc->argbuf);
1854 y = atoi (sc->argbuf);
1858 x = atoi (cp + 1);
1970 x = atoi (sc->argbuf);
1976 y = atoi (cp + 1);