Searched refs:dbx (Results 1 – 13 of 13) sorted by relevance
/illumos-gate/usr/src/lib/libsqlite/test/ |
H A D | tableapi.test | 22 set ::dbx [sqlite_open test.db] 23 catch {sqlite_exec_printf $::dbx {DROP TABLE xyz} {}} 24 sqlite_exec_printf $::dbx {CREATE TABLE %s(a int, b text)} xyz 27 sqlite_exec_printf $::dbx { 32 sqlite_exec_printf $::dbx {SELECT * FROM xyz} {} 36 sqlite_get_table_printf $::dbx { 42 sqlite_get_table_printf $::dbx { 48 sqlite_get_table_printf $::dbx \ 51 sqlite_get_table_printf $::dbx { 56 sqlite_get_table_printf $::dbx { [all …]
|
H A D | attach.test | 570 sqlite dbx cannot-read 571 dbx eval {CREATE TABLE t1(a,b,c)} 572 dbx close
|
/illumos-gate/usr/src/lib/libcurses/screen/ |
H A D | overlap.c | 53 int sby, sbx, sey, sex, dby, dbx, dey, dex, in _overlap() local 62 sbx = Srcwin->_begx; dbx = Dstwin->_begx; in _overlap() 64 sex = sbx + Srcwin->_maxx; dex = dbx + Dstwin->_maxx; in _overlap() 66 if (sey < dby || sby > dey || sex < dbx || sbx > dex) in _overlap() 70 left = _MAX(sbx, dbx); right = _MIN(sex, dex); in _overlap() 73 dey = bottom - dby - 1; dex = right - dbx - 1; in _overlap() 74 dby = top - dby; dbx = left - dbx; in _overlap() 76 return (copywin(Srcwin, Dstwin, sby, sbx, dby, dbx, dey, dex, Overlay)); in _overlap()
|
/illumos-gate/usr/src/common/mapfiles/common/ |
H A D | map.filter | 32 # of dbx that produce warning messages if they find objects without traditional
|
/illumos-gate/usr/src/cmd/fs.d/smbclnt/fksmbcl/ |
H A D | README | 34 You can also run it under dbx (see the .dbxrc file).
|
/illumos-gate/usr/src/cmd/sgs/rtld/common/ |
H A D | mapfile-vers | 71 _elf_rtbndr; # dbx expects to find these
|
/illumos-gate/usr/src/cmd/smbsrv/fksmbd/ |
H A D | README | 53 You can also run it under dbx (see the .dbxrc file).
|
/illumos-gate/usr/src/cmd/sgs/rtld/i386/ |
H A D | boot_elf.S | 301 _elf_rtbndr = elf_rtbndr / Make dbx happy
|
/illumos-gate/usr/src/cmd/sgs/rtld/sparc/ |
H A D | boot_elf.S | 82 .weak _elf_rtbndr ! keep dbx happy as it likes to
|
/illumos-gate/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
|
/illumos-gate/usr/src/cmd/sgs/rtld/sparcv9/ |
H A D | boot_elf.S | 106 .weak _elf_rtbndr ! keep dbx happy as it likes to
|
/illumos-gate/usr/src/cmd/sgs/tools/ |
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
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/misc/ |
H A D | magic.tab | 1351 0 string ms C/C++ program database ms program database application/x-dbx
|