HomeSort by: relevance | last modified time | path
    Searched defs:xstrtol (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/iteconfig/
iteconfig.c 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) function in typeref:typename:long
    [all...]
iteconfig.c 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) function in typeref:typename:long
    [all...]

Completed in 25 milliseconds