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

/macosx-10.10/ntp-92/libntp/
H A Ddolfptoa.c66 register u_short stmp; local
70 stmp = swork;
72 stmp = (u_short)(stmp - ((swork<<3) + (swork<<1)));
74 *--cp = (u_char)stmp;
/macosx-10.10/OpenSSL098-52/src/crypto/x509/
H A Dx509_att.c288 ASN1_STRING *stmp = NULL; local
292 stmp = ASN1_STRING_set_by_NID(NULL, data, len, attrtype,
294 if(!stmp) {
298 atype = stmp->type;
300 if(!(stmp = ASN1_STRING_type_new(attrtype))) goto err;
301 if(!ASN1_STRING_set(stmp, data, len)) goto err;
319 ASN1_TYPE_set(ttmp, atype, stmp);
H A Dx509_lu.c292 X509_OBJECT stmp,*tmp; local
304 j=X509_LOOKUP_by_subject(lu,type,name,&stmp);
312 tmp= &stmp;
427 X509_OBJECT stmp; local
433 stmp.type=type;
437 stmp.data.x509= &x509_s;
442 stmp.data.crl= &crl_s;
451 return sk_X509_OBJECT_find(h,&stmp);
H A Dby_dir.c264 X509_OBJECT stmp,*tmp; local
269 stmp.type=type;
274 stmp.data.x509= &data.x509.st_x509;
281 stmp.data.crl= &data.crl.st_crl;
364 j = sk_X509_OBJECT_find(xl->store_ctx->objs,&stmp);
/macosx-10.10/OpenSSL098-52/src/crypto/asn1/
H A Da_strex.c561 ASN1_STRING stmp, *str = &stmp; local
569 stmp.data = NULL;
570 stmp.length = 0;
573 *out = stmp.data;
574 return stmp.length;
H A Dtasn_dec.c919 ASN1_STRING *stmp; local
1027 stmp = ASN1_STRING_type_new(utype);
1028 if (!stmp)
1034 *pval = (ASN1_VALUE *)stmp;
1038 stmp = (ASN1_STRING *)*pval;
1039 stmp->type = utype;
1044 if (stmp->data)
1045 OPENSSL_free(stmp->data);
1046 stmp->data = (unsigned char *)cont; /* UGLY CAST! RL */
1047 stmp
[all...]
/macosx-10.10/OpenSSH-189/osslshim/ossl-asn1/
H A Dcs-tasn_dec.c957 ASN1_STRING *stmp; local
1065 stmp = ASN1_STRING_type_new(utype);
1066 if (!stmp)
1072 *pval = (ASN1_VALUE *)stmp;
1076 stmp = (ASN1_STRING *)*pval;
1077 stmp->type = utype;
1082 if (stmp->data)
1083 free(stmp->data);
1084 stmp->data = (unsigned char *)cont; /* UGLY CAST! RL */
1085 stmp
[all...]
/macosx-10.10/crontabs-52/newsyslog/
H A Dnewsyslog.c240 struct sigwork_entry *stmp; local
275 SLIST_FOREACH(stmp, &swhead, sw_nextp)
276 do_sigwork(stmp);
303 stmp = SLIST_FIRST(&swhead);
305 free(stmp);
1738 struct sigwork_entry *sprev, *stmp; local
1744 SLIST_FOREACH(stmp, &swhead, sw_nextp) {
1745 ndiff = strcmp(ent->pid_file, stmp->sw_fname);
1749 if (ent->sig == stmp->sw_signum)
1751 if (ent->sig > stmp
[all...]
/macosx-10.10/dtrace-147/libdwarf/
H A Ddwarf_sort_line.c437 Dwarf_Signed stmp; local
440 DECODE_LEB128_SWORD(line_ptr, stmp)
441 advance_line = (Dwarf_Sword) stmp;
H A Ddwarf_print_lines.c419 Dwarf_Signed stmp; local
422 DECODE_LEB128_SWORD(line_ptr, stmp)
423 advance_line = (Dwarf_Sword) stmp;
H A Ddwarf_line.c723 Dwarf_Signed stmp; local
725 DECODE_LEB128_SWORD(line_ptr, stmp)
726 advance_line = (Dwarf_Sword) stmp;
/macosx-10.10/ruby-106/ruby/
H A Ddir.c192 const char *stmp = 0; local
215 stmp = s;
261 if (ptmp && stmp) {
263 Inc(stmp, send, enc); /* !ISEND(*stmp) */
264 s = stmp;
285 const char *stmp = 0; local
292 stmp = s;
305 if (ptmp && stmp && !(period && *stmp
[all...]
/macosx-10.10/OpenSSL098-52/src/apps/
H A Ds_client.c761 BIO *stmp = BIO_new_file(sess_in, "r"); local
762 if (!stmp)
769 sess = PEM_read_bio_SSL_SESSION(stmp, NULL, 0, NULL);
770 BIO_free(stmp);
1062 BIO *stmp = BIO_new_file(sess_out, "w"); local
1063 if (stmp)
1065 PEM_write_bio_SSL_SESSION(stmp, SSL_get_session(con));
1066 BIO_free(stmp);
/macosx-10.10/bind9-45.101/bind9/lib/dns/
H A Dpeer.c108 dns_peer_t *server, *stmp; local
119 stmp = ISC_LIST_NEXT(server, next);
122 server = stmp;
/macosx-10.10/tcl-105/tcl84/tcl/generic/
H A Dregc_nfa.c696 duptraverse(nfa, s, stmp)
699 struct state *stmp; /* s's duplicate, or NULL */
706 s->tmp = (stmp == NULL) ? newstate(nfa) : stmp;
/macosx-10.10/cxxfilt-11/cxxfilt/bfd/
H A DMakefile.am906 $(BFD_H): stmp-bfd-h ; @true
908 stmp-bfd-h: bfd-in3.h
913 touch stmp-bfd-h
936 $(srcdir)/bfd-in2.h: @MAINT@ stmp-bin2-h ; @true
937 stmp-bin2-h: $(BFD_H_FILES) $(BFD64_H_FILES)
941 touch stmp-bin2-h
943 $(srcdir)/libbfd.h: @MAINT@ stmp-lbfd-h ; @true
944 stmp-lbfd-h: $(LIBBFD_H_FILES)
948 touch stmp-lbfd-h
950 $(srcdir)/libcoff.h: @MAINT@ stmp
[all...]
/macosx-10.10/tcl-105/tcl/tcl/generic/
H A Dregc_nfa.c767 struct state *stmp) /* s's duplicate, or NULL */
775 s->tmp = (stmp == NULL) ? newstate(nfa) : stmp;
740 duptraverse( struct nfa *nfa, struct state *s, struct state *stmp) argument
/macosx-10.10/tcl-105/tcl_ext/tdom/tdom/generic/
H A Ddomxslt.c1364 char stmp[240], ftmp[80]; local
1387 sprintf (stmp, "%f", number);
1388 if (stmp[0] == '-') isNeg = 1;
1605 sprintf(stmp,"%0*d", nZero, i);
1606 l = strlen (stmp);
1608 t = df->zeroDigit + stmp[j] - 48;
1613 fprintf (stderr, "'%s' ---> ..\n", stmp);
1650 sprintf(stmp,"%0*d", nZero, i);
1651 l = strlen (stmp);
1653 n[j] = df->zeroDigit + (int) stmp[
[all...]
/macosx-10.10/swig-12/Source/CParse/
H A Dparser.y2820 String *stmp = 0;
2824 clsname = stmp = NewStringf("%s::%s", Namespaceprefix, Getattr(templnode,"name"));
2838 if (stmp) Delete(stmp);
H A Dparser.c5960 String *stmp = 0;
5964 clsname = stmp = NewStringf("%s::%s", Namespaceprefix, Getattr(templnode,"name"));
5978 if (stmp) Delete(stmp);
5957 String *stmp = 0; local
/macosx-10.10/vim-55/runtime/
H A Doptwin.vim1077 call <SID>BinOptionG("stmp", &stmp)
/macosx-10.10/vim-55/runtime/syntax/
H A Dvim.vim28 syn keyword vimOption contained ai ambw ari aw backupext beval biosk brk buflisted cdpath cin cinwords cocu compatible consk cpt cscopetagorder csverb debug dict dir eb enc errorbells expandtab fdl fenc fileformat fml foldignore foldopen fs gfn grepprg guiheadroom helplang history hls imactivatekey iminsert inde insertmode iskeyword keymodel laststatus lisp lpl magic maxfuncdepth menuitems mm modifiable mousem mps number opendevice paste pex pmbcs printencoding prompt rdt revins ro runtimepath scroll sections sh shellslash shortmess showtabline slm sn spellcapcheck splitright ssop stmp swapfile syn tabstop tagstack tbs textauto tildeop titlestring top ttimeout ttym uc undolevels vb vfile visualbell wc wh wildignore window winwidth wmw writeany

Completed in 387 milliseconds