Home | History | Annotate | Download | only in pppd

Lines Matching full:osmin

2006     int osmaj, osmin, ospatch;
2018 osmaj = osmin = ospatch = 0;
2019 sscanf(utsname.release, "%d.%d.%d", &osmaj, &osmin, &ospatch);
2020 kernel_version = KVERSION(osmaj, osmin, ospatch);