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

12

/freebsd-9.3-release/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-9.3-release/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-9.3-release/sys/dev/sfxge/
H A Dsfxge_tx.c86 struct sfxge_tx_mapping *stmp; local
91 stmp = &txq->stmp[id];
92 if (stmp->flags & TX_BUF_UNMAP) {
93 bus_dmamap_unload(txq->packet_dma_tag, stmp->map);
94 if (stmp->flags & TX_BUF_MBUF) {
95 struct mbuf *m = stmp->u.mbuf;
100 free(stmp->u.heap_buf, M_SFXGE);
102 stmp->flags = 0;
242 struct sfxge_tx_mapping *stmp; local
886 struct sfxge_tx_mapping *stmp = &txq->stmp[id]; local
[all...]
H A Dsfxge_tx.h131 struct sfxge_tx_mapping *stmp; /* Packets in flight. */ member in struct:sfxge_txq
/freebsd-9.3-release/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 Dunwind-dw2-fde.c271 _Unwind_Sword stmp;
279 p = read_sleb128 (p, &stmp); /* Skip data alignment. */
270 _Unwind_Sword stmp; local
/freebsd-9.3-release/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-9.3-release/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))
335 ASN1_TYPE_set(ttmp, atype, stmp);
H A Dx509_lu.c287 X509_OBJECT stmp, *tmp; local
298 j = X509_LOOKUP_by_subject(lu, type, name, &stmp);
303 tmp = &stmp;
415 X509_OBJECT stmp; local
421 stmp.type = type;
424 stmp.data.x509 = &x509_s;
429 stmp.data.crl = &crl_s;
438 return sk_X509_OBJECT_find(h, &stmp);
H A Dby_dir.c260 X509_OBJECT stmp, *tmp; local
266 stmp.type = type;
270 stmp.data.x509 = &data.x509.st_x509;
275 stmp.data.crl = &data.crl.st_crl;
344 j = sk_X509_OBJECT_find(xl->store_ctx->objs, &stmp);
/freebsd-9.3-release/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-9.3-release/libexec/rbootd/
H A Dutils.c334 char *stmp; local
336 if ((stmp = (char *)malloc((unsigned) (strlen(str)+1))) == NULL) {
341 (void) strcpy(stmp, str);
342 return(stmp);
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Dzfs_znode.h294 #define ZFS_TIME_ENCODE(tp, stmp) \
296 (stmp)[0] = (uint64_t)(tp)->tv_sec; \
297 (stmp)[1] = (uint64_t)(tp)->tv_nsec; \
301 #define ZFS_TIME_DECODE(tp, stmp) \
303 (tp)->tv_sec = (time_t)(stmp)[0]; \
304 (tp)->tv_nsec = (long)(stmp)[1]; \
/freebsd-9.3-release/usr.sbin/newsyslog/
H A Dnewsyslog.c297 struct sigwork_entry *stmp; local
331 SLIST_FOREACH(stmp, &swhead, sw_nextp)
332 do_sigwork(stmp);
359 stmp = SLIST_FIRST(&swhead);
361 free(stmp);
2082 struct sigwork_entry *sprev, *stmp; local
2088 SLIST_FOREACH(stmp, &swhead, sw_nextp) {
2089 ndiff = strcmp(ent->pid_cmd_file, stmp->sw_fname);
2093 if (ent->sig == stmp->sw_signum)
2095 if (ent->sig > stmp
[all...]
/freebsd-9.3-release/crypto/openssl/crypto/asn1/
H A Da_strex.c628 ASN1_STRING stmp, *str = &stmp; local
639 stmp.data = NULL;
640 stmp.length = 0;
646 *out = stmp.data;
647 return stmp.length;
H A Dtasn_dec.c849 ASN1_STRING *stmp; local
941 stmp = ASN1_STRING_type_new(utype);
942 if (!stmp) {
946 *pval = (ASN1_VALUE *)stmp;
948 stmp = (ASN1_STRING *)*pval;
949 stmp->type = utype;
953 if (stmp->data)
954 OPENSSL_free(stmp->data);
955 stmp->data = (unsigned char *)cont; /* UGLY CAST! RL */
956 stmp
[all...]
/freebsd-9.3-release/usr.bin/stat/
H A Dstat.c588 char *stmp, lfmt[24], tmp[20]; local
650 stmp = smode;
651 l = strlen(stmp);
652 if (stmp[l - 1] == ' ')
653 stmp[--l] = '\0';
656 stmp += 1;
657 stmp[3] = '\0';
662 stmp += 4;
663 stmp[3] = '\0';
668 stmp
[all...]
/freebsd-9.3-release/contrib/gcc/config/i386/
H A Dt-rtems-i38650 LIBGCC = stmp-multilib
/freebsd-9.3-release/crypto/openssl/apps/
H A Ds_client.c764 BIO *stmp = BIO_new_file(sess_in, "r"); local
765 if (!stmp) {
770 sess = PEM_read_bio_SSL_SESSION(stmp, NULL, 0, NULL);
771 BIO_free(stmp);
1033 BIO *stmp = BIO_new_file(sess_out, "w"); local
1034 if (stmp) {
1035 PEM_write_bio_SSL_SESSION(stmp, SSL_get_session(con));
1036 BIO_free(stmp);
/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Dpeer.c108 dns_peer_t *server, *stmp; local
119 stmp = ISC_LIST_NEXT(server, next);
122 server = stmp;
/freebsd-9.3-release/contrib/libucl/src/
H A Ducl_util.c301 struct ucl_stack *stack, *stmp; local
311 LL_FOREACH_SAFE (parser->stack, stack, stmp) {
/freebsd-9.3-release/sbin/fsck_ffs/
H A Dsuj.c1343 struct suj_ino *stmp; local
1386 stmp = ino_lookup(rrec->jr_parent, 0);
1387 if (stmp)
1388 ino_setskip(stmp, ino);
/freebsd-9.3-release/sys/dev/drm2/radeon/
H A Dradeon_combios.c1227 char stmp[30]; local
1241 stmp[i] = RBIOS8(lcd_info + i + 1);
1242 stmp[24] = 0;
1244 DRM_INFO("Panel ID String: %s\n", stmp);

Completed in 154 milliseconds

12