atoi              531 src/cmd/cc/dpchk.c 		packflg = atoi(s->name+1);
atoi              553 src/cmd/cc/dpchk.c 		fproundflg = atoi(s->name+1);
atoi              581 src/cmd/cc/dpchk.c 		textflag = atoi(symb);
atoi              603 src/cmd/cc/dpchk.c 		dataflag = atoi(symb);
atoi              730 src/cmd/dist/unix.c 		osx = atoi(u.release) - 4;
atoi              259 src/cmd/gc/esc.c 	em = atoi(note->s + 4);
atoi              542 src/cmd/gc/lex.c 	return atoi(a.size);
atoi               90 src/lib9/flag.c 		*ip = atoi(arg);
atoi              183 src/liblink/sym.c 			ctxt->goarm = atoi(p);
atoi              134 src/pkg/regexp/testdata/testregex.c 	return atoi(xstr);
atoi              316 test/bench/shootout/chameneosredux.c    int n = (argc == 2) ? atoi(argv[1]) : 600;
atoi              130 test/bench/shootout/fannkuch.c     int		n = (argc>1) ? atoi(argv[1]) : 0;
atoi              207 test/bench/shootout/fasta.c     int n = argc > 1 ? atoi( argv[1] ) : 512;
atoi               52 test/bench/shootout/mandelbrot.c     w = h = atoi(argv[1]);
atoi              617 test/bench/shootout/meteor-contest.c       max_solutions = atoi(argv[1]);
atoi              161 test/bench/shootout/nbody.c   int n = atoi(argv[1]);
atoi              121 test/bench/shootout/pidigits.c   pidigits(argc > 1 ? atoi(argv[1]) : 27);
atoi               70 test/bench/shootout/spectral-norm.c   int N = ((argc == 2) ? atoi(argv[1]) : 2000);
atoi               93 test/bench/shootout/threadring.c    data[0] = atoi(argv[1]);