Searched refs:UNSPEC (Results 1 – 2 of 2) sorted by relevance
121 UNSPEC, EDIT, READ, RESTORE, WRITE, WRITEBOOT enumerator122 } 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()
120 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()