Searched refs:announce (Results 1 - 25 of 26) sorted by relevance

12

/freebsd-13-stable/contrib/ntp/sntp/libevent/test/
H A Dtest.sh55 announce () { function
71 announce Skipping test
78 announce OKAY ;
80 announce FAILED ;
88 announce OKAY ;
90 announce FAILED ;
95 announce "OKAY (output not checked)" ;
97 announce "FAILED (output not checked)" ;
110 announce OKAY ;
112 announce FAILE
[all...]
/freebsd-13-stable/contrib/libevent/test/
H A Dtest.sh55 announce () { function
71 announce Skipping test
78 announce OKAY ;
80 announce FAILED ;
88 announce OKAY ;
90 announce FAILED ;
95 announce "OKAY (output not checked)" ;
97 announce "FAILED (output not checked)" ;
111 announce OKAY ;
113 announce FAILE
[all...]
/freebsd-13-stable/libexec/talkd/
H A DMakefile5 SRCS= talkd.c announce.c process.c table.c print.c ttymsg.c
H A Dextern.h33 int announce(CTL_MSG *, const char *);
H A Dprocess.c42 * ANNOUNCE - announce to a user that a talk is wanted
163 rp->answer = announce(mp, hp->h_name);
168 * This is an explicit re-announce, so update the id_num
169 * field to avoid duplicates and re-announce the talk.
173 rp->answer = announce(mp, hp->h_name);
H A Dannounce.c34 static char sccsid[] = "@(#)announce.c 8.3 (Berkeley) 4/28/95";
66 * See if the user is accepting messages. If so, announce that
70 announce(CTL_MSG *request, const char *remote_machine) function
/freebsd-13-stable/kerberos5/libexec/kdc/
H A DMakefile8 announce.c \
/freebsd-13-stable/sys/dev/oce/
H A Doce_user.h115 int (*announce)(struct oce_dev_info *devinfo); member in struct:oce_rdma_if
H A Doce_if.c2877 if (oce_rdma_if->announce != NULL) {
2909 rdma_if->announce(&di);
/freebsd-13-stable/contrib/ncurses/
H A Ddist.mk68 ALL = ANNOUNCE doc/html/announce.html doc/ncurses-intro.doc doc/hackguide.doc manhtml adahtml
78 # Don't mess with announce.html.in unless you have lynx available!
79 doc/html/announce.html: announce.html.in
83 -e 's,@HOMEPAGE@,$(HOMEPAGE),g' <announce.html.in > $@
85 ANNOUNCE : doc/html/announce.html
86 $(DUMP2) doc/html/announce.html > $@
/freebsd-13-stable/sys/cam/
H A Dcam_xpt_internal.h59 xpt_announce_periph_func announce; member in struct:xpt_xport_ops
78 xpt_proto_announce_func announce; member in struct:xpt_proto_ops
/freebsd-13-stable/crypto/heimdal/kdc/
H A DMakefile.in173 kdc-announce.$(OBJEXT) kdc-main.$(OBJEXT)
479 announce.c \
800 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/kdc-announce.Po@am__quote@
867 kdc-announce.o: announce.c
868 @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(kdc_CFLAGS) $(CFLAGS) -MT kdc-announce.o -MD -MP -MF $(DEPDIR)/kdc-announce.Tpo -c -o kdc-announce.o `test -f 'announce.c' || echo '$(srcdir)/'`announce
[all...]
H A DMakefile.am31 announce.c \
/freebsd-13-stable/usr.bin/mail/
H A Dextern.h84 void announce(void);
H A Dmain.c329 announce();
H A Dlex.c594 announce(void) function
H A Dcmd3.c552 announce();
/freebsd-13-stable/contrib/netbsd-tests/net/route/
H A Dt_flags.sh333 add_test announce "Tests route flags: announce flag"
/freebsd-13-stable/sys/cam/nvme/
H A Dnvme_xpt.c168 .announce = nvme_announce_periph,
183 .announce = nvme_proto_announce,
/freebsd-13-stable/stand/
H A Ddefs.mk126 # Add in the no float / no SIMD stuff and announce we're freestanding
/freebsd-13-stable/sys/cam/ata/
H A Data_xpt.c213 .announce = ata_announce_periph,
230 .announce = ata_proto_announce,
243 .announce = ata_proto_announce,
256 .announce = semb_proto_announce,
/freebsd-13-stable/sys/cam/mmc/
H A Dmmc_xpt.c138 .announce = mmc_announce_periph,
152 .announce = mmc_proto_announce,
/freebsd-13-stable/sys/kern/
H A Dinit_main.c367 SYSINIT(announce, SI_SUB_COPYRIGHT, SI_ORDER_FIRST, print_caddr_t,
/freebsd-13-stable/sys/cam/scsi/
H A Dscsi_xpt.c616 .announce = scsi_announce_periph,
638 .announce = scsi_proto_announce,
/freebsd-13-stable/contrib/sendmail/src/
H A Dqueue.c336 ** announce -- if true, tell when you are queueing up.
348 queueup(e, announce, msync)
350 bool announce;
754 if (announce)

Completed in 283 milliseconds

12