Lines Matching full:atoi
45 int copy_amt = atoi("11");
107 size_t size = atoi("11");
231 size_t n = atoi("10"); // avoid compiler optimizations
244 size_t n = atoi("10"); // avoid compiler optimizations
254 size_t n = atoi("10"); // avoid compiler optimizations
291 size_t n = atoi("11");
415 size_t size = atoi("11");
436 size_t n = atoi("10"); // avoid compiler optimizations
445 size_t n = atoi("10"); // avoid compiler optimizations
462 size_t n = atoi("10");
471 size_t n = atoi("11");
497 size_t n = atoi("11");
503 mode_t mask = atoi("1023"); // 01777 in octal