Home | History | Annotate | Download | only in util

Lines Matching defs:argp

123 	char *argp;
141 unit = strtoul(argv[1], &argp, 10);
142 if (argp == argv[1])
144 else if (*argp == ':')
145 argp++;
150 switch (*argp) {
152 p->nsamples=atoi(argp+1);
156 p->leap=atoi(argp+1);
160 p->precision=-atoi(argp+1);
167 while (*++argp) {
168 switch (*argp) {