HomeSort by: relevance | last modified time | path
    Searched refs:spec1 (Results 1 - 4 of 4) 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.c 125 lflop.spec1 = 0xcf;
130 lflop.spec1 = 0xdf;
135 lflop.spec1 = 0xdf;
linux_fdio.h 53 u_char spec1; member in struct:linux_floppy_struct
114 int spec1; member in struct:linux_floppy_fdc_state
  /src/distrib/sets/
regpkg 786 spec1="${SCRATCH}/spec1"
810 >"${spec1}"
818 "${spec1}" "${metalog}"
820 "${spec1}" /dev/stdin <<EOF
824 cat "${spec1}"
838 ${AWK} '{print $1}' <"${spec1}" | ${SORT} >"${names1}"
840 if ${FGREP} -v -f "${names2}" "${spec1}" >/dev/null
847 ${FGREP} -v -f "${names2}" "${spec1}" >&2

Completed in 14 milliseconds