Home
last modified time | relevance | path

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

/freebsd-14.2/usr.bin/mt/
H A Dmt.c210 struct mtop mt_com; in main() local
214 bzero(&mt_com, sizeof(mt_com)); in main()
257 mt_com.mt_op = comp->c_code; in main()
262 mt_com.mt_count = mt_density_num(*argv); in main()
263 if (mt_com.mt_count == 0) in main()
265 dcanon = denstostring(mt_com.mt_count); in main()
274 mt_com.mt_count = stringtocomp(*argv); in main()
282 mt_com.mt_count = strtol(*argv, &q, 0); in main()
286 && (((mt_com.mt_count <= in main()
293 mt_com.mt_count = 1; in main()
[all …]