Home | History | Annotate | Download | only in iputils

Lines Matching refs:strtol

1353 		tos = (int)strtol(cp, &ep, 16);
1355 tos = (int)strtol(str, &ep, 10);