Home
last modified time | relevance | path

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

/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.c120 static char const UNSPEC[] = "-00"; variable
126 enum { CHARS_EXTRA = max(sizeof UNSPEC, 2) - 1 };
255 return memcmp(abbr, UNSPEC, sizeof UNSPEC) == 0; in ttunspecified()