Home
last modified time | relevance | path

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

/freebsd/usr.bin/mt/
H A Dmt.c197 struct mtop mt_com; in main() local
201 bzero(&mt_com, sizeof(mt_com)); in main()
244 mt_com.mt_op = comp->c_code; in main()
249 mt_com.mt_count = mt_density_num(*argv); in main()
250 if (mt_com.mt_count == 0) in main()
252 dcanon = denstostring(mt_com.mt_count); in main()
261 mt_com.mt_count = stringtocomp(*argv); in main()
262 if ((u_int32_t)mt_com.mt_count == 0xf0f0f0f0) in main()
269 mt_com.mt_count = strtol(*argv, &q, 0); in main()
273 && (((mt_com.mt_count <= in main()
[all …]