Home | History | Annotate | Download | only in hostapd

Lines Matching full:endp

2496 		char *endp;
2509 bss->ctrl_interface_gid = strtol(group, &endp, 10);
2510 if (*group == '\0' || *endp != '\0') {