Lines Matching defs:endp
180 char *endp;
210 conf.vvc_adver_int = (uint32_t)strtol(optarg, &endp, 0);
211 if ((*endp) != '\0' ||
223 conf.vvc_pri = strtol(optarg, &endp, 0);
224 if ((*endp) != '\0' || conf.vvc_pri < VRRP_PRI_MIN ||
246 conf.vvc_vrid = strtol(optarg, &endp, 0);
247 if ((*endp) != '\0' || conf.vvc_vrid < VRRP_VRID_MIN ||
341 char *endp;
351 conf.vvc_adver_int = (uint32_t)strtol(optarg, &endp, 0);
352 if ((*endp) != '\0' ||
376 conf.vvc_pri = strtol(optarg, &endp, 0);
377 if ((*endp) != '\0' || conf.vvc_pri < VRRP_PRI_MIN ||