/illumos-gate/usr/src/test/libc-tests/cfg/ |
H A D | Makefile | 21 symbols/README \ 22 symbols/assert_h.cfg \ 23 symbols/ctype_h.cfg \ 24 symbols/dirent_h.cfg \ 25 symbols/fcntl_h.cfg \ 26 symbols/locale_h.cfg \ 27 symbols/math_h.cfg \ 28 symbols/netdb_h.cfg \ 29 symbols/pthread_h.cfg \ 30 symbols/signal_ [all...] |
/illumos-gate/usr/src/tools/cscope-fast/ |
H A D | crossref.c | 64 int symbols; /* number of symbols */ variable 69 static int msymbols = SYMBOLINC; /* maximum number of symbols */ 100 symbols = 0; 109 /* if requested, truncate C symbols */ 122 for (i = 0; i < symbols; ++i) { 132 if (i == symbols) { /* if not already in list */ 137 case NEWLINE: /* end of line containing symbols */ 139 putcrossref(); /* output the symbols and source line */ 146 * if there were symbols, outpu [all...] |
H A D | global.h | 81 extern BOOL dbtruncated; /* database symbols are truncated to 8 chars */ 108 extern BOOL truncatesyms; /* truncate symbols to 8 characters */ 123 extern int symbols; /* number of symbols */
|
H A D | scanner.l | 676 if (symbols > 0) {
|
/illumos-gate/usr/src/test/libc-tests/tests/symbols/ |
H A D | setup.ksh | 32 cfg=symbols/${prog%.ksh}.cfg 34 if [[ ! -f ${cfg} && $cfg == symbols/setup.cfg ]]
|
H A D | Makefile | 18 TESTSUBDIR = symbols
|
/illumos-gate/usr/src/cmd/sgs/link_audit/common/ |
H A D | whocalls.ksh | 36 for local symbols (more expensive).
|
/illumos-gate/usr/src/cmd/abi/appcert/scripts/ |
H A D | symcheck.pl | 197 # Reads in the static profile (i.e. the symbols exported by bin in 291 # Takes as input the static profile (e.g. the .text symbols) and returns 300 my (%symbols); 308 # First record all the symbols in the TEXT area: 314 $symbols{$sym} = 1; 323 if (exists($symbols{'_exit'})) { 329 if (exists($symbols{'socket'}) && exists($symbols{'_socket'}) && 330 exists($symbols{'bind'}) && exists($symbols{'_bin [all...] |
/illumos-gate/usr/src/test/libc-tests/tests/ |
H A D | Makefile | 26 symbols \
|
/illumos-gate/usr/src/cmd/sgs/elfdump/common/ |
H A D | _elfdump.h | 192 #define symbols symbols64 macro 216 #define symbols symbols32 macro
|
H A D | elfdump.c | 59 * Versym values for UNDEF symbols resolved by other objects 85 * for local symbols, and the [1] index for globals. If the original 136 Sym *sym; /* Array of symbols */ 137 Word symn; /* # of symbols */ 268 * Relocations can reference section symbols and standard symbols. If the 1147 * in the symbols do not correspond to these headers. 1253 * section. UNDEF symbols don't count in this case, 1286 * have global binding. Note, we exclude UNDEF/NOTY symbols with zero 1287 * value and size, as these symbols ma 2441 symbols(Cache *cache, Word shnum, Ehdr *ehdr, uchar_t osabi, function [all...] |
/illumos-gate/usr/src/uts/common/io/audio/drv/audioemu10k/dsp/ |
H A D | asm10k.c | 607 sym_t *symbols[4]; local 621 if ((symbols[i] = find_symbol(tokens[i+1])) == NULL) { 628 if (symbols[i]->type == SY_INPUT) 631 if (symbols[i]->type == SY_ACCUM && i != 1) 648 symbols[0]->arg, 649 symbols[1]->arg, 650 symbols[2]->arg, 651 symbols[3]->arg); 654 symbols[0]->arg, 655 symbols[ [all...] |
/illumos-gate/usr/src/lib/libsqlite/tool/ |
H A D | lemon.c | 154 int nrhs; /* Number of RHS symbols */ 155 struct symbol **rhs; /* The RHS symbols */ 169 ** symbols which are allowed to immediately follow the end of the rule. 237 int nsymbol; /* Number of terminal and nonterminal symbols */ 238 int nterminal; /* Number of terminal symbols */ 239 struct symbol **symbols; /* Sorted array of pointers to symbols */ member in struct:lemon 244 char *tokentype; /* Type of terminal symbols in the parser stack */ 245 char *vartype; /* The default type of non-terminal symbols */ 300 /* Routines for handling symbols o [all...] |
/illumos-gate/usr/src/cmd/sgs/libconv/ |
H A D | Makefile.com | 50 symbols.o syminfo.o \
|
/illumos-gate/usr/src/lib/libresolv2/common/resolv/ |
H A D | res_debug.c | 651 const struct res_sym *symbols; local 655 symbols = __p_update_section_syms; 658 symbols = __p_default_section_syms; 661 return (sym_ntos(symbols, section, (int *)0));
|
/illumos-gate/usr/src/uts/sun4u/ml/ |
H A D | cpr_resume_setup.s | 91 ! any new data symbols should be added after tstack.
|
/illumos-gate/usr/src/cmd/iconv/ |
H A D | charmap.c | 258 * stream (mbs encodings) to symbols. Second, we parse the "to" map,
|
/illumos-gate/usr/src/cmd/sgs/rtld/sparc/ |
H A D | boot_elf.s | 84 _elf_rtbndr = elf_rtbndr ! rummage around for our symbols
|
/illumos-gate/usr/src/cmd/sgs/rtld/sparcv9/ |
H A D | boot_elf.s | 108 _elf_rtbndr = elf_rtbndr ! rummage around for our symbols
|
/illumos-gate/usr/src/grub/grub-0.97/docs/ |
H A D | texinfo.tex | 1584 % In order for the font changes to affect most math symbols and letters, 1995 % Also doesn't work in math. Do we need to do math with euro symbols? 5060 % print special symbols as themselves, and 5094 % print special symbols as themselves, and
|