Searched refs:osrev_str (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/lldb/source/Host/freebsd/
H A DHostInfoFreeBSD.cpp35 char osrev_str[12]; local
40 ::snprintf(osrev_str, sizeof(osrev_str), "%-8.8u", osrev);
41 s.assign(osrev_str);
/freebsd-12-stable/contrib/llvm-project/lldb/source/Host/openbsd/
H A DHostInfoOpenBSD.cpp34 char osrev_str[12]; local
39 ::snprintf(osrev_str, sizeof(osrev_str), "%-8.8u", osrev);
40 s.assign(osrev_str);
/freebsd-12-stable/contrib/llvm-project/lldb/source/Host/netbsd/
H A DHostInfoNetBSD.cpp47 char osrev_str[12]; local
52 ::snprintf(osrev_str, sizeof(osrev_str), "%-10.10d", osrev);
53 s.assign(osrev_str);

Completed in 174 milliseconds