Home | History | Annotate | Download | only in lib

Lines Matching refs:strtol

545     port = strtol(portptr + 1, &rest, 10);  /* Port number must be decimal */
1192 port = strtol(part, NULL, 10); /* Port number must be decimal */