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

  /src/regress/sys/fs/lfs/ckckp/
run_ckckp 6 WFILE=$4
13 $UTILDIR/ckckp $TMPMP $LFSCDEV $GFILE $WFILE
Makefile 19 WFILE?= "work_fs.img" # Work file - will also be as large as the FS
42 ./run_ckckp ${TMPMP} ${LFSCDEV} ${GFILE} ${WFILE} ${PLEX} ${COUNT} ${FSIZE} || \
54 rm -f *.o ckckp cleanalot_async *~ *.core check-all.log ${GFILE} ${WFILE}
  /src/usr.bin/sed/
defs.h 67 char *wfile; /* NULL if no wfile */ member in struct:s_subst
122 WFILE, /* w */
compile.c 125 {'w', 2, WFILE},
285 case WFILE: /* w */
712 char wfile[_POSIX2_LINE_MAX + 1], *q; local in function:compile_flags
716 s->wfile = NULL;
759 warnx("%lu: %s: space missing before w wfile", linenum, fname);
764 q = wfile;
771 if (q == wfile)
772 errx(1, "%lu: %s: no wfile specified", linenum, fname);
773 s->wfile = strdup(wfile);
    [all...]

Completed in 13 milliseconds