Lines Matching defs:currp
554 char *currp;
756 type = strtoul(value, &currp, 0);
757 if (errno != 0 || value == currp || type > 65535 ||
758 (*currp != ',' && *currp != '\0')) {
770 if ((hwtype = get_hw_type(&currp, ierrnop)) == -2) {
774 if (*currp++ != ',') {
779 if (*currp == ',' || *currp == '\0') {
782 tstamp = strtoul(currp, &cp2, 0);
783 if (errno != 0 || currp == cp2) {
788 currp = cp2;
790 maclen = get_mac_addr(currp, ierrnop,
807 if (*currp++ != ',') {
812 enterp = strtoul(currp, &cp2, 0);
814 if (errno != 0 || currp == cp2 ||
841 if ((hwtype = get_hw_type(&currp, ierrnop)) == -2) {
845 maclen = get_mac_addr(currp, ierrnop, &dll.dll_hwtype,
857 if (*currp == ',')
858 currp++;
859 vallen = strlen(currp);
861 if (hexascii_to_octet(currp, vallen, optstart + 2,
907 currp = strchr(valuep, ' ');
908 if (currp != NULL)
909 *currp = '\0';
918 valuep = currp;