Skip site
navigation (1)Skip section navigation (2)
FreeBSD Manual Pages
- dwarf_get_weaks(3), dwarf_weak_cu_offset(3), dwarf_weak_die_offset(3), dwarf_weak_name_offsets(3), dwarf_weakname(3)
- retrieve information about weak symbols
- OSSL_CORE_MAKE_FUNC(3ossl), SSL_OP_BIT(3ossl), EXT_UTF8STRING(3ossl)
- OpenSSL reserved symbols
- RkCvtHan(3), RkCvtHan / RkwCvtHan(3)
- convert double-width symbols, alphanumeric characters, hiragana, and katakana to single-width characters
- XkbGetKeySyms(3)
- Obtain the symbols for a subset of the keys in a keyboard description
- XkbKeyGroupInfo(3)
- Returns the number of groups of symbols bound to the key corresponding to keycode
- XkbKeyNumGroups(3)
- Returns the number of groups of symbols bound to the key corresponding to keycode
- XkbKeyTypesForCoreSymbols(3)
- Determine the Xkb key types appropriate for the symbols bound to a key in a core keyboard mapping
- XkbResizeKeySyms(3)
- Change the number of symbols bound to a key
- XmtSymbolSetValue(3), XmtSymbolSetValue()(3), XmtSymbolGetValue()(3)
- set or query the value of a symbol
- XmtVaRegisterSymbols(3), XmtVaRegisterSymbols()(3), XmtLookupSymbol()(3)
- register a name for application variables, and lookup variables by name
- ansiweather(1)
- weather in terminal, with ANSI colors and Unicode symbols
- c++filt(1)
- Demangle C++ and Java symbols
- deb-symbols(5)
- Debian's extended shared library information file
- dpkg-gensymbols(1)
- generate symbols files (shared library dependency information)
- global(1)
- print locations of given symbols
- gpstrip(1)
- discard symbols from object file
- lepton-symfix(1)
- automatically fix common issues with Lepton EDA symbols
- lepton-tragesym(1)
- create Lepton EDA symbols from structured text files
- lepton-update(1)
- update Lepton EDA symbols and schematics
- libcurl-symbols(3)
- libcurl symbol version information
- llvm-strip90(1), llvm-strip(1)
- object stripping tool # llvm-strip - object stripping tool ## SYNOPSIS llvm-strip [options] ## DESCRIPTION llvm-strip is a tool to strip sections and symbols from object files. The tool is still in active development, but in most scenarios it works as a drop-in replacement for GNU(aqs strip. ## SEE ALSO [llvm-objcopy](llvm-objcopy.html)
- mchar_list_charset(3m17n)
- List symbols representing charsets
- mconv_list_codings(3m17n)
- List symbols representing coding systems
- mdebug_dump_all_symbols(3m17n)
- Dump all symbol names
- nm(1)
- list symbols from object files
- nn_symbol(3)
- query the names and values of nanomsg symbols
- nn_symbol_info(3)
- query the names and properties of nanomsg symbols
- resolve_stack_dump(1)
- resolve numeric stack trace dump to symbols
- sc-mkf77sym(1)
- The sc-mkf77sym program is used to generate symbols for linking FORTRAN subroutines into MPQC
- strip(1)
- Discard symbols from object files
- strip(1)
- discard symbols and other data from object files
- Devel::Constants(3)
- translates constants back to named symbols
- Devel::MAT::Tool::Symbols(3), "Devel::MAT::Tool::Symbols"(3)
- display a list of the symbol table
- Exporter::Easiest(3)
- Takes even more drudgery out of Exporting symbols
- Exporter::Easy(3)
- Takes the drudgery out of Exporting symbols
- Exporter::Tidy(3)
- Another way of exporting symbols
- File::Util::Definitions(3)
- Global symbols and constants used in most File::Util classes
- Importer(3)
- Alternative but compatible interface to modules that export symbols
- Jifty::Manual::Style(3)
- Jifty coding style guide Default style Subsection "Default style" When in doubt, default to whatever Damian Conway's Perl Best Practices says. Private documentation Subsection "Private documentation" When documenting a private method, or providing documentation which is not useful to the user of the module (and is presumably useful to the developer), wrap it in =begin/end private. This way it does not show up in perldoc where a user would see it and yet is still available and well formatted (that is, not just a lump comment) when looking at the code. =begin private =head2 import_extra Called by L<Test::More>s C<import> code when L<Jifty::Test> is first C<use>d, it calls L</setup>, and asks Test::More to export its symbols to the namespace that C<use>d this one. =end private sub import_extra { ... } Test temp files Subsection "Test temp files" Files created by tests should be declared as such using Jifty::Test->test_file() so they are cleaned up on a successful test run. Use Shell::Command Subsection "Use Shell::Command" Shell::Command has a number of functions which work like common shell file commands such as touch, cp and mv. They are battle tested and cross-platform. Use them instead of coding your own. For example, instead of this: open my $file, ">foo"; close $file; Do this: use Shell::Command; touch $file; Case insensitive matching Subsection "Case insensitive matching" To check if a string equals another string case insensitively, do this lc $foo eq lc $bar; lc $foo eq bar; not this: $foo =~ /^eQ$bareE/i; $foo =~ /^bar$/i;
- Marpa::PP::Semantics::Null(3)
- How Marpa Evaluates Null Rules and Symbols
- Marpa::XS::Semantics::Null(3)
- How Marpa Evaluates Null Rules and Symbols
- Math::Algebra::Symbols(3), Header(3)
- "Name" Math::Algebra::Symbols
- Math::Symbolic::Base(3)
- Base class for symbols in symbolic calculations
- MooseX::MarkAsMethods(3)
- Mark overload code symbols as methods
- Net::Interface::NetSymbols(3)
- AF_ PF_ IFxxx type symbols
- PPI::Token::Symbol(3)
- A token class for variables and other symbols
- Perl::Critic::Policy::Modules::ProhibitAutomaticExportation(3)
- Export symbols via "@EXPORT_OK" or "%EXPORT_TAGS" instead of "@EXPORT"
- SVN::Base(3)
- Base class for importing symbols for svn modules
- Symbol(3)
- manipulate Perl symbols and their names
- Symbol::Util(3)
- Additional utils for Perl symbols manipulation
- Text::UnicodeBox(3)
- Text box drawing using the Unicode box symbols
- Validation::Class::Directive::MaxSymbols(3)
- MaxSymbols Directive for Validation Class Field Definitions
- Validation::Class::Directive::MinSymbols(3)
- MinSymbols Directive for Validation Class Field Definitions
- arm-none-eabi-c++filt(1), c++filt(1)
- demangle C++ and Java symbols
- arm-none-eabi-nm(1), nm(1)
- list symbols from object files
- arm-none-eabi-strip(1), strip(1)
- discard symbols and other data from object files
-
- msp430-elf-c++filt(1), c++filt(1)
- demangle C++ and Java symbols
- msp430-elf-nm(1), nm(1)
- list symbols from object files
- msp430-elf-strip(1), strip(1)
- discard symbols and other data from object files
- zpu-elf-c++filt(1), c++filt(1)
- Demangle C++ and Java symbols
- zpu-elf-nm(1), nm(1)
- list symbols from object files
- zpu-elf-strip(1), strip(1)
- Discard symbols from object files