Home | History | Annotate | Download | only in pppd

Lines Matching full:patch

240 static void decode_version (char *buf, int *version, int *mod, int *patch);
1934 * Internal routine to decode the version.modification.patch level
1938 int *modification, int *patch)
1944 *patch = 0;
1951 *patch = (int) strtoul (buf, &buf, 10);