Searched refs:kfd (Results 1 - 11 of 11) sorted by relevance

/freebsd-11-stable/crypto/heimdal/appl/kf/
H A DMakefile.am7 libexec_PROGRAMS = kfd
9 man_MANS = kf.1 kfd.8
13 kfd_SOURCES = kfd.c kf_locl.h
H A DMakefile.in47 libexec_PROGRAMS = kfd$(EXEEXT)
110 am_kfd_OBJECTS = kfd.$(OBJEXT)
402 man_MANS = kf.1 kfd.8
404 kfd_SOURCES = kfd.c kf_locl.h
534 kfd$(EXEEXT): $(kfd_OBJECTS) $(kfd_DEPENDENCIES)
535 @rm -f kfd$(EXEEXT)
545 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/kfd.Po@am__quote@
/freebsd-11-stable/kerberos5/libexec/kfd/
H A DMakefile3 PROG= kfd
4 MAN= kfd.8
/freebsd-11-stable/etc/rc.d/
H A Dkfd6 # PROVIDE: kfd
12 name=kfd
H A DMakefile252 _kfd= kfd
/freebsd-11-stable/kerberos5/libexec/
H A DMakefile6 kdigest kfd kimpersonate kpasswdd kcm
/freebsd-11-stable/tools/tools/kttcp/
H A Dkttcp.c105 int c, error, s, verbose, s2, kfd; local
194 if ((kfd = open(KTTCP_DEVICE, O_RDWR, 666)) == -1)
259 if (ioctl(kfd, cmd, &kio) == -1)
303 close(kfd);
/freebsd-11-stable/contrib/ipfilter/ipsend/
H A Dsock.c104 static int kfd = -1; local
107 if (kfd == -1)
108 kfd = open(KMEM, O_RDONLY);
110 if (lseek(kfd, offset, SEEK_SET) == -1)
115 if (read(kfd, buf, n) == -1)
/freebsd-11-stable/targets/pseudo/userland/kerberos5/
H A DMakefile.depend36 kerberos5/libexec/kfd \
/freebsd-11-stable/sbin/gbde/
H A Dgbde.c208 int kfd, klen, bpos = 0; local
212 kfd = open(keyfile, O_RDONLY, 0);
213 if (kfd < 0)
215 klen = read(kfd, buf1, BUFSIZ);
218 close(kfd);
/freebsd-11-stable/contrib/wpa/src/utils/
H A Deloop.c1335 int kfd; local
1338 kfd = kqueue();
1339 if (kfd == -1)
1342 kevent(kfd, &ke1, 1, &ke2, 1, NULL);
1343 close(kfd);

Completed in 192 milliseconds