Lines Matching refs:strtol
61 screen = strtol(argv[2], NULL, 0);
67 attr.screenWindowXoffset = strtol(argv[3], NULL, 0);
68 attr.screenWindowYoffset = strtol(argv[4], NULL, 0);
69 attr.screenWindowWidth = strtol(argv[5], NULL, 0);
70 attr.screenWindowHeight = strtol(argv[6], NULL, 0);
76 attr.rootWindowXoffset = strtol(argv[7], NULL, 0);
77 attr.rootWindowYoffset = strtol(argv[8], NULL, 0);
78 attr.rootWindowWidth = strtol(argv[9], NULL, 0);
79 attr.rootWindowHeight = strtol(argv[10], NULL, 0);
82 attr.rootWindowXorigin = strtol(argv[11], NULL, 0);
83 attr.rootWindowYorigin = strtol(argv[12], NULL, 0);