Searched refs:vendor (Results 1 - 25 of 176) sorted by relevance

12345678

/macosx-10.9.5/apache-786.1/httpd/srclib/apr/build/
H A Dwin32ver.awk3 # ff bits: 1(debug), 2(prerelease), 4(patched), 8(vendor) and 32(special)
7 # special and vendor are toggled by their args.
25 if (match(ARGV[i], /vendor=/)) {
26 vendor = substr(ARGV[i], 8);
66 if (length(vendor)) {
109 if (vendor) {
110 print " VALUE \"PrivateBuild\", \"" vendor "\\0\"";
113 print " VALUE \"SpecialBuild\", \"" vendor "\\0\"";
/macosx-10.9.5/apr-30/apr/apr/build/
H A Dwin32ver.awk3 # ff bits: 1(debug), 2(prerelease), 4(patched), 8(vendor) and 32(special)
7 # special and vendor are toggled by their args.
25 if (match(ARGV[i], /vendor=/)) {
26 vendor = substr(ARGV[i], 8);
66 if (length(vendor)) {
109 if (vendor) {
110 print " VALUE \"PrivateBuild\", \"" vendor "\\0\"";
113 print " VALUE \"SpecialBuild\", \"" vendor "\\0\"";
/macosx-10.9.5/CPANInternal-140/DBIx-Class-Schema-Loader/t/lib/
H A Ddbixcsl_mssql_extra_tests.pm6 my $vendor = 'mssql';
8 sub vendor { subroutine
10 $vendor = shift;
19 CREATE TABLE [${vendor}_loader_test1.dot] (
25 CREATE TABLE ${vendor}_loader_test2 (
34 CREATE TABLE ${vendor}_loader_test3 (
39 CREATE VIEW ${vendor}_loader_test4 AS
40 SELECT * FROM ${vendor}_loader_test3
44 "[${vendor}_loader_test1.dot]",
45 "${vendor}_loader_test
[all...]
/macosx-10.9.5/CPANInternal-140/DBIx-Class-Schema-Loader-0.05003/t/lib/
H A Ddbixcsl_mssql_extra_tests.pm6 my $vendor = 'mssql';
8 sub vendor { subroutine
10 $vendor = shift;
19 CREATE TABLE [${vendor}_loader_test1.dot] (
25 CREATE TABLE ${vendor}_loader_test2 (
34 CREATE TABLE ${vendor}_loader_test3 (
39 CREATE VIEW ${vendor}_loader_test4 AS
40 SELECT * FROM ${vendor}_loader_test3
44 "[${vendor}_loader_test1.dot]",
45 "${vendor}_loader_test
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/examples_java/src/db/GettingStarted/
H A DInventory.java10 private String vendor; field in class:Inventory
31 vendor = data;
55 return vendor;
H A DVendor.java15 private String vendor; field in class:Vendor
46 vendor = data;
78 return vendor;
H A DInventoryBinding.java18 String vendor = ti.readString();
26 inventory.setVendor(vendor);
/macosx-10.9.5/apache-786.1/httpd/build/win32/
H A Dwin32ver.awk18 # ff bits: 1(debug), 2(prerelease), 4(patched), 8(vendor) and 32(special)
22 # special and vendor are toggled by their args.
35 if (match(ARGV[i], /vendor=/)) {
36 vendor = substr(ARGV[i], 8);
86 if (length(vendor)) {
126 if (vendor) {
127 print " VALUE \"PrivateBuild\", \"" vendor "\\0\"";
130 print " VALUE \"SpecialBuild\", \"" vendor "\\0\"";
/macosx-10.9.5/AppleUSBCDCDriver-4201.2.5/AppleUSBCDCACM/DataDriver/Headers/
H A DAppleUSBCDCACMDataUser.h55 UInt16 vendor; member in struct:__anon25
/macosx-10.9.5/Heimdal-323.92.1/lib/kadm5/
H A Dkadm5-pwcheck.h69 const char *vendor; member in struct:kadm5_pw_policy_verifier
/macosx-10.9.5/JavaScriptCore-7537.78.1/disassembler/udis86/
H A Dud_opcode.py39 'vendor' : { 'name' : 'UD_TAB__OPC_VENDOR', 'size' : 3 },
71 'vendor' : {
124 def __init__(self, prefixes, mnemonic, opcodes, operands, vendor):
129 self.vendor = vendor
189 # additional table for disambiguating vendor
190 if len(insn.vendor):
191 table = self.updateTable(table, index, 'vendor', insn.vendor)
192 index = self.OpcExtIndex['vendor'][ins
[all...]
H A Dudis86.c93 * ud_set_vendor() - Set vendor.
101 u->vendor = v;
104 u->vendor = v;
107 u->vendor = UD_VENDOR_AMD;
H A Dud_optable.py50 elif def_node.localName == 'vendor':
72 vendor = ''
75 if node.localName == 'vendor':
76 vendor = node.firstChild.data
81 vendor = local_vendor
83 fn( prefixes, mnemonic, opcodes, operands, vendor )
/macosx-10.9.5/WebCore-7537.78.1/page/
H A DNavigatorBase.h43 String vendor() const;
H A DNavigator.idl33 readonly attribute DOMString vendor;
/macosx-10.9.5/tcsh-65/tcsh/
H A Dtc.vers.c151 const Char *vendor = tgetenv(STRVENDOR); local
154 if (vendor == NULL)
155 vendor = STRunknown;
164 REV, VERS, PATCHLEVEL, ORIGIN, DATE, machtype, vendor, ostype,
/macosx-10.9.5/ruby-104/ruby/test/rexml/
H A Dtest_namespace.rb20 <vendor id="blah">
24 </vendor>
/macosx-10.9.5/ruby-104/ruby/test/
H A Dtest_rbconfig.rb24 assert_match(/(?:\$\(|\/)vendor/, val, key)
30 next unless /\A(?!site|vendor|archdir\z).*arch.*dir\z/ =~ key
/macosx-10.9.5/BerkeleyDB-21/db/examples_c/getting_started/
H A Dgettingstarted_common.h34 DB *vendor_dbp; /* Database containing vendor information */
40 char *vendor_db_name; /* Name of the vendor database */
43 typedef struct vendor { struct
/macosx-10.9.5/BerkeleyDB-21/db/examples_cxx/getting_started/
H A Dexcxx_example_database_read.cpp22 int show_vendor(MyDb &vendorDB, const char *vendor);
102 // shown, the appropriate vendor record is also displayed.
150 // vendor record is also displayed.
184 // Shows a vendor record. Each vendor record is an instance of
185 // a vendor structure. See loadVendorDB() in
189 show_vendor(MyDb &vendorDB, const char *vendor) argument
195 // Set the search key to the vendor's name
196 // vendor is explicitly cast to char * to stop a compiler
198 Dbt key((char *)vendor, (u_int32_
[all...]
/macosx-10.9.5/modemccl-25.1/
H A Dcclparser.h67 // under the 'Other' vendor. "Flat" CCL personalities have their DeviceVendor
80 // returns a new array of vendor keys sorted alphabetically except for
90 - (NSArray*)getModelListForVendor:(NSString*)vendor;
93 // vendor, model, connection script, and personality if needed.
94 // Only needed if vendor/model missing from stored device configuration.
95 // If vendor/model are present, they are validated and the ConnectionScript
/macosx-10.9.5/MITKerberosShim-62.1/
H A Dkrb5-config57 --vendor)
/macosx-10.9.5/SmartCardServices-55111/src/PCSC/
H A DPCSCDriverBundle.h48 DeviceDescription(uint16_t vendor, uint16_t product, std::string name) : argument
49 mVendor(vendor), mProduct(product),
69 uint16_t mVendor; // Unique vendor's manufacturer code assigned by the USB-IF
/macosx-10.9.5/bind9-45.100/bind9/contrib/nslint-2.1a3/
H A Dconfig.sub765 # The value should be what the vendor currently ships out the door with their
879 vendor=unknown
884 vendor=acorn
887 vendor=sun
890 vendor=ibm
893 vendor=hp
896 vendor=hitachi
899 vendor=crds
902 vendor=dg
905 vendor
[all...]
/macosx-10.9.5/gpatch-3/patch/
H A Dconfig.sub1007 # The value should be what the vendor currently ships out the door with their
1157 vendor=unknown
1162 vendor=acorn
1165 vendor=sun
1168 vendor=ibm
1171 vendor=be
1174 vendor=hp
1177 vendor=hp
1180 vendor=hitachi
1183 vendor
[all...]

Completed in 268 milliseconds

12345678