Lines Matching defs:endp
98 char *endp;101 f = strtof(arg, &endp);102 if (endp && *endp != 0)104 " at %s", arg, endp);118 char *endp;121 f = strtof(arg, &endp);122 if (endp && *endp != 0)124 " at %s", arg, endp);
Indexes created Tue Sep 30 20:09:53 GMT 2025