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

/freebsd-10.2-release/usr.bin/mt/
H A Dmt.c111 #define USE_GETOPT 0x20 macro
171 { "getdensity", MT_CMD_GETDENSITY, 0, USE_GETOPT},
172 { "status", MTIOCEXTGET, 0, USE_GETOPT },
173 { "locate", MTIOCEXTLOCATE, 0, USE_GETOPT },
174 { "param", MTIOCPARAMGET, 0, USE_GETOPT },
175 { "protect", MT_CMD_PROTECT, 0, USE_GETOPT },
251 if (comp->c_flags & USE_GETOPT) {
281 } else if ((comp->c_flags & USE_GETOPT) == 0) {
287 if (((comp->c_flags & USE_GETOPT) == 0)

Completed in 92 milliseconds