/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/crypto/des/ |
H A D | string2key.c | 62 int forward; local 103 forward = 1; 128 if (forward) 137 forward = !forward;
|
/illumos-gate/usr/src/cmd/sendmail/aux/ |
H A D | mailcompat.c | 104 ** and forward to /bin/mail, Being sure to delete any 269 char forward[MAXLINE]; local 283 (void) strlcpy(forward, homedir, sizeof (forward)); 284 (void) strlcat(forward, "/.forward", sizeof (forward)); 285 f = fopen(forward, "r"); 287 printf("You have a .forward file in your home directory"); 294 if (unlink(forward)) [all...] |
H A D | vacation.c | 1028 char forward[MAXLINE]; local 1098 (void) strlcpy(forward, homedir, sizeof (forward)); 1099 (void) strlcat(forward, "/.forward", sizeof (forward)); 1100 f = fopen(forward, "r"); 1102 printf("You have a .forward file" 1110 if (unlink(forward)) 1111 perror("Error removing .forward fil [all...] |
/illumos-gate/usr/src/cmd/tail/ |
H A D | forward.c | 74 * forward -- display the file, from an offset, forward. 96 forward(FILE *fp, const char *fn, enum STYLE style, off_t off, struct stat *sbp) function 382 * follow -- display the file, from an offset, forward. 406 forward(file->fp, file->file_name, style, off,
|
/illumos-gate/usr/src/cmd/sendmail/src/ |
H A D | alias.c | 871 ** 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...] |
/illumos-gate/usr/src/man/man4/ |
H A D | Makefile | 225 forward.4 \ 257 forward.4 := LINKSRC = aliases.4
|
/illumos-gate/usr/src/lib/librstp/common/ |
H A D | port.h | 90 Bool forward; /* 17.18.4 */ member in struct:port_t
|
/illumos-gate/usr/src/cmd/mailx/ |
H A D | collect.c | 56 static int forward(char ms[], FILE *obuf, int f); 58 static int forward(char ms[], FILE *obuf, int f); 598 if (forward(cp, obuf, c) < 0) 1082 forward(char ms[], FILE *obuf, int f) function
|
/illumos-gate/usr/src/cmd/ipf/tools/ |
H A D | ipfstat.c | 1177 int len, srclen, dstlen, forward = 1, c = 0; local 1307 if (forward) { 1576 forward = 0; 1578 forward = 1;
|
/illumos-gate/usr/src/uts/intel/io/dktp/drvobj/ |
H A D | strategy.c | 907 int forward; local 910 forward = DBLK(bp_merge) < DBLK(bp); 931 if (!forward) {
|
/illumos-gate/usr/src/lib/libshell/common/edit/ |
H A D | vi.c | 1229 * This routine will move cur_virt forward to the next nth word. 1233 static void forward(Vi_t *vp,register int nwords, int cmd) function 1674 case 't': /** find up to new char forward **/ 1675 case 'f': /** find new char forward **/ 1734 case 'w': /** forward word **/ 1736 forward(vp,vp->repeat, motion); 2592 case 'x': /** delete repeat chars forward - dl **/
|
/illumos-gate/usr/src/grub/grub-0.97/netboot/ |
H A D | tlan.c | 187 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 =
|
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/oce/ |
H A D | oce_hw_eth.h | 103 uint32_t forward:1; member in struct:oce_nic_hdr_wqe::__anon7717::__anon7718 123 uint32_t forward:1;
|
/illumos-gate/usr/src/uts/common/vm/ |
H A D | vm_as.c | 1830 int forward; local 1878 forward = (flags & AH_DIR) == AH_LO; 1879 if (forward) { 1915 if ((forward && lo > hibound) || (!forward && hi < lobound)) 1936 minlen, forward ? AH_LO : AH_HI, align, redzone, off) && 1939 if (!forward) 1952 if (forward) {
|
/illumos-gate/usr/src/lib/libslp/clib/ |
H A D | slp_ami.h | 105 struct ami_cert *forward; /* NULL for not present */ member in struct:ami_cert_pair
|
/illumos-gate/usr/src/lib/libtecla/common/ |
H A D | getline.c | 254 /* forward direction. */ 1045 static int gl_find_char(GetLine *gl, int count, int forward, int onto, char c); 1079 static int gl_delete_find(GetLine *gl, int count, char c, int forward, 1086 static int gl_copy_find(GetLine *gl, int count, char c, int forward, int onto); 1356 {"forward-word", gl_forward_word}, 1358 {"forward-delete-char", gl_forward_delete_char}, 1360 {"forward-delete-word", gl_forward_delete_word}, 1366 {"forward-delete-find", gl_forward_delete_find}, 1368 {"forward-delete-to", gl_forward_delete_to}, 1385 {"history-search-forward", gl_history_search_forwar 4564 gl_delete_find(GetLine *gl, int count, char c, int forward, int onto, int change) argument 7365 gl_find_char(GetLine *gl, int count, int forward, int onto, char c) argument 7681 gl_copy_find(GetLine *gl, int count, char c, int forward, int onto) argument [all...] |