Searched refs:dbx (Results 1 – 12 of 12) sorted by relevance
/titanic_50/usr/src/lib/libsqlite/test/ |
H A D | tableapi.test | 24 set ::dbx [sqlite_open test.db] 25 catch {sqlite_exec_printf $::dbx {DROP TABLE xyz} {}} 26 sqlite_exec_printf $::dbx {CREATE TABLE %s(a int, b text)} xyz 29 sqlite_exec_printf $::dbx { 34 sqlite_exec_printf $::dbx {SELECT * FROM xyz} {} 38 sqlite_get_table_printf $::dbx { 44 sqlite_get_table_printf $::dbx { 50 sqlite_get_table_printf $::dbx \ 53 sqlite_get_table_printf $::dbx { 58 sqlite_get_table_printf $::dbx { [all …]
|
H A D | attach.test | 572 sqlite dbx cannot-read 573 dbx eval {CREATE TABLE t1(a,b,c)} 574 dbx close
|
/titanic_50/usr/src/lib/libcurses/screen/ |
H A D | overlap.c | 55 int sby, sbx, sey, sex, dby, dbx, dey, dex, in _overlap() local 64 sbx = Srcwin->_begx; dbx = Dstwin->_begx; in _overlap() 66 sex = sbx + Srcwin->_maxx; dex = dbx + Dstwin->_maxx; in _overlap() 68 if (sey < dby || sby > dey || sex < dbx || sbx > dex) in _overlap() 72 left = _MAX(sbx, dbx); right = _MIN(sex, dex); in _overlap() 75 dey = bottom - dby - 1; dex = right - dbx - 1; in _overlap() 76 dby = top - dby; dbx = left - dbx; in _overlap() 78 return (copywin(Srcwin, Dstwin, sby, sbx, dby, dbx, dey, dex, Overlay)); in _overlap()
|
/titanic_50/usr/src/common/mapfiles/common/ |
H A D | map.filter | 32 # of dbx that produce warning messages if they find objects without traditional
|
/titanic_50/usr/src/cmd/sgs/rtld/common/ |
H A D | mapfile-vers | 71 _elf_rtbndr; # dbx expects to find these
|
/titanic_50/usr/src/cmd/smbsrv/fksmbd/ |
H A D | README | 53 You can also run it under dbx (see the .dbxrc file).
|
/titanic_50/usr/src/cmd/sgs/rtld/i386/ |
H A D | boot_elf.s | 302 _elf_rtbndr = elf_rtbndr / Make dbx happy
|
/titanic_50/usr/src/cmd/sgs/rtld.4.x/ |
H A D | rtldlib.s | 40 ! +14 break address for adb/dbx
|
/titanic_50/usr/src/cmd/sgs/rtld/sparc/ |
H A D | boot_elf.s | 83 .weak _elf_rtbndr ! keep dbx happy as it likes to
|
/titanic_50/usr/src/cmd/sgs/librtld_db/common/ |
H A D | librtld_db.msg | 32 # as they provide debugging information for dbx developers and shouldn't
|
/titanic_50/usr/src/cmd/sgs/rtld/sparcv9/ |
H A D | boot_elf.s | 107 .weak _elf_rtbndr ! keep dbx happy as it likes to
|
/titanic_50/usr/src/cmd/sgs/packages/common/ |
H A D | SUNWonld-README | 102 4235241 dbx no longer gets dlclose notification. 1143 6382945 AMD64-GCC: dbx: internal error: dwarf reference attribute out of bounds 1282 6786744 32-bit dbx failed with unknown rtld_db.so error on snv_104 1537 6822828 librtld_db can return RD_ERR before RD_NOMAPS, which compromises dbx
|