Home | History | Annotate | Download | only in hostapd

Lines Matching full:endp

2262 			char *endp;
2276 bss->ctrl_interface_gid = strtol(group, &endp, 10);
2277 if (*group == '\0' || *endp != '\0') {