HomeSort by: relevance | last modified time | path
    Searched defs:spec1 (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/mtree/
mtree.c 84 FILE *spec1, *spec2; local in function:main
91 spec1 = stdin;
120 if (spec1 == stdin) {
121 spec1 = fopen(optarg, "r");
122 if (spec1 == NULL)
303 dump_nodes(stdout, "", spec(spec1), Dflag);
307 status = mtree_specspec(spec1, spec2);
309 status = verify(spec1);
  /src/sys/compat/linux/common/
linux_fdio.h 53 u_char spec1; member in struct:linux_floppy_struct
114 int spec1; member in struct:linux_floppy_fdc_state

Completed in 13 milliseconds