Home | History | Annotate | Download | only in rpcinfo

Lines Matching defs:strptr

172 	char *strptr;
207 portnum = (u_short) strtol(optarg, &strptr, 10);
208 if (strptr == optarg || *strptr != '\0')
1510 char *strptr;
1524 prognum = strtoul(arg, &strptr, 0);
1525 if (strptr == arg || *strptr != '\0' ||
1535 char *strptr;
1538 vers = strtoul(arg, &strptr, 0);
1539 if (strptr == arg || *strptr != '\0' ||