Searched refs:forward (Results 1 - 25 of 38) sorted by relevance

12

/osnet-11/usr/src/cmd/sendmail/aux/
H A Dmailcompat.c101 ** and forward to /bin/mail, Being sure to delete any
266 char forward[MAXLINE]; local
280 (void) strlcpy(forward, homedir, sizeof (forward));
281 (void) strlcat(forward, "/.forward", sizeof (forward));
282 f = fopen(forward, "r");
284 printf("You have a .forward file in your home directory");
291 if (unlink(forward))
[all...]
H A Dvacation.c1054 char forward[MAXLINE]; local
1124 (void) strlcpy(forward, homedir, sizeof (forward));
1125 (void) strlcat(forward, "/.forward", sizeof (forward));
1126 f = fopen(forward, "r");
1128 printf("You have a .forward file"
1136 if (unlink(forward))
1137 perror("Error removing .forward fil
[all...]
/osnet-11/usr/src/cmd/sendmail/cf/sh/
H A Dcheck-permissions.sh23 # Check :include: aliases (in files configured in sendmail.cf) and .forward
98 # Check .forward files as well. If the argument "ALL" is given, do it for
112 if [ -f $i/.forward ] ; then
113 break_down $i/.forward
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/crypto/des/
H A Dstring2key.c65 int forward; local
106 forward = 1;
131 if (forward)
140 forward = !forward;
/osnet-11/usr/src/lib/librstp/common/
H A Droletrns.c133 port->forward = False;
195 port->forward = True;
235 port->learn = port->forward = False;
251 port->forward = True;
333 if (!port->forward && !port->reRoot) {
348 port->learn && !port->forward) {
357 if (port->reRoot && port->forward) {
381 if (!port->forward && !port->agreed && !port->proposing && !port->operEdge) {
406 (port->learn && !port->forward)) {
416 !port->operEdge && (port->learn || port->forward)) {
[all...]
H A Dsttrans.c125 if (port->forward) {
133 if (!port->forward) {
H A Dport.h90 Bool forward; /* 17.18.4 */ member in struct:port_t
H A Drolesel.c249 port->forward = port->learn = True;
H A Dstp_in.c360 } else if (! port->forward && ! port->learn) {
362 } else if (! port->forward && port->learn) {
/osnet-11/usr/src/grub/grub2/grub-core/lib/powerpc/
H A Drelocator.c50 grub_relocator_forward_size = RELOCATOR_SIZEOF(forward);
103 RELOCATOR_SRC_SIZEOF (forward));
/osnet-11/usr/src/lib/libc/sparc/gen/
H A Dladd.s50 be 1f ! if OK, go forward.
H A Dlsub.s49 be 1f ! if OK, go forward.
H A Dmemmove.s41 cmp %i1, %i0 ! if from address is >= to use forward copy
H A Dlshiftl.s47 be 1f ! if OK, go forward.
/osnet-11/usr/src/grub/grub2/grub-core/lib/mips/
H A Drelocator.c52 grub_relocator_forward_size = RELOCATOR_SIZEOF(forward);
107 RELOCATOR_SRC_SIZEOF (forward));
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/Spec/
H A DCygwin.pm35 Any C<\> (backslashes) are converted to C</> (forward slashes),
/osnet-11/usr/src/lib/libc/sparcv9/gen/
H A Dmemmove.s41 cmp %i1, %i0 ! if from address is >= to use forward copy
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DAutoLoader.pm230 "forward declare" each subroutine (as in C<sub NAME;>). See
231 L<perlsub/"SYNOPSIS">. Such forward declaration creates "subroutine
234 The AutoSplit and B<AutoLoader> modules automate the creation of forward
236 forward declarations of all the AutoSplit subroutines. When the
H A DUNIVERSAL.pm110 this some module authors use a forward declaration (see L<perlsub>)
H A DAutoSplit.pm38 both forward declaration of all package routines, and as timestamp for the
/osnet-11/usr/src/grub/grub-0.97/netboot/
H A Dtlan.c187 u32 forward; member in struct:TLanList
290 /* list->forward = 0; */
299 rx_ring[i].forward = virt_to_le32desc(&rx_ring[i + 1]);
311 rx_ring[i - 1].forward = virt_to_le32desc(&rx_ring[0]);
649 tail_list->forward = 0;
705 (priv->txList + (TLAN_NUM_TX_LISTS - 1))->forward =
711 (priv->txList + (priv->txTail - 1))->forward =
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DSelect.pm87 expressions separated by forward slashes ("/"). If you need to use a
88 forward slash literally within a section title you can escape it with a
161 The regexs in a range specification are delimited by forward slashes
162 ("/"). If you need to use a forward slash literally within a regex you
674 s|\\/|\002|g; ## handle escaped forward slashes
689 s|\002|\\/|g; ## restore escaped forward slashes
697 ## Add the forward and rear anchors (and put the negator back)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/
H A DSimple.pm195 Test::More. Test::Simple is 100% forward compatible with Test::More
/osnet-11/usr/src/lib/libslp/clib/
H A Dslp_ami.h105 struct ami_cert *forward; /* NULL for not present */ member in struct:ami_cert_pair
/osnet-11/usr/src/cmd/sendmail/src/
H A Dalias.c871 ** FORWARD -- Try to forward mail
877 ** to forward to. It must have been verified --
893 forward(user, sendq, aliaslevel, e) function
904 sm_dprintf("forward(%s)\n", user->q_paddr);
913 syserr("554 5.3.0 forward: no home");
917 /* good address -- look for .forward file in home */
922 ForwardPath = newstr("\201z/.forward");
940 sm_dprintf("forward: trying %s\n", buf);
950 sm_dprintf("forward: transient error on %s\n",
958 "forward
[all...]

Completed in 170 milliseconds

12