Home
last modified time | relevance | path

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

/freebsd-10-stable/crypto/openssl/util/pl/
DBC-32.pl49 $lfile='';
110 -\$(RM) $lfile$target
111 \$(MKLIB) $lfile$target \@&&!
DVC-32.pl192 $lfile='/out:';
307 $ret.="\t\$(MKLIB) $lfile$target @<<\n $objs\n<<\n";
Dunix.pl45 $lfile='';
DMingw32.pl67 $lfile='';
DOS2-EMX.pl40 $lfile='';
/freebsd-10-stable/sbin/gbde/
Dgbde.c283 cmd_attach(const struct g_bde_softc *sc, const char *dest, const char *lfile) in cmd_attach() argument
295 if (lfile != NULL) { in cmd_attach()
296 ffd = open(lfile, O_RDONLY, 0); in cmd_attach()
298 err(1, "%s", lfile); in cmd_attach()