Lines Matching defs:xstrtol
75 long xstrtol(char *);
99 newis.depth = xstrtol(optarg);
112 newis.height = xstrtol(optarg);
118 newib.pitch = xstrtol(optarg);
121 newib.msec = xstrtol(optarg);
125 newib.volume = xstrtol(optarg);
129 newis.width = xstrtol(optarg);
133 newis.x = xstrtol(optarg);
137 newis.y = xstrtol(optarg);
166 val = xstrtol(*argv++);
201 xstrtol(char *s)