| /sfw/usr/src/cmd/erlang/otp_src_R12B-1/erts/emulator/utils/ |
| make_driver_tab | 24 # drivers we wish to include it has to be generated. 26 # usage: make_driver_tab [-o filename] drivers... 29 my @drivers = (); 39 push(@drivers, $d); 57 foreach (@drivers) { 64 foreach (@drivers) {
|
| /sfw/usr/src/cmd/gcc/gcc-3.4.3/libjava/java/sql/ |
| DriverManager.java | 1 /* DriverManager.java -- Manage JDBC drivers 48 * This class manages the JDBC drivers in the system. It maintains a 49 * registry of drivers and locates the appropriate driver to handle a 53 * by the system property <code>jdbc.drivers</code>. The value of this 55 * class names. Additional drivers can be loaded at any time by 68 * This is the log stream for JDBC drivers. 73 * This is the log writer for JDBC drivers. 78 * This is the login timeout used by JDBC drivers. 83 * This is the list of JDBC drivers that are loaded. 85 private static Vector drivers; field in class:DriverManager [all...] |
| /sfw/usr/src/cmd/php5/imap-2007e/tools/ |
| an | 27 if [ -f $2/drivers ]; then 28 $1 "$BASE/$2/drivers" "$BASE/$3"
|
| ua | 31 if [ -f $2/drivers ]; then 32 $1 "$BASE/$2/drivers" "$BASE/$3"
|
| /sfw/usr/src/cmd/ntpd/ |
| install-sfw | 141 _install N html/drivers/driver33.html ${HTMLDIR}/drivers/driver33.html 0444 142 _install N html/drivers/driver4.html ${HTMLDIR}/drivers/driver4.html 0444 143 _install N html/drivers/driver37.html ${HTMLDIR}/drivers/driver37.html 0444 144 _install N html/drivers/driver12.html ${HTMLDIR}/drivers/driver12.html 0444 145 _install N html/drivers/driver8.html ${HTMLDIR}/drivers/driver8.html 044 [all...] |
| /sfw/usr/src/cmd/webmin/webmin-1.340/custom/ |
| edit_sql.cgi | 7 # Work out which DBI drivers we have 8 @drivers = &list_dbi_drivers(); 9 if (!@drivers) { 49 [ map { [ $_->{'driver'}, $_->{'name'} ] } @drivers ]));
|
| /sfw/usr/src/lib/unixodbc/unixODBC-2.2.14/ |
| unixODBC-sr.spec | 14 # default location for drivers is libdir 60 Drivers bundled with %{name} can be found in the %{name}-drivers packages. 61 Links to further drivers can be found under %{url}drivers.html 98 - odbctest graphical user interface for testing ODBC drivers (developer) 115 %package drivers 116 Summary: Database Drivers and Setup libraries for unixODBC 119 Provides: %{name}-drivers, %{vpkg}-drivers [all...] |
| /sfw/usr/src/cmd/cups/cups-1.4.1/ppdc/ |
| ppdhtml.cxx | 49 *composite; // Composite of all drivers 103 // drivers in the info file... 106 for (d = (ppdcDriver *)src->drivers->first(); d; d = (ppdcDriver *)src->drivers->next()) 123 for (d = (ppdcDriver *)src->drivers->first(); d; d = (ppdcDriver *)src->drivers->next()) 156 // If no drivers have been loaded, display the program usage message.
|
| /sfw/usr/src/pkgdefs/SUNWntpu/ |
| prototype_com | 82 d none usr/share/doc/ntp/drivers 0755 root bin 83 d none usr/share/doc/ntp/drivers/icons 0755 root bin 84 d none usr/share/doc/ntp/drivers/scripts 0755 root bin 103 f none usr/share/doc/ntp/drivers/driver1.html 0444 root bin 104 f none usr/share/doc/ntp/drivers/driver10.html 0444 root bin 105 f none usr/share/doc/ntp/drivers/driver11.html 0444 root bin 106 f none usr/share/doc/ntp/drivers/driver12.html 0444 root bin 107 f none usr/share/doc/ntp/drivers/driver16.html 0444 root bin 108 f none usr/share/doc/ntp/drivers/driver18.html 0444 root bin 109 f none usr/share/doc/ntp/drivers/driver19.html 0444 root bi [all...] |
| /sfw/usr/src/cmd/apr-util/apr-util-1.3/apr-util-1.3.9/dbm/ |
| apr_dbm.c | 62 static apr_hash_t *drivers = NULL; variable 67 /* set drivers to NULL so init can work again */ 68 drivers = NULL; 138 drivers = apr_hash_make(pool); 139 apr_hash_set(drivers, "sdbm", APR_HASH_KEY_STRING, &apr_dbm_type_sdbm); 153 *vtable = apr_hash_get(drivers, type, APR_HASH_KEY_STRING); 160 * drivers hash table; ignore the passed-in pool */ 161 pool = apr_hash_pool_get(drivers); 179 apr_hash_set(drivers, type, APR_HASH_KEY_STRING, *vtable);
|
| /sfw/usr/src/cmd/php5/php-5.2.11/ext/pdo/ |
| pdo.c | 43 /* the registry of PDO drivers */ 100 Return array of available PDO drivers */ 184 zend_error(E_ERROR, "You MUST load PDO before loading any PDO drivers"); 362 char *drivers = NULL, *ldrivers = estrdup(""); local 370 spprintf(&drivers, 0, "%s, %s", ldrivers, (*pdriver)->driver_name); 373 ldrivers = drivers; 376 php_info_print_table_row(2, "PDO drivers", drivers ? drivers+2 : ""); 378 if (drivers) { [all...] |
| /sfw/usr/src/cmd/apache2/httpd-2.2.14/srclib/apr-util/dbm/ |
| apr_dbm.c | 62 static apr_hash_t *drivers = NULL; variable 67 /* set drivers to NULL so init can work again */ 68 drivers = NULL; 138 drivers = apr_hash_make(pool); 139 apr_hash_set(drivers, "sdbm", APR_HASH_KEY_STRING, &apr_dbm_type_sdbm); 153 *vtable = apr_hash_get(drivers, type, APR_HASH_KEY_STRING); 160 * drivers hash table; ignore the passed-in pool */ 161 pool = apr_hash_pool_get(drivers); 179 apr_hash_set(drivers, type, APR_HASH_KEY_STRING, *vtable);
|
| /sfw/usr/src/cmd/foomatic-db-engine/foomatic-db-engine-3.0-20080903/ |
| foomatic-ppdfile.in | 106 my @drivers = @{$printer->{'drivers'}}; 109 # No drivers => No PPDs 110 next if $#drivers < 0; 115 if (Foomatic::DB::member($recdriver, @drivers)) { 119 foreach my $driver (@drivers) { 127 @sorteddrivers = @drivers; 130 # Go through all the drivers and list the PPD entries 149 my @drivers = $db->get_driverlist(); 158 if( $printer->{'drivers'} ){ [all...] |
| foomatic-preferred-driver.in | 35 for my $d (@{$printer->{'drivers'}}) { 57 #Sort drivers appropriate to ranking list 58 my @sorted = sort sortdrivers @{$printer->{'drivers'}}; 96 # against other drivers. 99 my @drivers = ( 104 "hl1250", # Special Brother drivers should be preferred 108 "alc8500", # with these drivers from Epson 117 "ljet4\$", # HP laser drivers, the newer, the better 130 # of these drivers, it is for sure not supported by 150 "hpijs-rss", # HP drivers, patche [all...] |
| foomatic-perl-data.c | 188 printerDrvEntryPtr *drivers; member in struct:comboData 305 /* Drivers (for user-contributed printer entries and for ready-made PPD 308 printerDrvEntryPtr *drivers; member in struct:printerEntry 413 /* Drivers */ 416 printerDrvEntryPtr *drivers; member in struct:overviewPrinter 845 printer->drivers = NULL; 881 } else if ((!xmlStrcmp(cur1->name, (const xmlChar *) "drivers"))) { 889 dentry = printer->drivers[i]; 898 printer->drivers = 900 realloc((printerDrvEntryPtr *)printer->drivers, [all...] |
| /sfw/usr/src/cmd/webmin/webmin-1.340/net/ |
| rc.inet1 | 37 network drivers in a Linux kernel can make it too large to even boot, and 38 sometimes including extra drivers can cause system hangs. To support your
|
| /sfw/usr/src/cmd/sysbench/sysbench-0.4.12/sysbench/ |
| db_driver.c | 35 static sb_list_t drivers; /* list of available DB drivers */ variable 37 /* DB drivers registrars */ 63 "specifies database driver to use ('help' to get list of available drivers)", 75 /* Register available database drivers and command line arguments */ 83 /* Register database drivers */ 84 SB_LIST_INIT(&drivers); 86 register_driver_mysql(&drivers); 89 register_driver_oracle(&drivers); 92 register_driver_pgsql(&drivers); [all...] |
| /sfw/usr/src/lib/logilab-common/logilab-common-0.40.0/test/ |
| unittest_db.py | 18 self.drivers = {"pg":[('foo', None), ('bar', None)]} 19 self.drivers = {'pg' : ["foo", "bar"]} 22 set_prefered_driver('pg','bar', self.drivers) 23 self.assertEquals('bar', self.drivers['pg'][0]) 27 set_prefered_driver('oracle','bar', self.drivers) 34 set_prefered_driver('pg','baz', self.drivers)
|
| /sfw/usr/src/cmd/php5/imap-2007e/src/osdep/amiga/ |
| dummy.c | 160 DRIVER *drivers; 191 for (drivers = (DRIVER *) mail_parameters (NIL,GET_DRIVERS,NIL); 192 drivers && !(!(drivers->flags & DR_DISABLE) && 193 (drivers->flags & DR_DIRFMT) && 194 (*drivers->valid) ("INBOX")); drivers = drivers->next); 196 dummy_listed (stream,drivers ? '/' : NIL,"INBOX", 197 drivers ? NIL : LATT_NOINFERIORS,contents) 156 DRIVER *drivers; local 273 DRIVER *drivers; local [all...] |
| /sfw/usr/src/cmd/php5/imap-2007e/src/osdep/unix/ |
| dummy.c | 160 DRIVER *drivers; 191 for (drivers = (DRIVER *) mail_parameters (NIL,GET_DRIVERS,NIL); 192 drivers && !(!(drivers->flags & DR_DISABLE) && 193 (drivers->flags & DR_DIRFMT) && 194 (*drivers->valid) ("INBOX")); drivers = drivers->next); 196 dummy_listed (stream,drivers ? '/' : NIL,"INBOX", 197 drivers ? NIL : LATT_NOINFERIORS,contents) 156 DRIVER *drivers; local 273 DRIVER *drivers; local [all...] |
| /sfw/usr/src/lib/pmdbi/DBI-1.58/t/ |
| 03handle.t | 20 # installed drivers should start empty 21 my %drivers = DBI->installed_drivers(); 22 is(scalar keys %drivers, 0); 39 %drivers = DBI->installed_drivers(); 40 is(scalar keys %drivers, 1); 41 ok(exists $drivers{ExampleP}); 42 ok($drivers{ExampleP}->isa('DBI::dr'));
|
| 01basics.t | 212 my @drivers = DBI->available_drivers(); 213 cmp_ok(scalar(@drivers), '>', 0, '... we at least have one driver installed'); 216 # we lowercase the interpolated @drivers array 219 like(lc("@drivers"), qr/examplep/, '... we should at least have ExampleP installed'); 293 print "Test DBI->installed_versions (for @drivers)\n"; 294 print "(If one of those drivers, or the configuration for it, is bad\n"; 297 die "Test aborted because a driver (one of: @drivers) hung while loading"
|
| /sfw/usr/src/lib/trousers/trousers-0.3.2/dist/fedora/ |
| fedora.initrd.tcsd | 30 for d in `echo /lib/modules/$(uname -r)/kernel/drivers/char/tpm/tpm_*`; do
|
| /sfw/usr/src/cmd/areca/areca-7.1/src/com/myJava/file/ |
| FileSystemManager.java | 63 * Drivers indexes par point de montage 65 protected Map drivers = new HashMap(); field in class:FileSystemManager 68 * Drivers indexes par point de montage. 69 * <BR>Contrairement a la map "drivers", cette map ne contient que les drivers 71 * <BR>Elle sert a reinitialiser la map "drivers" suite a l'appel a la methode "unregisterDriver" 87 * <BR>On evite ainsi des recherches dans la Map des drivers : le driver par defaut 151 // Reinitialisation de la map de drivers 156 this.drivers.clear(); 157 this.drivers.putAll(this.driversReference) [all...] |
| /sfw/usr/src/lib/unixodbc/unixODBC-2.2.14/odbctest/ |
| odbctest.cpp | 671 Q3PopupMenu* drivers = new Q3PopupMenu( this ); local 673 QPopupMenu* drivers = new QPopupMenu( this ); local 675 id = drivers->insertItem( "SQLRemo&veDrivers...", this, SLOT(sqlremovedrivers()) ); 676 drivers->setItemEnabled( id, FALSE ); 677 id = drivers->insertItem( "S&QLConfigDrivers...", this, SLOT(sqlconfigdrivers()) ); 678 drivers->setItemEnabled( id, FALSE ); 679 id = drivers->insertItem( "SQLI&nstallDriver...", this, SLOT(sqlinstalldriver()) ); 680 drivers->setItemEnabled( id, FALSE ); 681 id = drivers->insertItem( "SQLI&nstallDriverEx...", this, SLOT(sqlinstalldriverex()) ); 682 drivers->setItemEnabled( id, FALSE ) [all...] |