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

/freebsd-10.0-release/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.c44 * ANNOUNCE - announce to a user that a talk is wanted
165 rp->answer = announce(mp, hp->h_name);
170 * This is an explicit re-announce, so update the id_num
171 * field to avoid duplicates and re-announce the talk.
175 rp->answer = announce(mp, hp->h_name);
H A Dannounce.c36 static char sccsid[] = "@(#)announce.c 8.3 (Berkeley) 4/28/95";
68 * See if the user is accepting messages. If so, announce that
72 announce(CTL_MSG *request, const char *remote_machine) function
/freebsd-10.0-release/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.0-release/kerberos5/libexec/kdc/
H A DMakefile8 announce.c \
/freebsd-10.0-release/sys/cam/
H A Dcam_xpt_internal.h54 xpt_announce_periph_func announce; member in struct:xpt_xport
H A Dcam_xpt.c1053 (*(path->bus->xport->announce))(periph);
4815 * peripheral is the passthrough driver, announce it. This insures that the
4842 * attached. For any devices like that, announce the
/freebsd-10.0-release/usr.bin/mail/
H A Dmain.c284 announce();
H A Dextern.h82 void announce(void);
H A Dcmd3.c539 announce();
H A Dlex.c592 announce(void) function
/freebsd-10.0-release/sys/kern/
H A Dinit_main.c341 SYSINIT(announce, SI_SUB_COPYRIGHT, SI_ORDER_FIRST, print_caddr_t,
/freebsd-10.0-release/contrib/sendmail/src/
H A Dqueue.c335 ** announce -- if true, tell when you are queueing up.
347 queueup(e, announce, msync)
349 bool announce;
742 if (announce)
/freebsd-10.0-release/sys/cam/ata/
H A Data_xpt.c205 .announce = ata_announce_periph,
/freebsd-10.0-release/sys/cam/scsi/
H A Dscsi_xpt.c595 .announce = scsi_announce_periph,

Completed in 134 milliseconds