HomeSort by: relevance | last modified time | path
    Searched refs:spec2 (Results 1 - 4 of 4) sorted by relevancy

  /src/usr.sbin/mtree/
mtree.c 84 FILE *spec1, *spec2; local in function:main
92 spec2 = NULL;
125 } else if (spec2 == NULL) {
126 spec2 = fopen(optarg, "r");
127 if (spec2 == NULL)
276 if (spec2 && (cflag || Cflag || Dflag))
280 if (dir && spec2)
306 if (spec2 != NULL)
307 status = mtree_specspec(spec1, spec2);
  /src/sbin/fsck/
fsck.c 199 const char *spec, *spec2, *mntpt, *type, *cp; local in function:main
203 spec2 = getfsspecname(buf, sizeof(buf), spec);
204 if (spec2 == NULL)
205 spec2 = spec;
207 cp = strrchr(spec2, '/');
210 _PATH_DEV, spec2);
211 spec2 = device;
217 if (fs == NULL && spec != spec2) {
218 fs = getfsspec(spec2);
219 spec = spec2;
    [all...]
  /src/distrib/sets/
regpkg 787 spec2="${SCRATCH}/spec2"
826 } >"${spec2}"
831 # file or directory will not be mentioned in ${spec2}.
839 ${AWK} '{print $1}' <"${spec2}" | ${SORT} >"${names2}"
850 if ${FGREP} -v -f "${names1}" "${spec2}" >/dev/null
857 ${FGREP} -v -f "${names1}" "${spec2}" >&2
869 ${AWK} -f "${rundir}/getdirs.awk" "${spec2}" \
  /src/sys/compat/linux/common/
linux_fdio.h 115 int spec2; member in struct:linux_floppy_fdc_state

Completed in 16 milliseconds