Home | History | Annotate | Download | only in libxtables

Lines Matching refs:uts

1952 	static struct utsname uts;
1955 if (uname(&uts) == -1) {
1961 sscanf(uts.release, "%d.%d.%d", &x, &y, &z);