Home | History | Annotate | Download | only in wpa_supplicant_lib

Lines Matching defs:endp

793 		char *endp;
797 type = (int)strtol(cp, &endp, 0);
798 if (endp != cp) {
810 char *endp;
814 type = (int)strtol(cp, &endp, 0);
815 if (endp != cp) {