HomeSort by: relevance | last modified time | path
    Searched defs:tmps (Results 1 - 16 of 16) sorted by relevancy

  /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...]
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...]
  /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);
  /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;
  /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) {
  /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);
  /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);
  /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);
  /src/crypto/external/apache2/openssl/dist/crypto/asn1/
a_time.c 268 ASN1_TIME *tmps = NULL; local
284 tmps = ASN1_STRING_new();
286 tmps = s;
287 if (tmps == NULL)
290 if (!ASN1_STRING_set(tmps, NULL, len))
293 tmps->type = type;
294 p = (char *)tmps->data;
302 tmps->length = BIO_snprintf(p, len, "%04d%02d%02d%02d%02d%02dZ",
307 tmps->length = BIO_snprintf(p, len, "%02d%02d%02d%02d%02d%02dZ",
314 ebcdic2ascii(tmps->data, tmps->data, tmps->length)
    [all...]
  /src/crypto/external/bsd/openssl/dist/crypto/asn1/
a_time.c 270 ASN1_TIME *tmps = NULL; local
286 tmps = ASN1_STRING_new();
288 tmps = s;
289 if (tmps == NULL)
292 if (!ASN1_STRING_set(tmps, NULL, len))
295 tmps->type = type;
296 p = (char*)tmps->data;
299 tmps->length = BIO_snprintf(p, len, "%04d%02d%02d%02d%02d%02dZ",
304 tmps->length = BIO_snprintf(p, len, "%02d%02d%02d%02d%02d%02dZ",
310 ebcdic2ascii(tmps->data, tmps->data, tmps->length)
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/crypto/asn1/
a_time.c 268 ASN1_TIME *tmps = NULL; local
284 tmps = ASN1_STRING_new();
286 tmps = s;
287 if (tmps == NULL)
290 if (!ASN1_STRING_set(tmps, NULL, len))
293 tmps->type = type;
294 p = (char*)tmps->data;
297 tmps->length = BIO_snprintf(p, len, "%04d%02d%02d%02d%02d%02dZ",
302 tmps->length = BIO_snprintf(p, len, "%02d%02d%02d%02d%02d%02dZ",
308 ebcdic2ascii(tmps->data, tmps->data, tmps->length)
    [all...]
  /src/external/mpl/bind/dist/bin/tests/system/rpz/testlib/
dummylib.c 1873 char *tmps = NULL, *tok = NULL, *tptr = NULL; local
1883 tmps = strdup(src);
1884 if (tmps == NULL) {
1889 tptr = tmps;
1897 free(tmps);
1911 free(tmps);
1921 free(tmps);
  /src/external/historical/nawk/dist/
run.c 84 Cell *tmps; /* free temporary cells for execution */ variable
925 if (a == tmps)
927 a->cnext = tmps;
928 tmps = a;
935 if (!tmps) {
936 tmps = (Cell *) calloc(100, sizeof(*tmps));
937 if (!tmps)
940 tmps[i-1].cnext = &tmps[i]
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
expr.cc 2926 rtx *tmps;
2931 tmps = XALLOCAVEC (rtx, length);
2937 tmps[0] = 0;
2944 tmps[i] = gen_rtx_EXPR_LIST (VOIDmode, gen_reg_rtx (mode), offset);
2947 return gen_rtx_PARALLEL (GET_MODE (orig), gen_rtvec_v (length, tmps));
2951 except that values are placed in TMPS[i], and must later be moved
2955 emit_group_load_1 (rtx *tmps, rtx dst, rtx orig_src, tree type,
2980 emit_group_load_1 (tmps, dst, src, type, ssize);
3040 tmps[i] = gen_reg_rtx (mode);
3041 emit_move_insn (tmps[i], adjust_address (src, mode, bytepos))
2920 rtx *tmps; local
3119 rtx *tmps; local
3214 rtx *tmps, dst; local
3417 tmps[i]); local
3466 emit_move_insn (adjust_address (dest, mode, bytepos), tmps[i]); local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
expr.cc 2351 rtx *tmps;
2356 tmps = XALLOCAVEC (rtx, length);
2362 tmps[0] = 0;
2369 tmps[i] = gen_rtx_EXPR_LIST (VOIDmode, gen_reg_rtx (mode), offset);
2372 return gen_rtx_PARALLEL (GET_MODE (orig), gen_rtvec_v (length, tmps));
2376 except that values are placed in TMPS[i], and must later be moved
2380 emit_group_load_1 (rtx *tmps, rtx dst, rtx orig_src, tree type,
2405 emit_group_load_1 (tmps, dst, src, type, ssize);
2470 tmps[i] = gen_reg_rtx (mode);
2471 emit_move_insn (tmps[i], adjust_address (src, mode, bytepos))
2345 rtx *tmps; local
2549 rtx *tmps; local
2644 rtx *tmps, dst; local
2816 tmps[i]); local
2863 emit_move_insn (adjust_address (dest, mode, bytepos), tmps[i]); local
    [all...]

Completed in 34 milliseconds