Searched defs:forward (Results 1 - 8 of 8) sorted by relevance

/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/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/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...]
/osnet-11/usr/src/lib/librstp/common/
H A Dport.h90 Bool forward; /* 17.18.4 */ member in struct:port_t
/osnet-11/usr/src/lib/libshell/common/edit/
H A Dvi.c1279 * This routine will move cur_virt forward to the next nth word.
1283 static void forward(Vi_t *vp,register int nwords, int cmd) function
1734 case 't': /** find up to new char forward **/
1735 case 'f': /** find new char forward **/
1794 case 'w': /** forward word **/
1796 forward(vp,vp->repeat, motion);
2677 case 'x': /** delete repeat chars forward - dl **/
/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/lib/libslp/clib/
H A Dslp_ami.h105 struct ami_cert *forward; /* NULL for not present */ member in struct:ami_cert_pair

Completed in 62 milliseconds