| /onnv/onnv-gate/usr/src/pkgdefs/common_files/ |
| i.syslogconf | 44 $dest > /tmp/work.$$ 45 cp /tmp/work.$$ $dest 57 $dest > /tmp/work.$$ 58 cp /tmp/work.$$ $dest 64 $dest > /tmp/work.$$ 65 cp /tmp/work.$$ $dest 72 $dest > /tmp/work.$$ 73 cp /tmp/work.$$ $dest 76 rm -f /tmp/work.$$
|
| /onnv/onnv-gate/usr/src/common/net/wanboot/crypt/ |
| aes_test.c | 72 unsigned char work[AES_BLOCK_SIZE]; local 95 bcopy(plain, work, AES_BLOCK_SIZE); 96 aes_encrypt(ah, work); 98 if (bcmp(work, cipher, AES_BLOCK_SIZE) != 0) { 102 aes_decrypt(ah, work); 103 if (bcmp(work, plain, AES_BLOCK_SIZE) != 0) {
|
| des.c | 195 work = ((r >> 4) | (r << 28)) ^ (key)[0];\ 196 l ^= Spbox[6][work & 0x3f];\ 197 l ^= Spbox[4][(work >> 8) & 0x3f];\ 198 l ^= Spbox[2][(work >> 16) & 0x3f];\ 199 l ^= Spbox[0][(work >> 24) & 0x3f];\ 200 work = r ^ (key)[1];\ 201 l ^= Spbox[7][work & 0x3f];\ 202 l ^= Spbox[5][(work >> 8) & 0x3f];\ 203 l ^= Spbox[3][(work >> 16) & 0x3f];\ 204 l ^= Spbox[1][(work >> 24) & 0x3f]; 214 uint32_t work; local [all...] |
| des3_test.c | 115 unsigned char work[DES3_BLOCK_SIZE]; local 140 bcopy(plain, work, DES3_BLOCK_SIZE); 141 des3_encrypt(d3h, work); 143 if (bcmp(work, cipher, DES3_BLOCK_SIZE) != 0) { 146 putxdata(work, DES3_BLOCK_SIZE); 149 des3_decrypt(d3h, work); 150 if (bcmp(work, plain, DES3_BLOCK_SIZE) != 0) { 153 putxdata(work, DES3_BLOCK_SIZE);
|
| /onnv/onnv-gate/usr/src/cmd/mail/ |
| goback.c | 44 char buf[1024], *cp, work[1024], wuser[1024]; local 61 work[0] = '\0'; 91 strcat(work, buf); 116 strcat(work, wuser); 119 if (work[0] != '\0') { 123 "mail %s %s", m_sendto, work); 129 (void) strlcpy(work, my_name, sizeof (work)); 131 fprintf(stderr, "%s: Return to %s\n", program, work); 151 pushlist(H_TCOPY, HEAD, work, FALSE) [all...] |
| /onnv/onnv-gate/usr/src/cmd/sgs/libelf/common/ |
| newdata.c | 43 unsigned work; local 71 ELFACCESSDATA(work, _elf_work) 78 s->s_dnode.db_data.d_version = work; 88 d->db_data.d_version = work;
|
| newphdr.c | 72 unsigned work; local 105 ELFACCESSDATA(work, _elf_work) 106 if ((sz = count * _elf_msize(ELF_T_PHDR, work)) == 0) { 134 = (Half)elf_fsize(ELF_T_PHDR, 1, work);
|
| begin.c | 202 unsigned work; local 207 ELFACCESSDATA(work, _elf_work) 208 if (work == EV_NONE) { 303 unsigned work; local 306 ELFACCESSDATA(work, _elf_work) 307 if (work == EV_NONE) /* version() not called yet */
|
| clscook.c | 153 unsigned work; local 174 ELFACCESSDATA(work, _elf_work) 175 d->db_data.d_type = _elf_mtype(elf, sh->sh_type, work); 303 unsigned work; local 315 ELFACCESSDATA(work, _elf_work) 316 msz = _elf_msize(ELF_T_PHDR, work) * eh->e_phnum; 339 dst.d_version = work;
|
| /onnv/onnv-gate/usr/src/uts/common/zmod/ |
| inftrees.h | 57 unsigned FAR *bits, unsigned short FAR *work));
|
| inftrees.c | 25 whose indices are 0..2^bits-1. work is a writable array of at least 26 lens shorts, which is used as a work area. type is the type of code 34 int inflate_table(type, lens, codes, table, bits, work) 40 unsigned short FAR *work; 98 table. The sorted table is work[], with that space being provided by 149 if (lens[sym] != 0) work[offs[lens[sym]]++] = (unsigned short)sym; 186 base = extra = work; /* dummy value--not used */ 221 if ((int)(work[sym]) < end) { 223 this.val = work[sym]; 225 else if ((int)(work[sym]) > end) [all...] |
| inflate.h | 115 unsigned short work[288]; /* work area for code table building */ member in struct:inflate_state
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/ |
| if.pm | 5 sub work { subroutine 17 sub import { shift; unshift @_, 1; goto &work } 18 sub unimport { shift; unshift @_, 0; goto &work }
|
| /onnv/onnv-gate/usr/src/lib/libsmbfs/smb/ |
| iod_wk.c | 66 smbioc_ssn_work_t *work = &ctx->ct_work; local 145 SMBIOC_IOD_WORK, work) == -1) { 150 vcst = work->wk_out_state;
|
| /onnv/onnv-gate/usr/src/cmd/lp/filter/postscript/postprint/ |
| README | 60 it does work.
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/utils/ |
| README | 9 to work around build issues.
|
| /onnv/onnv-gate/usr/src/common/ |
| README | 35 *each* of the derived components to ensure they all work.
|
| /onnv/onnv-gate/usr/src/cmd/newform/ |
| newform.c | 37 * center 5 Center text in the work area. 105 work[3*NCOLS+1], /* Work area */ variable 108 *wfirst = &work[0], /* Pointer to beginning of work area */ 109 *wlast = &work[3*NCOLS], /* Pointer to end of work area */ 290 center(void) /* Center the text in the work area. */ 300 if (pfirst < &work[NCOLS]) { 301 tlast = plast + (&work[NCOLS] - pfirst) [all...] |
| /onnv/onnv-gate/usr/src/cmd/pcmciad/ |
| pcmciad.c | 104 * one thread just reads the event driver and constructs work requests 105 * on a per-socket work queue. A wakeup is given to the work thread 106 * for that work queue. When the work thread wakes up, it starts 108 * It then goes to sleep and waits to get another work item. 114 * note that the work to be done is driver dependent. 185 struct work { struct 186 struct work *next, *prev; 191 struct work work member in struct:tasklist 805 struct work *work; local 968 struct work *work; local [all...] |
| /onnv/onnv-gate/usr/src/cmd/mms/utility/mms_client/common/ |
| mmsclient.c | 149 mms_par_node_t *work; local 152 work = NULL; 153 for (arg = mms_pn_lookup_arg(attrlist, NULL, NULL, &work); 155 arg = mms_pn_lookup_arg(attrlist, NULL, NULL, &work)) { 162 NULL, NULL, &work); 181 mms_par_node_t *work; local 184 work = NULL; 185 for (arg = mms_pn_lookup_arg(text, NULL, NULL, &work); 187 arg = mms_pn_lookup_arg(text, NULL, NULL, &work)) { 200 NULL, NULL, &work); 218 mms_par_node_t *work; local 263 mms_par_node_t *work; local 701 mms_par_node_t *work = NULL; local [all...] |
| /onnv/onnv-gate/usr/src/uts/common/sys/crypto/ |
| dca.h | 63 #define MAXWORK 6 /* How many work structures to preallocate */ 226 * Work structure. One of these per actual job submitted to an MCR. 359 dca_listnode_t dwl_freework; /* available work structures */ 360 dca_listnode_t dwl_runq; /* work structs sent to chip */ 464 * Work requests. 559 /* Note: 5820 errata: BIST feature does not work */ 706 #define PUTMCR32(work, reg, val) \ 707 ddi_put32(work->dw_mcr_acch, \ 708 (uint32_t *)(work->dw_mcr_kaddr + reg), val) 710 #define PUTMCR16(work, reg, val) [all...] |
| /onnv/onnv-gate/usr/src/common/mms/mms/ |
| mms_parser.h | 93 #define MMS_PN_LOOKUP(result, node, str, type, work) { \ 94 result = mms_pn_lookup(node, str, type, work); \
|
| /onnv/onnv-gate/usr/src/cmd/mms/mm/common/ |
| mm_dmp_sql.c | 593 mms_par_node_t *work = NULL; local 767 work = NULL; 769 MMS_PN_CLAUSE, &work); 772 MMS_PN_CLAUSE, &work)) { 864 work = NULL; 866 MMS_PN_CLAUSE, &work); 869 MMS_PN_CLAUSE, &work)) { 989 work = NULL; 991 MMS_PN_CLAUSE, &work); 994 MMS_PN_CLAUSE, &work)) { 1184 mms_par_node_t *work = NULL; local 1294 mms_par_node_t *work = NULL; local 1918 mms_par_node_t *work = NULL; local 2085 mms_par_node_t *work = NULL; local [all...] |
| /onnv/onnv-gate/usr/src/cmd/latencytop/common/ |
| table.c | 485 parse_config(const char *work, int work_len) 506 while (read_line_from_mem(work, work_len, line, sizeof (line), 612 const char *work = NULL; local 617 work = &latencytop_trans_start; 650 work = config_loaded; 667 if (work_len != 0 && parse_config(work, work_len) != 0) {
|
| /onnv/onnv-gate/usr/src/cmd/lp/filter/postscript/posttek/ |
| README | 25 should work and code that ties lines to device space coordinates has been added
|