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

/freebsd-10-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-10-stable/libexec/talkd/
H A DMakefile5 SRCS= talkd.c announce.c process.c table.c print.c ttymsg.c
H A Dextern.h31 int announce(CTL_MSG *, const char *);
H A Dprocess.c40 * ANNOUNCE - announce to a user that a talk is wanted
161 rp->answer = announce(mp, hp->h_name);
166 * This is an explicit re-announce, so update the id_num
167 * field to avoid duplicates and re-announce the talk.
171 rp->answer = announce(mp, hp->h_name);
H A Dannounce.c32 static char sccsid[] = "@(#)announce.c 8.3 (Berkeley) 4/28/95";
64 * See if the user is accepting messages. If so, announce that
68 announce(CTL_MSG *request, const char *remote_machine) function
/freebsd-10-stable/contrib/ncurses/
H A Ddist.mk64 ALL = ANNOUNCE doc/html/announce.html doc/ncurses-intro.doc doc/hackguide.doc manhtml adahtml
74 # Don't mess with announce.html.in unless you have lynx available!
75 doc/html/announce.html: announce.html.in
76 sed 's,@VERSION@,$(VERSION),' <announce.html.in > $@
78 ANNOUNCE : doc/html/announce.html
79 $(DUMP) doc/html/announce.html > $@
/freebsd-10-stable/kerberos5/libexec/kdc/
H A DMakefile8 announce.c \
/freebsd-10-stable/sys/cam/
H A Dcam_xpt_internal.h56 xpt_announce_periph_func announce; member in struct:xpt_xport
H A Dcam_xpt.c1043 (*(path->bus->xport->announce))(periph);
5034 * peripheral is the passthrough driver, announce it. This insures that the
5061 * attached. For any devices like that, announce the
/freebsd-10-stable/usr.bin/mail/
H A Dmain.c284 announce();
H A Dextern.h82 void announce(void);
H A Dlex.c592 announce(void) function
H A Dcmd3.c541 announce();
/freebsd-10-stable/contrib/netbsd-tests/net/route/
H A Dt_flags.sh333 add_test announce "Tests route flags: announce flag"
/freebsd-10-stable/sys/kern/
H A Dinit_main.c345 SYSINIT(announce, SI_SUB_COPYRIGHT, SI_ORDER_FIRST, print_caddr_t,
/freebsd-10-stable/contrib/sendmail/src/
H A Dqueue.c328 ** announce -- if true, tell when you are queueing up.
340 queueup(e, announce, msync)
342 bool announce;
741 if (announce)
/freebsd-10-stable/sys/cam/ata/
H A Data_xpt.c206 .announce = ata_announce_periph,
/freebsd-10-stable/sys/cam/scsi/
H A Dscsi_xpt.c603 .announce = scsi_announce_periph,

Completed in 265 milliseconds