Lines Matching defs:endp
49 char *endp;66 val = simple_strtoull(str, &endp, 0);67 if (str == endp)69 str = endp;72 endval = simple_strtoull(str, &endp, 0);73 if (str == endp)75 str = endp;111 char *endp;121 type = simple_strtoull(str, &endp, 0);122 if (str == endp)124 str = endp;