atoi               94 sys/lib/vsprintf.c 			width = atoi(&fmt);
atoi               59 usr/bin/nice/nice.c 		niceness = atoi (argv[1] + 1);
atoi               66 usr/bin/nice/nice.c 			niceness = atoi (optarg);
atoi               57 usr/bin/sleep/sleep.c 	if ((secs = atoi(*argv)) > 0)
atoi              113 usr/lib/libsa/vsprintf.c 			width = atoi(&fmt);
atoi              131 usr/sample/tetris/tetris.c 			level = atoi(optarg);
atoi              219 usr/sbin/pmctrl/pmctrl.c 		timeout = atoi(argv[2]);
atoi              236 usr/sbin/pmctrl/pmctrl.c 		timeout = atoi(argv[2]);