Home
last modified time | relevance | path

Searched refs:unencode (Results 1 – 25 of 26) sorted by relevance

12

/dports/emulators/gxemul/gxemul-0.6.3/src/file/
H A Dfile_elf.cc154 unencode(ephoff, &hdr64.e_phoff, Elf64_Off); in file_load_elf()
157 unencode(eshoff, &hdr64.e_shoff, Elf64_Off); in file_load_elf()
362 unencode(p_offset, &phdr64.p_offset, Elf64_Off); in file_load_elf()
515 unencode(sh_addralign, &shdr64.sh_addralign, in file_load_elf()
625 unencode(st_name, &sym64.st_name, Elf64_Half); in file_load_elf()
626 unencode(st_info, &sym64.st_info, Elf_Byte); in file_load_elf()
627 unencode(addr, &sym64.st_value, Elf64_Addr); in file_load_elf()
631 unencode(st_name, &sym32.st_name, Elf32_Word); in file_load_elf()
632 unencode(st_info, &sym32.st_info, Elf_Byte); in file_load_elf()
633 unencode(addr, &sym32.st_value, Elf32_Word); in file_load_elf()
[all …]
H A Dfile_macho.cc89 unencode(cputype, &buf[4], uint32_t); in file_load_macho()
90 unencode(cpusubtype, &buf[8], uint32_t); in file_load_macho()
91 unencode(filetype, &buf[12], uint32_t); in file_load_macho()
92 unencode(ncmds, &buf[16], uint32_t); in file_load_macho()
93 unencode(sizeofcmds, &buf[20], uint32_t); in file_load_macho()
94 unencode(flags, &buf[24], uint32_t); in file_load_macho()
137 unencode(cmd_type, &buf[pos], uint32_t); in file_load_macho()
138 unencode(cmd_len, &buf[pos+4], uint32_t); in file_load_macho()
212 unencode(symoff, &buf[pos+8], uint32_t); in file_load_macho()
256 unencode(flavor, &buf[pos+8], uint32_t); in file_load_macho()
[all …]
H A Dfile_ecoff.cc101 unencode(f_magic, &exechdr.f.f_magic, uint16_t); in file_load_ecoff()
143 unencode(f_nscns, &exechdr.f.f_nscns, uint16_t); in file_load_ecoff()
144 unencode(f_symptr, &exechdr.f.f_symptr, uint32_t); in file_load_ecoff()
145 unencode(f_nsyms, &exechdr.f.f_nsyms, uint32_t); in file_load_ecoff()
149 unencode(a_magic, &exechdr.a.magic, uint16_t); in file_load_ecoff()
150 unencode(a_tsize, &exechdr.a.tsize, uint32_t); in file_load_ecoff()
151 unencode(a_dsize, &exechdr.a.dsize, uint32_t); in file_load_ecoff()
152 unencode(a_bsize, &exechdr.a.bsize, uint32_t); in file_load_ecoff()
162 unencode(a_entry, &exechdr.a.entry, uint32_t); in file_load_ecoff()
163 unencode(a_gp, &exechdr.a.gp_value, uint32_t); in file_load_ecoff()
[all …]
H A Dfile_aout.cc112 unencode(entry, &aout_header.a_entry, uint32_t); in file_load_aout()
119 unencode(textsize, &aout_header.a_text, uint32_t); in file_load_aout()
120 unencode(datasize, &aout_header.a_data, uint32_t); in file_load_aout()
123 unencode(symbsize, &aout_header.a_syms, uint32_t); in file_load_aout()
201 unencode(str_index, &aout_symbol_ptr[i].strindex, in file_load_aout()
203 unencode(type, &aout_symbol_ptr[i].type, uint32_t); in file_load_aout()
204 unencode(addr, &aout_symbol_ptr[i].addr, uint32_t); in file_load_aout()
H A Dfile_android.cc98 unencode(page_size, &android_header.page_size, uint32_t); in file_load_android()
101 unencode(kernel_size, &android_header.kernel_size, uint32_t); in file_load_android()
102 unencode(kernel_addr, &android_header.kernel_addr, uint32_t); in file_load_android()
144 unencode(ramdisk_size, &android_header.ramdisk_size, uint32_t); in file_load_android()
145 unencode(ramdisk_addr, &android_header.ramdisk_addr, uint32_t); in file_load_android()
184 unencode(second_size, &android_header.second_size, uint32_t); in file_load_android()
185 unencode(second_addr, &android_header.second_addr, uint32_t); in file_load_android()
H A Dfile.cc69 #define unencode(var,dataptr,typ) { \ macro
/dports/devel/cppcheck/cppcheck-2.6.3/democlient/
H A Ddemoclient.cpp10 static void unencode(const char *src, char *dest) in unencode() function
97 unencode(pdata, code); in main()
/dports/devel/cppcheck-gui/cppcheck-2.6.3/democlient/
H A Ddemoclient.cpp10 static void unencode(const char *src, char *dest) in unencode() function
97 unencode(pdata, code); in main()
/dports/cad/openroad/OpenROAD-2.0/src/sta/app/
H A DStaMain.cc106 char *unencoded = unencode(inits); in evalTclInit()
119 unencode(const char *inits[]) in unencode() function
/dports/dns/mydns/mydns-1.1.0/src/lib/
H A DMakefile.am8 libmydns_a_SOURCES = ip.c question.c rr.c soa.c sql.c str.c unencode.c
H A DMakefile.in65 soa.$(OBJEXT) sql.$(OBJEXT) str.$(OBJEXT) unencode.$(OBJEXT)
226 libmydns_a_SOURCES = ip.c question.c rr.c soa.c sql.c str.c unencode.c
280 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/unencode.Po@am__quote@
/dports/dns/mydns-ng/mydns-1.2.8.31/src/lib/
H A DMakefile.am8 libmydns_a_SOURCES = conf.c db.c ip.c rr.c soa.c sql.c str.c unencode.c
H A DMakefile.in68 unencode.$(OBJEXT)
257 libmydns_a_SOURCES = conf.c db.c ip.c rr.c soa.c sql.c str.c unencode.c
313 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/unencode.Po@am__quote@
/dports/cad/openroad/OpenROAD-2.0/src/sta/include/sta/
H A DStaMain.hh48 unencode(const char *inits[]);
/dports/cad/openroad/OpenROAD-2.0/src/
H A DMain.cc121 char *unencoded = sta::unencode(sta::opendbpy_python_inits); in initPython()
138 unencoded = sta::unencode(sta::openroad_swig_py_python_inits); in initPython()
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/lib/banzai/filter/
H A Dexternal_link_filter.rb85 unencoded_uri_str = Addressable::URI.unencode(node_src(node))
/dports/games/spider/spider/
H A Dmovelog.c86 unencode(val, from, dest, num_cards, exposed) in unencode() function
116 unencode(val, &from, &dest, &num_cards, &exposed); in undo()
916 unencode(val, &from, &dest, &num, &exposed);
964 unencode(val, &from, &dest, &num, &exposed);
/dports/devel/p5-Config-Properties/Config-Properties-1.80/t/
H A D1_parse.t33 is ($cfg->getProperty("unicode"), "he\x{0113}llo", "unicode unencode");
/dports/mail/p5-MIME-Tools/MIME-tools-5.509/
H A DREADME378 *not* automatically unencode these strings, since doing so would lose
392 To unencode the strings into some of the more-popular Western byte
/dports/mail/cyrus-imapd34/cyrus-imapd-3.4.2/docsrc/imap/developer/guidance/
H A Dinternationalization.rst104 ``charset_searchfile()`` will dynamically unencode and canonicalize
/dports/mail/cyrus-imapd32/cyrus-imapd-3.2.8/docsrc/imap/developer/guidance/
H A Dinternationalization.rst104 ``charset_searchfile()`` will dynamically unencode and canonicalize
/dports/sysutils/rundeck2/pkgs/webapp/assets/
H A Djquery.tmpl.js.map7 …replace","join","all","before","middle","after","get","storeTmplItems","unencode","concat","text",…
/dports/devel/aegis/aegis-4.25.D510/debian/
H A Dchangelog21239 transparently encode (and unencode) binary files on history put (get).
21272 transparently encode (and unencode) binary files on history put (get).
/dports/www/sogo2/SOGo-2.4.1/
H A DChangeLog3462 (fix) make sure we unencode @ signs before storing them in the ACL table
/dports/www/sogo/SOGo-5.4.0/
H A DChangeLog20455 (fix) make sure we unencode @ signs before storing them in the ACL table

12