HomeSort by: relevance | last modified time | path
    Searched refs:announce (Results 1 - 22 of 22) sorted by relevancy

  /src/external/bsd/libevent/dist/test/
test.sh 55 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 FAILED
    [all...]
  /src/external/bsd/ntp/dist/sntp/libevent/test/
test.sh 55 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 FAILED
    [all...]
  /src/libexec/talkd/
extern.h 27 /* announce.c */
28 int announce(CTL_MSG *, const char *);
Makefile 7 SRCS= talkd.c announce.c process.c table.c print.c utmpentry.c
process.c 43 * ANNOUNCE - announce to a user that a talk is wanted
101 case ANNOUNCE:
161 rp->answer = announce(mp, hostname);
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, hostname);
announce.c 1 /* $NetBSD: announce.c,v 1.25 2009/03/16 01:13:38 lukem Exp $ */
35 static char sccsid[] = "@(#)announce.c 8.3 (Berkeley) 4/28/95";
37 __RCSID("$NetBSD: announce.c,v 1.25 2009/03/16 01:13:38 lukem Exp $");
63 * Announce an invitation to talk.
67 * See if the user is accepting messages. If so, announce that
71 announce(CTL_MSG *request, const char *remote_machine) function
  /src/sys/dev/scsipi/
scsi_base.c 199 int lun, announce, mode, period, offset; local
205 announce = 0;
221 * are different, announce them.
227 announce = 1;
234 if (announce)
250 int lun, announce, mode; local
256 announce = 0;
264 * are different, announce them.
268 announce = 1;
273 if (announce &
    [all...]
  /src/crypto/external/bsd/heimdal/dist/windows/
NTMakefile.w32 350 # Announce the build directory
353 all:: announce
355 all-tools:: announce-tools
357 test:: announce
359 clean:: announce
361 announce:
365 announce-tools:
  /src/external/gpl3/autoconf/dist/
cfg.mk 40 announcement_Cc_ = $(PACKAGE_BUGREPORT), autotools-announce@gnu.org
54 cp $(gnulib_dir)/build-aux/announce-gen $(srcdir)/build-aux
maint.mk 1256 @$(srcdir)/$(_build-aux)/announce-gen \
1284 @echo '# send the ~/announce-$(my_distdir) e-mail'
1355 $(MAKE) --no-print-directory -s announcement > ~/announce-$(my_distdir)
  /src/crypto/external/bsd/heimdal/dist/kdc/
NTMakefile 87 $(OBJ)\connect.obj $(OBJ)\config.obj $(OBJ)\announce.obj \
  /src/usr.bin/mail/
extern.h 186 void announce(void);
main.c 454 announce();
lex.c 1007 * Announce information about the file we are editing.
1085 * Announce the presence of the current Mail version,
1089 announce(void) function
cmd3.c 931 announce();
  /src/tests/net/route/
t_flags.sh 352 add_test announce "Tests route flags: announce flag"
  /src/sys/dev/dkwedge/
dk.c 481 goto announce;
639 announce:
640 /* Announce our arrival. */
769 /* Announce our departure. */
  /src/sys/netinet/
if_arp.c 423 /* Announce a new entry if requested. */
760 * This allowed either end to announce the desire to receive trailer packets.
1621 dp->dad_arp_announce = 0; /* Will be set when starting to announce */
1726 goto announce;
1728 announce:
1730 * Announce the address.
  /src/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
curl.d 1312 announce, ///
  /src/external/bsd/wpa/dist/wpa_supplicant/
dpp_supplicant.c 5052 struct wpabuf *msg, *announce = NULL; local
5064 announce = dpp_build_reconfig_announcement(
5070 msg = announce;
5086 wpabuf_free(announce);
  /src/external/gpl3/gcc/dist/gcc/cp/
module.cc 3685 void announce (const char *) const;
14462 /* Announce WHAT about the module. */
14465 module_state::announce (const char *what) const
18606 announce ("macros");
18715 announce (flag_module_lazy ? "lazy" : "imported");
19444 announce ("importing");
20675 state->announce ("creating");
20746 state->announce ("finishing");
  /src/external/gpl3/gcc.old/dist/gcc/cp/
module.cc 3519 void announce (const char *) const;
13935 /* Announce WHAT about the module. */
13938 module_state::announce (const char *what) const
17956 announce ("macros");
18065 announce (flag_module_lazy ? "lazy" : "imported");
18683 announce ("importing");
19850 state->announce ("creating");

Completed in 88 milliseconds