Home
last modified time | relevance | path

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

/freebsd/bin/ps/
H A Dkeyword.c68 {"%cpu", {NULL}, "%CPU", "percent-cpu", 0, pcpu, 0, UNSPEC, NULL},
69 {"%mem", {NULL}, "%MEM", "percent-memory", 0, pmem, 0, UNSPEC, NULL},
72 {"acflg", {"acflag"}, NULL, NULL, 0, NULL, 0, UNSPEC, NULL},
74 UNSPEC, NULL},
75 {"blocked", {"sigmask"}, NULL, NULL, 0, NULL, 0, UNSPEC, NULL},
76 {"caught", {"sigcatch"}, NULL, NULL, 0, NULL, 0, UNSPEC, NULL},
78 UNSPEC, NULL},
79 {"comm", {NULL}, "COMMAND", "command", LJUST, ucomm, 0, UNSPEC, NULL},
81 UNSPEC, NULL},
84 {"cpu", {NULL}, "C", "on-cpu", 0, cpunum, 0, UNSPEC, NULL},
[all …]
H A Dps.h35 enum type { UNSPEC, /* For output routines that don't care and aliases. */ enumerator
H A Dprint.c750 case UNSPEC: in printval()
/freebsd/sbin/bsdlabel/
H A Dbsdlabel.c121 UNSPEC, EDIT, READ, RESTORE, WRITE, WRITEBOOT enumerator
122 } op = UNSPEC;
170 if (op != UNSPEC) in main()
175 if (op != UNSPEC) in main()
186 if (op != UNSPEC) in main()
225 if (installboot && op == UNSPEC) in main()
227 else if (op == UNSPEC) in main()
232 case UNSPEC: in main()
/freebsd/contrib/tzcode/
H A Dlocaltime.c228 static char const UNSPEC[] = "-00"; variable
234 enum { CHARS_EXTRA = max(sizeof UNSPEC, 2) - 1 };
364 return memcmp(abbr, UNSPEC, sizeof UNSPEC) == 0; in ttunspecified()
1659 strcpy(sp->chars, UNSPEC); in tzset_unlocked_name()