Searched defs:tmp (Results 326 - 350 of 1069) sorted by relevance

<<11121314151617181920>>

/illumos-gate/usr/src/common/crypto/chacha/
H A Dchacha.c93 u8 tmp[64]; local
117 for (i = 0;i < bytes;++i) tmp[i] = m[i];
118 m = tmp;
120 c = tmp;
/illumos-gate/usr/src/common/crypto/ecc/
H A Decp_224.c150 int tmp; local
157 tmp = carry;
166 tmp -= carry;
168 r3b = tmp;
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dmd5.c97 UINT4 a,b,c,d,tmp; local
108 tmp = a + F (b, c, d) + le32_to_cpu (x[i]) + T[i];
109 tmp = ROTATE_LEFT (tmp, s1[i & 3]);
110 tmp += b;
111 a = d; d = c; c = b; b = tmp;
116 tmp = a + G (b, c, d) + le32_to_cpu (x[j & 15]) + T[i+16];
117 tmp = ROTATE_LEFT (tmp, s2[i & 3]);
118 tmp
[all...]
/illumos-gate/usr/src/cmd/ndmpd/tlm/
H A Dtlm_util.c86 cstack_t *tmp; local
93 while ((tmp = stk->next) != NULL) {
94 stk->next = tmp->next;
95 NDMP_LOG(LOG_DEBUG, "cstack_delete(element): 0x%p", tmp);
96 free(tmp);
/illumos-gate/usr/src/cmd/nscd/
H A Dnscd_getentctx.c395 nscd_getent_ctx_base_t *base, *tmp; local
413 tmp = (nscd_getent_ctx_base_t *)_nscd_mutex_lock(
415 assert(base == tmp);
/illumos-gate/usr/src/cmd/oplhpd/
H A Dscf_notify.c250 char *tmp; /* tmp */ local
287 if ((tmp = di_bus_addr(child_node)) != NULL) {
288 if (sscanf(tmp, "%x,%x", &devid, &funcid) != 2) {
290 if (sscanf(tmp, "%x", &devid) != 1) {
300 if ((tmp = di_bus_addr(child_node)) == NULL) {
305 if (sscanf(tmp, "%x,%x", &sdevid, &sfuncid) == 2) {
318 } else if (sscanf(tmp, "%x", &sdevid) == 1) {
339 tmp = di_node_name(ap_node);
340 if (tmp !
[all...]
/illumos-gate/usr/src/cmd/pools/poolstat/
H A Dsa_kstat.c265 sdata_t *tmp; local
271 tmp = sdp->sd_next;
273 sdp = tmp;
/illumos-gate/usr/src/cmd/projects/
H A Dprojects.c69 void *buffer, *tmp; local
72 tmp = safe_malloc(PROJECT_BUFSZ);
75 if (getdefaultproj(name, &proj, tmp, PROJECT_BUFSZ) != NULL) {
89 while (getprojent(&proj, tmp, PROJECT_BUFSZ) != NULL) {
114 free(tmp);
/illumos-gate/usr/src/cmd/prtconf/
H A Dprt_xxx.c357 char *drv_name, *tmp; local
370 tmp = pdp->drv_name;
371 while (tmp && (*tmp != '\0')) {
372 if (strncmp(tmp, drv_name, len) == 0) {
383 if (tmp = strchr(tmp, ' '))
384 tmp++;
/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Ddump_rcm.c441 dump_conf_t *ent, *curr_dump, *tmp; local
486 tmp = ent;
488 cache_remove(tmp);
489 free(tmp);
H A Dpool_rcm.c116 int64_t tmp; local
141 (void) pool_value_get_int64(pval, &tmp);
143 psetid = (psetid_t)tmp;
H A Drcm_event.c302 rcm_info_t *tmp; local
324 tmp = info;
325 while (tmp) {
326 if (tmp->info) {
329 if (errno = nvlist_pack(tmp->info, &buf, &buflen,
344 nvlist_free(tmp->info);
346 info = tmp->next;
347 (void) free(tmp);
348 tmp = info;
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_pmap.c497 struct tm *tmp = gmtime(&sec); local
499 "%d-%h-%y %T GMT", tmp);
593 struct tm *tmp = gmtime(&sec); local
596 "Time = %d-%h-%y %T GMT", tmp); local
/illumos-gate/usr/src/cmd/mailx/
H A Dcmd1.c162 register int newscreensize, tmp; local
167 if ((cp = value("screen")) != NOSTR && (tmp = atoi(cp)) > 0)
168 newscreensize = tmp;
/illumos-gate/usr/src/cmd/msgfmt/
H A Dgnu_handle.c238 char *tmp; local
239 tmp = Xrealloc(domainname, strlen(domainname) + 3 + 1);
240 (void) strcat(tmp, ".mo");
241 domainname = tmp;
264 struct catalog *tmp; local
276 tmp = Xcalloc(1, sizeof (struct catalog));
277 tmp->fname = Xstrdup(filename);
278 tmp->msg_size = DEF_MSG_NUM;
279 tmp->nmsg = 0;
280 tmp
328 char *charset, *nplurals, *tmp, *p; local
[all...]
/illumos-gate/usr/src/cmd/fcinfo/
H A DprintAttrs.c59 uint64_t tmp; local
60 memcpy(&tmp, wwn, sizeof (uint64_t));
61 return (ntohll(tmp));
/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_time.c119 uint32_t sec, nsec, tmp; local
121 tmp = (uint32_t)(hrt >> 30);
122 sec = tmp - (tmp >> 2);
123 sec = tmp - (sec >> 5);
124 sec = tmp + (sec >> 1);
125 sec = tmp - (sec >> 6) + 7;
126 sec = tmp - (sec >> 3);
127 sec = tmp + (sec >> 1);
128 sec = tmp
[all...]
/illumos-gate/usr/src/cmd/fm/modules/sun4v/cpumem-diagnosis/
H A Dcmd_cpu_arch.c188 cmd_errcl_t tmp; local
192 tmp = (0x0000000000000001ULL << i);
193 if (tmp & trw_mask) {
194 tmp_mask = tmp;
/illumos-gate/usr/src/cmd/rpcbind/
H A Drpcb_svc_4.c357 rpcb_entry_list_ptr tmp = rlist; local
359 free(tmp->rpcb_entry_map.r_maddr);
360 free(tmp);
/illumos-gate/usr/src/cmd/rpcgen/
H A Drpc_parse.c526 char tmp[100]; local
530 (void) snprintf(tmp, sizeof (tmp),
534 error(tmp);
540 (void) snprintf(tmp, sizeof (tmp),
544 error(tmp);
/illumos-gate/usr/src/cmd/rpcsvc/
H A Drpc.rusersd.c280 char *tmp; local
282 tmp = (char *)malloc(size+1);
283 if (tmp == NULL) {
287 strncpy(tmp, string, size);
288 tmp[size] = '\0';
289 return (tmp);
H A Drup.c200 struct entry *tmp; local
203 tmp = realloc((struct entry *)entry, sizeof (struct entry)
205 if (tmp == NULL) {
208 entry = tmp;
329 struct entry *tmp; local
332 tmp = realloc((struct entry *)entry, sizeof (struct entry)
334 if (tmp == NULL) {
337 entry = tmp;
/illumos-gate/usr/src/cmd/sasinfo/
H A DprintAttrs.c215 uint64_t tmp; local
216 (void *) memcpy(&tmp, wwn, sizeof (uint64_t));
217 return (ntohll(tmp));
/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Dldap.c751 char *tmp, *vp_tmp; local
924 tmp = sm_rpool_malloc_x(rpool,
926 (void) sm_snprintf(tmp,
930 *result = tmp;
/illumos-gate/usr/src/cmd/acct/
H A Dwtmpfix.c125 struct tm *tmp; local
134 tmp = localtime(&tloc);
135 year = tmp->tm_year;
136 month = tmp->tm_mon + 1;

Completed in 138 milliseconds

<<11121314151617181920>>