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

  /src/usr.sbin/mtree/
mtree.c 85 FILE *spec1, *spec2; local
92 spec1 = stdin;
121 if (spec1 == stdin) {
122 spec1 = fopen(optarg, "r");
123 if (spec1 == NULL)
299 dump_nodes(stdout, "", spec(spec1), Dflag);
303 status = mtree_specspec(spec1, spec2);
305 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 15 milliseconds