Home | History | Annotate | Download | only in jhead

Lines Matching refs:atoi

1145                     unsigned int numerator = atoi(curElement);
1146 unsigned int denominator = atoi(separator + 1);
1154 int numerator = atoi(curElement);
1155 int denominator = atoi(separator + 1);
1162 value = atoi(curElement);