Searched refs:stmp (Results 1 - 25 of 31) sorted by relevance

12

/freebsd-11-stable/libexec/bootpd/tools/bootpef/
H A Dbootpef.c135 char *stmp;
151 stmp = NULL;
163 stmp = &(argv[0][2]);
167 stmp = argv[0];
169 if (!stmp || (stmp[0] != '/')) {
174 chdir_path = stmp;
179 stmp = &(argv[0][2]);
190 stmp = argv[0];
192 if (!stmp || (sscan
132 char *stmp; local
[all...]
/freebsd-11-stable/libexec/bootpd/bootpgw/
H A Dbootpgw.c164 char *stmp;
221 stmp = NULL;
245 stmp = &(argv[0][2]);
256 stmp = argv[0];
258 if (!stmp || (sscanf(stmp, "%d", &n) != 1) || (n < 0)) {
267 stmp = &(argv[0][2]);
271 stmp = argv[0];
273 if (!stmp || (sscanf(stmp, "
162 char *stmp; local
[all...]
/freebsd-11-stable/crypto/openssl/crypto/x509/
H A Dx509_att.c300 ASN1_STRING *stmp = NULL; local
305 stmp = ASN1_STRING_set_by_NID(NULL, data, len, attrtype,
307 if (!stmp) {
311 atype = stmp->type;
313 if (!(stmp = ASN1_STRING_type_new(attrtype)))
315 if (!ASN1_STRING_set(stmp, data, len))
328 ASN1_STRING_free(stmp);
337 ASN1_TYPE_set(ttmp, atype, stmp);
338 stmp = NULL;
346 ASN1_STRING_free(stmp);
[all...]
H A Dby_dir.c272 X509_OBJECT stmp, *tmp; local
278 stmp.type = type;
282 stmp.data.x509 = &data.x509.st_x509;
287 stmp.data.crl = &data.crl.st_crl;
381 j = sk_X509_OBJECT_find(xl->store_ctx->objs, &stmp);
H A Dx509_lu.c311 X509_OBJECT stmp, *tmp; local
326 j = X509_LOOKUP_by_subject(lu, type, name, &stmp);
331 tmp = &stmp;
451 X509_OBJECT stmp; local
458 stmp.type = type;
461 stmp.data.x509 = &x509_s;
466 stmp.data.crl = &crl_s;
475 idx = sk_X509_OBJECT_find(h, &stmp);
480 pstmp = &stmp;
/freebsd-11-stable/contrib/gcc/
H A Dmklibgcc.in63 echo 'all: stmp-dirs'
131 libgcc_dep='$(CONFIG_H) coretypes.h $(TM_H) $(MACHMODE_H) longlong.h config.status stmp-int-hdrs tsystem.h'
134 libgcc2_c_dep='stmp-dirs $(srcdir)/libgcc2.c $(srcdir)/libgcc2.h gbl-ctors.h'" $libgcc_dep"
137 libgcov_c_dep='stmp-dirs $(srcdir)/libgcov.c $(srcdir)/gcov-io.h $(srcdir)/gcov-io.c gcov-iov.h'" $libgcc_dep"
140 fpbit_c_dep='stmp-dirs config.status tsystem.h'
144 decnumber_dep='stmp-dirs $(srcdir)/../libdecnumber/decContext.h $(srcdir)/../libdecnumber/decNumber.h
272 echo ${outS}: stmp-dirs '$(srcdir)/config/$(LIB1ASMSRC)'
276 echo ${out}: stmp-dirs '$(srcdir)/config/$(LIB1ASMSRC)' ${outV}
289 echo ${out}: stmp-dirs '$(srcdir)/config/$(LIB1ASMSRC)'
329 echo ${out}: stmp
[all...]
H A Dunwind-dw2.c450 _Unwind_Sword offset, stmp;
530 op_ptr = read_sleb128 (op_ptr, &stmp);
531 result = stmp;
875 _Unwind_Sword offset, stmp;
1014 insn_ptr = read_sleb128 (insn_ptr, &stmp);
1015 offset = stmp * fs->data_align;
1045 insn_ptr = read_sleb128 (insn_ptr, &stmp);
1046 offset = stmp * fs->data_align;
446 _Unwind_Sword offset, stmp; local
871 _Unwind_Sword offset, stmp; local
H A DMakefile.in542 # libgcc.a may be built directly or via stmp-multilib,
1477 LIBGCC_DEPS = $(GCC_PASSES) stmp-int-hdrs $(STMP_FIXPROTO) \
1521 stmp-multilib: $(LIBGCC_DEPS)
1527 $(STAMP) stmp-multilib
1533 gbl-ctors.h stmp-int-hdrs tsystem.h coretypes.h $(TM_H)
1539 gbl-ctors.h stmp-int-hdrs tsystem.h coretypes.h $(TM_H)
1546 gbl-ctors.h stmp-int-hdrs tsystem.h coretypes.h $(TM_H)
1552 gbl-ctors.h stmp-int-hdrs tsystem.h coretypes.h $(TM_H)
1559 gbl-ctors.h stmp-int-hdrs tsystem.h coretypes.h $(TM_H)
3123 stmp
[all...]
H A Dunwind-dw2-fde.c271 _Unwind_Sword stmp;
279 p = read_sleb128 (p, &stmp); /* Skip data alignment. */
270 _Unwind_Sword stmp; local
/freebsd-11-stable/sys/dev/sfxge/
H A Dsfxge_tx.c156 KASSERT((*pstmp)->flags == 0, ("stmp flags are not 0"));
158 &txq->stmp[txq->ptr_mask]))
159 *pstmp = &txq->stmp[0];
229 struct sfxge_tx_mapping *stmp; local
234 stmp = &txq->stmp[id];
235 if (stmp->flags & TX_BUF_UNMAP) {
236 bus_dmamap_unload(txq->packet_dma_tag, stmp->map);
237 if (stmp->flags & TX_BUF_MBUF) {
238 struct mbuf *m = stmp
404 struct sfxge_tx_mapping *stmp; local
1291 struct sfxge_tx_mapping *stmp = &txq->stmp[id]; local
[all...]
H A Dsfxge_tx.h186 struct sfxge_tx_mapping *stmp; /* Packets in flight. */ member in struct:sfxge_txq
/freebsd-11-stable/contrib/binutils/gas/
H A Dcgen.c377 symbolS * stmp = NULL; local
465 stmp = symbol_create (FAKE_LABEL_NAME, expr_section, 0,
467 symbol_set_value_expression (stmp, & exp);
470 stmp = make_expr_symbol (& exp);
476 stmp = expr_build_binary (O_subtract, stmp, expr_build_dot ());
485 if (stmp->bsym && (stmp->bsym->section == expr_section))
488 stmp->bsym->flags |= BSF_SRELC;
490 stmp
833 symbolS * stmp = 0; local
[all...]
H A Dwrite.c267 symbolS *stmp = make_expr_symbol (exp); local
271 exp->X_add_symbol = stmp;
/freebsd-11-stable/libexec/bootpd/
H A Dbootpd.c190 char *stmp;
253 stmp = NULL;
273 stmp = &(argv[0][2]);
277 stmp = argv[0];
279 if (!stmp || (stmp[0] != '/')) {
284 chdir_path = stmp;
289 stmp = &(argv[0][2]);
300 stmp = argv[0];
302 if (!stmp || (sscan
188 char *stmp; local
[all...]
/freebsd-11-stable/libexec/rbootd/
H A Dutils.c330 char *stmp; local
332 if ((stmp = (char *)malloc((unsigned) (strlen(str)+1))) == NULL) {
337 (void) strcpy(stmp, str);
338 return(stmp);
/freebsd-11-stable/crypto/openssl/crypto/asn1/
H A Da_strex.c649 ASN1_STRING stmp, *str = &stmp; local
660 stmp.data = NULL;
661 stmp.length = 0;
662 stmp.flags = 0;
668 *out = stmp.data;
669 return stmp.length;
H A Dtasn_dec.c891 ASN1_STRING *stmp; local
983 stmp = ASN1_STRING_type_new(utype);
984 if (!stmp) {
988 *pval = (ASN1_VALUE *)stmp;
990 stmp = (ASN1_STRING *)*pval;
991 stmp->type = utype;
995 if (stmp->data)
996 OPENSSL_free(stmp->data);
997 stmp->data = (unsigned char *)cont; /* UGLY CAST! RL */
998 stmp
[all...]
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Dzfs_znode.h281 #define ZFS_TIME_ENCODE(tp, stmp) \
283 (stmp)[0] = (uint64_t)(tp)->tv_sec; \
284 (stmp)[1] = (uint64_t)(tp)->tv_nsec; \
288 #define ZFS_TIME_DECODE(tp, stmp) \
290 (tp)->tv_sec = (time_t)(stmp)[0]; \
291 (tp)->tv_nsec = (long)(stmp)[1]; \
/freebsd-11-stable/usr.sbin/newsyslog/
H A Dnewsyslog.c314 struct sigwork_entry *stmp; local
348 SLIST_FOREACH(stmp, &swhead, sw_nextp)
349 do_sigwork(stmp);
378 stmp = SLIST_FIRST(&swhead);
380 free(stmp);
2116 struct sigwork_entry *sprev, *stmp; local
2122 SLIST_FOREACH(stmp, &swhead, sw_nextp) {
2123 ndiff = strcmp(ent->pid_cmd_file, stmp->sw_fname);
2127 if (ent->sig == stmp->sw_signum)
2129 if (ent->sig > stmp
[all...]
/freebsd-11-stable/usr.bin/stat/
H A Dstat.c619 char *stmp, lfmt[24], tmp[20]; local
681 stmp = smode;
682 l = strlen(stmp);
683 if (stmp[l - 1] == ' ')
684 stmp[--l] = '\0';
687 stmp += 1;
688 stmp[3] = '\0';
693 stmp += 4;
694 stmp[3] = '\0';
699 stmp
[all...]
/freebsd-11-stable/crypto/openssl/crypto/rsa/
H A Drsa_ameth.c469 ASN1_STRING *stmp = NULL; local
476 if (!ASN1_item_pack(algtmp, ASN1_ITEM_rptr(X509_ALGOR), &stmp))
481 X509_ALGOR_set0(*palg, OBJ_nid2obj(NID_mgf1), V_ASN1_SEQUENCE, stmp);
482 stmp = NULL;
484 if (stmp)
485 ASN1_STRING_free(stmp);
/freebsd-11-stable/crypto/openssl/apps/
H A Ds_client.c1408 BIO *stmp = BIO_new_file(sess_in, "r"); local
1409 if (!stmp) {
1414 sess = PEM_read_bio_SSL_SESSION(stmp, NULL, 0, NULL);
1415 BIO_free(stmp);
1712 BIO *stmp = BIO_new_file(sess_out, "w"); local
1713 if (stmp) {
1714 PEM_write_bio_SSL_SESSION(stmp, SSL_get_session(con));
1715 BIO_free(stmp);
H A Dapps.c2488 char *stmp, *vtmp = NULL; local
2489 stmp = BUF_strdup(value);
2490 if (!stmp)
2492 vtmp = strchr(stmp, ':');
2497 rv = EVP_PKEY_CTX_ctrl_str(ctx, stmp, vtmp);
2498 OPENSSL_free(stmp);
/freebsd-11-stable/sbin/fsck_ffs/
H A Dsuj.c1349 struct suj_ino *stmp; local
1392 stmp = ino_lookup(rrec->jr_parent, 0);
1393 if (stmp)
1394 ino_setskip(stmp, ino);
/freebsd-11-stable/contrib/binutils/
H A DMakefile.tpl1175 touch gcc/stmp-fixinc gcc/include/fixed; \
1176 rm -f gcc/stmp-headers gcc/stmp-int-hdrs; \

Completed in 332 milliseconds

12