| /netvirt/usr/src/lib/libc/port/gen/ |
| swab.c | 4 * The contents of this file are subject to the terms of the 24 * Use is subject to license terms. 44 #define STEP (void)((temp = *from++), (*to++ = *from++), (*to++ = temp)) 51 char *to = (char *)dest; local 56 /* round to multiple of 8 */
|
| /netvirt/usr/src/cmd/sendmail/libsm/ |
| fflush.c | 7 * This code is derived from software contributed to Berkeley by 10 * By using this file, you agree to the terms and conditions set 32 ** SM_IO_FLUSH -- flush the buffer for a 'fp' to the "file" 34 ** Flush a single file. We don't allow this function to flush 38 ** fp -- the file pointer buffer to flush 39 ** timeout -- time to complete the flush 52 struct timeval to; local 67 SM_CONVERT_TIME(fp, fd, timeout, &to); 79 ** fp -- file pointer to be flushed 124 ** Set these immediately to avoid problems with longjmp and to allo [all...] |
| setvbuf.c | 7 * This code is derived from software contributed to Berkeley by 10 * By using this file, you agree to the terms and conditions set 37 ** fp -- the file that buffering is to be changed for 39 ** buf -- buffer to use 40 ** mode -- buffering method to use 60 struct timeval to; local 65 ** Verify arguments. The `int' limit on `size' is due to this 83 SM_CONVERT_TIME(fp, fd, timeout, &to); 103 ** a `tty flag' to suggest that we check isatty(fd), but we do not 104 ** care since our caller told us how to buffer [all...] |
| refill.c | 7 * This code is derived from software contributed to Berkeley by 10 * By using this file, you agree to the terms and conditions set 37 ** This #define uses a select() to wait for the 'fd' to become readable. 38 ** The select() can be active for up to 'To' time. The select() may not 39 ** use all of the the 'To' time. Hence, the amount of "wall-clock" time is 40 ** measured to decide how much to subtract from 'To' to update it. On som 147 struct timeval to; local [all...] |
| fvwrite.c | 7 * This code is derived from software contributed to Berkeley by 10 * By using this file, you agree to the terms and conditions set 35 ** fp -- the file pointer to write to 36 ** timeout -- time length for function to return by 37 ** uio -- the memory regions to write 44 ** to the different kinds of output buffering handled here. 70 struct timeval to; local 82 SM_CONVERT_TIME(fp, fd, timeout, &to); 90 /* Unbuffered: write up to BUFSIZ bytes at a time. * [all...] |
| /netvirt/usr/src/lib/libcurses/screen/ |
| memSset.c | 4 * The contents of this file are subject to the terms of the 24 * Use is subject to license terms. 48 * additional memory routine to deal with memory areas in units of chtypes. 58 char *to; /* %r6 */ local 64 to = (char *)(sfrom + 1); 68 /* bcopy (count, to, from) */ 75 char *to; /* 0(%fp) */ 83 to = (char *)(sfrom + 1); 88 /* them in myself below to the regs where they belong. */ 90 asm(" movw 0(%fp),%r1"); /* to */ [all...] |
| winsdelln.c | 4 * The contents of this file are subject to the terms of the 24 * Use is subject to license terms. 50 * id < 0 : number of lines to delete 51 * id > 0 : number of lines to insert 57 int endy, endx, to, fr, num_lines, dir; local 69 * function to do it in one fell swoop. 86 * Check that the amount of lines to delete aren't larger 88 * don't have to re-compute if the if comes out true. 96 * moving "to" the new place. This is the offset which 97 * we have to re-align our pointers by [all...] |
| /netvirt/usr/src/lib/libnsl/dial/ |
| getargs.c | 4 * The contents of this file are subject to the terms of the 25 * Use is subject to license terms. 37 * generate a vector of pointers (arps) to the 40 * s -> string to analyze -- s GETS MODIFIED 86 char *str, *to, *cp; local 91 for (to = str; *str; str++) { 113 *to++ = '\\'; 114 *to++ = 'N'; 116 *to++ = (char)num; 121 *to++ = '\t' [all...] |
| /netvirt/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
| snoop_atp.c | 4 * The contents of this file are subject to the terms of the 101 char *to = NULL; local 107 to = atp_trel[atp_tmo(ci)]; 125 if (to != NULL) 126 (void) snprintf(p, tail-p, " %s", to);
|
| /netvirt/usr/src/cmd/man/src/util/nsgmls.src/lib/ |
| CatalogEntry.h | 17 StringC to; member in struct:SP_NAMESPACE::CatalogEntry
|
| /netvirt/usr/src/lib/libast/common/tm/ |
| tmxtime.c | 35 * convert Tm_t to Time_t 41 * this routine works with a copy of Tm_t to avoid clashes 55 Tm_t* to; local 59 to = tm; 123 *to = *tm;
|
| /netvirt/usr/src/lib/libxcurses/src/libc/xcurses/ |
| wscrl.c | 4 * The contents of this file are subject to the terms of the 56 int y, x, width, start, finish, to; local 65 /* Shuffle pointers in order to scroll. The region 66 * from start to finish inclusive will be moved to 72 to = w->_bottom; 76 to = w->_top; 84 (void) __m_ptr_move((void **) w->_line, w->_maxy, start, finish, to);
|
| /netvirt/usr/src/lib/libxcurses2/src/libc/xcurses/ |
| wscrl.c | 4 * The contents of this file are subject to the terms of the 59 int start, finish, to; local 108 * Shuffle pointers in order to scroll. The region 109 * from start to finish inclusive will be moved to 115 to = w->_bottom; 119 to = w->_top; 127 start, finish, to);
|
| /netvirt/usr/src/psm/promif/ieee1275/common/ |
| prom_path.c | 4 * The contents of this file are subject to the terms of the 24 * Use is subject to license terms. 33 prom_path_gettoken(register char *from, register char *to) 41 *to = '\0'; 44 *to++ = *from++; 47 *to = '\0'; 52 * Given an OBP pathname, do the best we can to fully expand 55 * If we have to complete the addrspec of any component, we can 60 * for temporary storage. This is not to be used an an external 72 char *to = pathname local [all...] |
| /netvirt/usr/src/cmd/bnu/ |
| expfile.c | 4 * The contents of this file are subject to the terms of the 41 * file -> filename to expand 88 * name -> directory to make 89 * mask -> mask to use during directory creation 133 * file -> file name to check 155 * Dispose of references to .. in the path names. 169 register char *to, *fr; local 171 to = fr = path; 172 if (*fr == '/') *to++ = *fr++; 174 /* skip past references to self and validate references to .. * [all...] |
| getargs.c | 4 * The contents of this file are subject to the terms of the 24 * Use is subject to license terms. 36 * generate a vector of pointers (arps) to the 39 * s -> string to analyze -- s GETS MODIFIED 92 register char *str, *to, *cp; local 99 for (to = str; *str; str++) { 124 *to++ = '\\'; 125 *to++ = 'N'; 127 *to++ = (char) num; 132 *to++ = '\t' [all...] |
| /netvirt/usr/src/lib/krb5/plugins/kdb/db2/libdb2/recno/ |
| rec_delete.c | 7 * This code is derived from software contributed to Berkeley by 23 * may be used to endorse or promote products derived from this software 27 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 31 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 58 * dbp: pointer to access method 59 * key: key to delete 116 * nrec: record to delete 150 * idx: index on current page to delete 165 void *to; local 170 * them to be added being deleted. Pages made empty by deletion ar [all...] |
| /netvirt/usr/src/uts/common/fs/nfs/ |
| nfs_strerror.c | 4 * The contents of this file are subject to the terms of the 24 * Use is subject to license terms. 30 * This file contains code to support better NFS error messages. Death to 33 * XXX Ideally this code should be more general and available to the entire 70 * Now pass the massaged format string and its arguments off to 96 * Now pass the massaged format string and its arguments off to 106 * expand_format_string: copy the printf format string from "fmt" to "buf", 107 * expanding %m to the error string for "error". 114 char *to; /* pointer into buf * local [all...] |
| /netvirt/usr/src/cmd/cmd-inet/usr.lib/in.dhcpd/ |
| icmp.c | 4 * The contents of this file are subject to the terms of the 59 * in use. Address argument expected in network order. Result is set to 63 * NOTES: Not interface specific. We use our routing tables to route the 66 * directed to watch. However, I believe that *ANY* echo reply means 82 struct sockaddr_in to, from; local 102 "Error setting ICMP socket to no delay. (ping %s)\n", 120 (void) memset((void *)&to, 0, sizeof (struct sockaddr_in)); 121 to.sin_family = AF_INET; 122 to.sin_addr.s_addr = cip->s_addr; 125 * We make icmp_tries attempts to contact the target. W [all...] |
| relay.c | 4 * The contents of this file are subject to the terms of the 24 * Use is subject to license terms. 62 * an IP address, otherwise it's a hostname which needs to be 65 * Use the arguments to fill in relay_ip array. 102 * Note: no way to guess at destination subnet mask, 127 args = NULL; /* for next call to strtok() */ 165 struct sockaddr_in to; local 177 * Send it on to the next relay(s)/servers 179 to.sin_port = htons(IPPORT_BOOTPS + port_offset); 199 to.sin_addr.s_addr = relay_ip[i].s_addr 234 struct in_addr to; local [all...] |
| /netvirt/usr/src/cmd/mail/ |
| sendlist.c | 4 * The contents of this file are subject to the terms of the 24 * Use is subject to license terms. 34 * sendlist - send copy to specified users 41 * send a copy of the given letter to each user specified, 42 * invoking send() to do the sending. It returns 50 * called as root or made setuid it's safer to leave this hardwired. 60 recip *to; local 67 /* Deliver mail directly to a mailbox */ 70 * Note failure to deliver to any one of the recipient [all...] |
| /netvirt/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/ |
| Move.java | 4 * The contents of this file are subject to the terms of the 24 * Use is subject to license terms. 37 * sets. It is designed to be extended by classes which implement 50 private Resource to; field in class:Move 56 * @param to The destination of the move 58 protected Move(Resource from, Resource to) 61 this.to = to; 77 return (to); 81 * Apply this move to the resources described [all...] |
| /netvirt/usr/src/lib/libmail/common/ |
| xgetenv.c | 4 * The contents of this file are subject to the terms of the 28 * Use is subject to license terms. 140 * environ to point to the local area. 178 char *to = from; local 187 *to++ = *from++; 195 *to++ = *from++; 203 *to++ = *from++; 206 while ((to > svfrom) && isspace((int)to[-1]) [all...] |
| /netvirt/usr/src/common/openssl/crypto/bio/ |
| bss_mem.c | 7 * The implementation was written so as to conform with Netscapes SSL. 10 * the following conditions are aheared to. The following conditions 11 * apply to all code found in this distribution, be it the RC4, RSA, 17 * the code are not to be removed. 42 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 46 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 85 /* bio->num is used to hold the value to return on 'empty', if it is 148 char *from,*to; local 160 to=(char *)&(bm->data[0]) [all...] |
| /netvirt/usr/src/lib/libsip/common/ |
| sip_gids.c | 4 * The contents of this file are subject to the terms of the 24 * Use is subject to license terms. 195 _sip_header_t *to; local 226 to = sip_search_for_header(_sip_msg, SIP_TO, NULL); 231 if (to == NULL || from == NULL || callid == NULL || cseq == -1) 245 hdrlen = to->sip_hdr_end - to->sip_hdr_start; 246 _sasl_MD5Update(&ctx, (uchar_t *)to->sip_hdr_start, hdrlen); 261 hdrlen = to->sip_hdr_end - to->sip_hdr_start [all...] |