Lines Matching full:endp
621 char *endp;
622 ld_state.pagesize = strtoul (arg, &endp, 0);
623 if (*endp != '\0')
625 if (endp[1] == '\0' && tolower (*endp) == 'k')
627 else if (endp[1] == '\0' && tolower (*endp) == 'm')
784 char *endp;
785 unsigned long int level = strtoul (arg, &endp, 10);
786 if (*endp != '\0')
1345 struct pathelement *endp = ld_state.rpath;
1347 endp->next = NULL;
1351 struct pathelement *endp = ld_state.rpath_link;
1353 endp->next = NULL;
1358 struct pathelement *endp = ld_state.runpath;
1360 endp->next = NULL;
1373 struct pathelement *endp = ld_state.runpath_link;
1375 endp->next = NULL;