Home | History | Annotate | Download | only in mount_tmpfs

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);