Lines Matching refs:atoi
273 snprintf(port, sizeof(port), "%d", atoi(display)); in LockServer()
695 defaultPointerControl.num = atoi(argv[i]); in ProcessCommandLine()
704 auditTrailLevel = atoi(argv[i]); in ProcessCommandLine()
721 defaultKeyboardControl.click = atoi(argv[i]); in ProcessCommandLine()
730 defaultColorVisualClass = atoi(argv[i]); in ProcessCommandLine()
749 monitorResolution = atoi(argv[i]); in ProcessCommandLine()
755 displayfd = atoi(argv[i]); in ProcessCommandLine()
775 defaultKeyboardControl.bell = atoi(argv[i]); in ProcessCommandLine()
815 limitDataSpace = atoi(argv[i]); in ProcessCommandLine()
826 limitNoFile = atoi(argv[i]); in ProcessCommandLine()
834 limitStackSpace = atoi(argv[i]); in ProcessCommandLine()
856 LimitClients = atoi(argv[i]); in ProcessCommandLine()
894 defaultScreenSaverInterval = ((CARD32) atoi(argv[i])) * in ProcessCommandLine()
914 defaultScreenSaverTime = ((CARD32) atoi(argv[i])) * in ProcessCommandLine()
927 defaultPointerControl.threshold = atoi(argv[i]); in ProcessCommandLine()
936 TimeOutValue = ((CARD32) atoi(argv[i])) * MILLI_PER_SECOND; in ProcessCommandLine()
1006 SmartScheduleInterval = atoi(argv[i]); in ProcessCommandLine()
1014 SmartScheduleMaxSlice = atoi(argv[i]); in ProcessCommandLine()