Home
last modified time | relevance | path

Searched refs:lfile (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/gnu/usr.sbin/mkhybrid/mkhybrid/
DMakefile13 SRCS= data.c block.c low.c lfile.c btree.c node.c record.c lvolume.c \
/openbsd/src/gnu/usr.sbin/mkhybrid/src/
DMakefile.in18 LIBS = @LIBS@ -lhfs -lfile
DMakefile18 LIBS = -lhfs -lfile
/openbsd/src/sbin/pfctl/
Dpfctl.c2533 char *lfile = NULL, *sfile = NULL; in main() local
2674 lfile = optarg; in main()
2951 if (lfile != NULL) in main()
2952 pfctl_state_load(dev, lfile); in main()