| /src/usr.sbin/mopd/common/ |
| rc.c | 44 u_short len,tmps,moplen; local 65 tmps = mopGetShort(pkt,&idx); 66 (void)fprintf(fd,"Receipt Nbr : %04x\n",tmps); 72 tmps = mopGetShort(pkt,&idx); 73 (void)fprintf(fd,"Verification : %04x\n",tmps); 142 tmps = mopGetShort(pkt,&idx); /* Receipt # */ 150 tmps = mopGetShort(pkt,&idx); 151 (void)fprintf(fd,"Receipt Nbr : %04x\n",tmps); 156 tmps = mopGetShort(pkt,&idx); 157 (void)fprintf(fd,"Receipt Nbr : %04x %d\n",tmps,tmps) [all...] |
| rc.c | 44 u_short len,tmps,moplen; local 65 tmps = mopGetShort(pkt,&idx); 66 (void)fprintf(fd,"Receipt Nbr : %04x\n",tmps); 72 tmps = mopGetShort(pkt,&idx); 73 (void)fprintf(fd,"Verification : %04x\n",tmps); 142 tmps = mopGetShort(pkt,&idx); /* Receipt # */ 150 tmps = mopGetShort(pkt,&idx); 151 (void)fprintf(fd,"Receipt Nbr : %04x\n",tmps); 156 tmps = mopGetShort(pkt,&idx); 157 (void)fprintf(fd,"Receipt Nbr : %04x %d\n",tmps,tmps) [all...] |
| dl.c | 45 u_short len,tmps,moplen; local 152 tmps = mopGetShort(pkt,&idx); /* Count */ 153 (void)fprintf(fd,"Count : %04x (%d)\n",tmps,tmps);
|
| dl.c | 45 u_short len,tmps,moplen; local 152 tmps = mopGetShort(pkt,&idx); /* Count */ 153 (void)fprintf(fd,"Count : %04x (%d)\n",tmps,tmps);
|
| print.c | 438 u_short itype,tmps; local 472 tmps = mopGetShort(pkt,idx); 473 (void)fprintf(fd,"Maint Function: %04x ( ",tmps); 474 if (tmps & 1) (void)fprintf(fd, "Loop "); 475 if (tmps & 2) (void)fprintf(fd, "Dump "); 476 if (tmps & 4) (void)fprintf(fd, "Pldr "); 477 if (tmps & 8) (void)fprintf(fd, "MLdr "); 478 if (tmps & 16) (void)fprintf(fd, "Boot "); 479 if (tmps & 32) (void)fprintf(fd, "CC "); 480 if (tmps & 64) (void)fprintf(fd, "DLC ") [all...] |
| print.c | 438 u_short itype,tmps; local 472 tmps = mopGetShort(pkt,idx); 473 (void)fprintf(fd,"Maint Function: %04x ( ",tmps); 474 if (tmps & 1) (void)fprintf(fd, "Loop "); 475 if (tmps & 2) (void)fprintf(fd, "Dump "); 476 if (tmps & 4) (void)fprintf(fd, "Pldr "); 477 if (tmps & 8) (void)fprintf(fd, "MLdr "); 478 if (tmps & 16) (void)fprintf(fd, "Boot "); 479 if (tmps & 32) (void)fprintf(fd, "CC "); 480 if (tmps & 64) (void)fprintf(fd, "DLC ") [all...] |
| /xsrc/external/mit/MesaLib/dist/src/mesa/tnl/ |
| t_context.c | 113 struct tnl_shine_tab *s, *tmps; local 117 foreach_s( s, tmps, tnl->_ShineTabList ) {
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/tnl/ |
| t_context.c | 112 struct tnl_shine_tab *s, *tmps; local 118 foreach_s( s, tmps, tnl->_ShineTabList ) {
|
| /src/crypto/external/bsd/openssl.old/dist/crypto/rsa/ |
| rsa_sign.c | 73 unsigned char *tmps = NULL; local 94 if (!encode_pkcs1(&tmps, &encoded_len, type, m, m_len)) 96 encoded = tmps; 112 OPENSSL_clear_free(tmps, (size_t)encoded_len);
|
| rsa_sign.c | 73 unsigned char *tmps = NULL; local 94 if (!encode_pkcs1(&tmps, &encoded_len, type, m, m_len)) 96 encoded = tmps; 112 OPENSSL_clear_free(tmps, (size_t)encoded_len);
|
| /src/external/bsd/openldap/dist/libraries/librewrite/ |
| subst.c | 36 struct berval *subs = NULL, *tmps; local 70 tmps = ( struct berval * )realloc( subs, 72 if ( tmps == NULL ) { 75 subs = tmps; 182 tmps = (struct berval * )realloc( subs, sizeof( struct berval )*( nsub + 1 ) ); 183 if ( tmps == NULL ) { 186 subs = tmps;
|
| subst.c | 36 struct berval *subs = NULL, *tmps; local 70 tmps = ( struct berval * )realloc( subs, 72 if ( tmps == NULL ) { 75 subs = tmps; 182 tmps = (struct berval * )realloc( subs, sizeof( struct berval )*( nsub + 1 ) ); 183 if ( tmps == NULL ) { 186 subs = tmps;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/postprocess/ |
| pp_private.h | 83 struct pipe_surface *tmps[2], *inner_tmps[3], *stencils; member in struct:pp_queue_t
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/postprocess/ |
| pp_private.h | 81 struct pipe_surface *tmps[2], *inner_tmps[3], *stencils; member in struct:pp_queue_t
|
| /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/iccsense/ |
| nouveau_nvkm_subdev_iccsense_base.c | 139 struct nvkm_iccsense_sensor *sensor, *tmps; local 142 list_for_each_entry_safe(sensor, tmps, &iccsense->sensors, head) {
|
| nouveau_nvkm_subdev_iccsense_base.c | 139 struct nvkm_iccsense_sensor *sensor, *tmps; local 142 list_for_each_entry_safe(sensor, tmps, &iccsense->sensors, head) {
|
| /src/crypto/external/apache2/openssl/dist/crypto/rsa/ |
| rsa_sign.c | 291 unsigned char *tmps = NULL; local 313 if (!encode_pkcs1(&tmps, &encoded_len, type, m, m_len)) 315 encoded = tmps; 331 OPENSSL_clear_free(tmps, encoded_len);
|
| rsa_sign.c | 291 unsigned char *tmps = NULL; local 313 if (!encode_pkcs1(&tmps, &encoded_len, type, m, m_len)) 315 encoded = tmps; 331 OPENSSL_clear_free(tmps, encoded_len);
|
| /src/crypto/external/bsd/openssl/dist/crypto/rsa/ |
| rsa_sign.c | 278 unsigned char *tmps = NULL; local 300 if (!encode_pkcs1(&tmps, &encoded_len, type, m, m_len)) 302 encoded = tmps; 318 OPENSSL_clear_free(tmps, encoded_len);
|
| rsa_sign.c | 278 unsigned char *tmps = NULL; local 300 if (!encode_pkcs1(&tmps, &encoded_len, type, m, m_len)) 302 encoded = tmps; 318 OPENSSL_clear_free(tmps, encoded_len);
|
| /src/usr.sbin/mopd/mopd/ |
| process.c | 64 u_short itype,tmps; local 94 tmps = mopGetShort(pkt,idx); 100 tmps = mopGetShort(pkt,idx); 103 tmps = mopGetShort(pkt,idx); 106 tmps = mopGetShort(pkt,idx); 128 tmps = mopGetShort(pkt,idx); 129 dl_rpr->dl_bsz = tmps; 148 tmps = mopGetShort(pkt,idx);
|
| process.c | 64 u_short itype,tmps; local 94 tmps = mopGetShort(pkt,idx); 100 tmps = mopGetShort(pkt,idx); 103 tmps = mopGetShort(pkt,idx); 106 tmps = mopGetShort(pkt,idx); 128 tmps = mopGetShort(pkt,idx); 129 dl_rpr->dl_bsz = tmps; 148 tmps = mopGetShort(pkt,idx);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/ |
| lp_bld_format_aos.c | 623 LLVMValueRef tmps[LP_MAX_VECTOR_LENGTH/4]; local 645 tmps[k] = lp_build_unpack_arith_rgba_aos(gallivm, 668 tmps, num_pixels, tmps, num_pixels / 2); 686 tmps, num_conv_src, res, num_conv_dst); 919 LLVMValueRef tmps[LP_MAX_VECTOR_LENGTH/4]; local 981 tmps[k] = LLVMBuildLoad(builder, tmp_ptr, ""); 987 tmps, num_pixels, &res, 1);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/ |
| lp_bld_format_aos.c | 621 LLVMValueRef tmps[LP_MAX_VECTOR_LENGTH/4]; local 643 tmps[k] = lp_build_unpack_arith_rgba_aos(gallivm, 666 tmps, num_pixels, tmps, num_pixels / 2); 684 tmps, num_conv_src, res, num_conv_dst); 881 LLVMValueRef tmps[LP_MAX_VECTOR_LENGTH/4]; local 941 tmps[k] = LLVMBuildLoad(builder, tmp_ptr, ""); 947 tmps, num_pixels, &res, 1);
|
| /xsrc/external/mit/xf86-video-mga/dist/src/ |
| mga_merge.c | 168 const char* tmps = str; local 173 while(*tmps == ' ' || *tmps == ';') tmps++; 174 if(*tmps == '-' || *tmps == ',') { /* skip the next mode */ 175 tmps++; 176 while(*tmps == ' ' || *tmps == ';') tmps++; /*skip spaces * [all...] |