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 126 {'w', 2, WFILE},
285 case WFILE: /* w */
707 char wfile[_POSIX2_LINE_MAX + 1], *q; local
711 s->wfile = NULL;
754 sedwarn("space missing before w wfile");
759 q = wfile;
766 if (q == wfile)
767 sederr("no wfile specified");
768 s->wfile = strdup(wfile);
    [all...]

Completed in 15 milliseconds