/titanic_41/usr/src/test/libc-tests/cfg/ |
H A D | Makefile | 21 symbols/README \ 22 symbols/ctype_h.cfg \ 23 symbols/dirent_h.cfg \ 24 symbols/fcntl_h.cfg \ 25 symbols/locale_h.cfg \ 26 symbols/math_h.cfg \ 27 symbols/netdb_h.cfg \ 28 symbols/pthread_h.cfg \ 29 symbols/signal_h.cfg \ 30 symbols/stdio_h.cfg \ [all …]
|
/titanic_41/usr/src/pkg/manifests/ |
H A D | system-test-libctest.mf | 27 dir path=opt/libc-tests/cfg/symbols 31 dir path=opt/libc-tests/tests/symbols 36 file path=opt/libc-tests/cfg/symbols/README mode=0444 37 file path=opt/libc-tests/cfg/symbols/ctype_h.cfg mode=0444 38 file path=opt/libc-tests/cfg/symbols/dirent_h.cfg mode=0444 39 file path=opt/libc-tests/cfg/symbols/fcntl_h.cfg mode=0444 40 file path=opt/libc-tests/cfg/symbols/locale_h.cfg mode=0444 41 file path=opt/libc-tests/cfg/symbols/math_h.cfg mode=0444 42 file path=opt/libc-tests/cfg/symbols/netdb_h.cfg mode=0444 43 file path=opt/libc-tests/cfg/symbols/pthread_h.cfg mode=0444 [all …]
|
/titanic_41/usr/src/tools/cscope-fast/ |
H A D | crossref.c | 64 int symbols; /* number of symbols */ variable 100 symbols = 0; in crossref() 122 for (i = 0; i < symbols; ++i) { in crossref() 132 if (i == symbols) { /* if not already in list */ in crossref() 149 if (symbols > 0) { in crossref() 167 if (symbols == msymbols) { in savesymbol() 173 symbol[symbols].type = token; in savesymbol() 174 symbol[symbols].first = first; in savesymbol() 175 symbol[symbols].last = last; in savesymbol() 176 symbol[symbols].length = last - first; in savesymbol() [all …]
|
/titanic_41/usr/src/cmd/abi/appcert/scripts/ |
H A D | symcheck.pl | 300 my (%symbols); 314 $symbols{$sym} = 1; 323 if (exists($symbols{'_exit'})) { 329 if (exists($symbols{'socket'}) && exists($symbols{'_socket'}) && 330 exists($symbols{'bind'}) && exists($symbols{'_bind'}) && 331 exists($symbols{'connect'}) && exists($symbols{'_connect'})) { 337 if (exists($symbols{'_xti_bind'}) && exists($symbols{'_xti_connect'}) && 338 exists($symbols{'_tx_bind'}) && exists($symbols{'_tx_connect'})) {
|
/titanic_41/usr/src/stand/lib/fakeboot/ |
H A D | llib-lfakeboot | 29 * As discussed in <sys/bootsyms.h>, most of the symbols over in psm are 31 * lint libraries that should contain these symbols are either missing or 38 * correct definitions for all the symbols that should be provided by the 42 * the definitions for those symbols should be removed from here. Eventually,
|
/titanic_41/usr/src/uts/common/io/audio/drv/audioemu10k/dsp/ |
H A D | asm10k.c | 609 sym_t *symbols[4]; in compile_asm() local 623 if ((symbols[i] = find_symbol(tokens[i+1])) == NULL) { in compile_asm() 630 if (symbols[i]->type == SY_INPUT) in compile_asm() 633 if (symbols[i]->type == SY_ACCUM && i != 1) in compile_asm() 650 symbols[0]->arg, in compile_asm() 651 symbols[1]->arg, in compile_asm() 652 symbols[2]->arg, in compile_asm() 653 symbols[3]->arg); in compile_asm() 656 symbols[0]->arg, in compile_asm() 657 symbols[1]->arg, in compile_asm() [all …]
|
/titanic_41/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 ]]
|
/titanic_41/usr/src/cmd/sgs/pvs/common/ |
H A D | pvs.msg | 40 \t[-l]\t\tprint reduced symbols\n\ 46 \t[-s]\t\tprint version definition symbols\n\ 54 @ MSG_VER_UNREDSYMS "%s: warning: %s: unable to deduce reduced symbols:\n" 71 # The following strings represent reserved words, files, pathnames and symbols.
|
/titanic_41/usr/src/lib/libsocket/common/ |
H A D | mapfile-vers | 104 # no SUNW_1.2 or SUNW_1.3 symbols, but they are now kept as placeholders. 105 # Don't add any symbols to these versions. 166 # For ABI reasons, the following symbols are in SISCD_2.3 on 32-bit 202 # Don't add any more. Add new private symbols to SUNWprivate_1.3
|
/titanic_41/usr/src/cmd/sgs/elfdump/common/ |
H A D | _elfdump.h | 192 #define symbols symbols64 macro 216 #define symbols symbols32 macro
|
/titanic_41/usr/src/lib/libc/ |
H A D | README | 231 Removed the historical "synonym" symbols from the C Library. 238 These synonym symbols existed such that an application which provided 239 otherwise conflicting symbols could interpose on the version in libc without 243 synonyms.h, which would #define open _open, for all such symbols. 245 Since ON now uses direct bindings extensively all symbols not explicitly 247 actually necessary. Thus synonyms.h was removed, and no new synonym symbols 248 need be added. However, unfortunately, certain of the private symbols were 255 It should never be necessary to add additional synonym symbols to libc nor to 263 Scopes all function symbols within libc protected, excepting those that need
|
/titanic_41/usr/src/lib/krb5/plugins/preauth/pkinit/ |
H A D | mapfile-vers | 41 # no SUNW_1.1 symbols, but the version is now kept as a placeholder. 42 # Don't add any symbols to this version.
|
/titanic_41/usr/src/lib/krb5/plugins/kdb/db2/ |
H A D | mapfile-vers | 40 # no SUNW_1.1 symbols, but the version is now kept as a placeholder. 41 # Don't add any symbols to this version.
|
/titanic_41/usr/src/lib/krb5/dyn/ |
H A D | mapfile-vers | 40 # no SUNW_1.1 symbols, but the version is now kept as a placeholder. 41 # Don't add any symbols to this version.
|
/titanic_41/usr/src/lib/libkstat/common/ |
H A D | mapfile-vers | 42 # no SUNW_1.1 symbols, but the version is now kept as a placeholder. 43 # Don't add any symbols to this version.
|
/titanic_41/usr/src/cmd/ssh/sshd/ |
H A D | mapfile-intf | 26 # symbols are reduced to locals via MAPFILE.NGB in Makefile-ssh.common. sshd 27 # must export some symbols too, thus this mapfile augments the former.
|
/titanic_41/usr/src/common/bignum/ |
H A D | README | 40 See file bignumimpl.c for information about these preprocessor symbols: 43 The other symbols are set in Makefiles, as appropriate.
|
/titanic_41/usr/src/lib/libadm/common/ |
H A D | mapfile-vers | 48 # no SUNW_1.1 symbols, but the version is now kept as a placeholder. 49 # Don't add any symbols to this version. 171 # It was a mistake ever to have exported these symbols from libadm.
|
/titanic_41/usr/src/cmd/sgs/elfedit/modules/common/ |
H A D | sym.msg | 199 By default, symbols are taken from all available symbol tables.\n\ 213 By default, symbols are taken from all available symbol tables.\n\ 230 By default, symbols are taken from all available symbol tables.\n\ 243 By default, symbols are taken from all available symbol tables.\n\ 271 By default, symbols are taken from all available symbol tables.\n\ 287 By default, symbols are taken from all available symbol tables.\n\ 305 By default, symbols are taken from all available symbol tables.\n\ 320 By default, symbols are taken from all available symbol tables.\n\ 334 By default, symbols are taken from all available symbol tables.\n\ 349 By default, symbols are taken from all available symbol tables.\n\ [all …]
|
/titanic_41/usr/src/lib/libpam/ |
H A D | mapfile-vers | 42 # no SUNW_1.2 symbols, but the version is now kept as a placeholder. 43 # Don't add any symbols to this version.
|
/titanic_41/usr/src/lib/libvolmgt/common/ |
H A D | mapfile-vers | 40 # no SUNW_1.2 or SUNW_1.3 symbols, but they are now kept as placeholders. 41 # Don't add any symbols to these versions.
|
/titanic_41/usr/src/lib/krb5/plugins/kdb/db2/libdb2/ |
H A D | mapfile-vers | 40 # no SUNW_1.1 symbols, but the version is now kept as a placeholder. 41 # Don't add any symbols to this version.
|
/titanic_41/usr/src/lib/libmapmalloc/common/ |
H A D | mapfile-vers | 40 # no SUNW_1.1 symbols, but the version is now kept as a placeholder. 41 # Don't add any symbols to this version.
|
/titanic_41/usr/src/test/libc-tests/tests/ |
H A D | Makefile | 17 SUBDIRS = fpround newlocale nl_langinfo symbols wcsrtombs wctype random
|
/titanic_41/usr/src/ucblib/libucb/port/ |
H A D | mapfile-vers | 47 # no SUNW_1.2 symbols, but the version is now kept as a placeholder. 48 # Don't add any symbols to this version. 56 # set of symbols. However, the assignment of symbol to version varies
|