Home
last modified time | relevance | path

Searched refs:PRINT_FLAG (Results 1 – 1 of 1) sorted by relevance

/freebsd/usr.bin/uname/
H A Duname.c167 #define PRINT_FLAG(flags,flag,var) \ macro
181 PRINT_FLAG(flags, SFLAG, sysname); in print_uname()
182 PRINT_FLAG(flags, NFLAG, hostname); in print_uname()
183 PRINT_FLAG(flags, RFLAG, release); in print_uname()
184 PRINT_FLAG(flags, VFLAG, version); in print_uname()
185 PRINT_FLAG(flags, MFLAG, platform); in print_uname()
186 PRINT_FLAG(flags, PFLAG, arch); in print_uname()
187 PRINT_FLAG(flags, IFLAG, ident); in print_uname()
188 PRINT_FLAG(flags, KFLAG, kernvers); in print_uname()
189 PRINT_FLAG(flags, UFLAG, uservers); in print_uname()
[all …]