Searched refs:KEY (Results 26 - 37 of 37) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Drecd018.tcl29 set key KEY
H A Denv012.tcl50 set key KEY
H A Drep043.tcl178 set key KEY.$i.$j
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/input/keyboard/
H A Domap-keypad.c164 key = KEY(col, row, 0);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/hardware/eicon/
H A Dpc.h287 #define KEY 0x2c /* keypad information element */ macro
H A Dmessage.c1731 { /* no fac, with CPN, or KEY */
1738 add_s(plci,KEY,&ai_parms[1]);
4845 UUI, CONG_RR, CONG_RNR, ESC_CHI, KEY, CHI, CAU, ESC_LAW,
4954 add_i[1] = parms[15]; /* KEY of additional info */
6252 dbug(1,dprintf("KEY"));
6322 || Info_Number==KEY
7439 add_s (plci,KEY,&ai_parms[1]);
8890 add_p(plci,KEY,"\x04\x43\x41\x32\x30");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/hotplug2/
H A Dhotplug2-dnode.c213 GET_BITMAP(KEY, key, 'k', KEY_MIN_INTERESTING);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/expat-2.0.1/lib/
H A Dxmlparse.c89 typedef const XML_Char *KEY; typedef
92 KEY name;
399 lookup(HASH_TABLE *table, KEY name, size_t createSize);
5837 keyeq(KEY s1, KEY s2)
5846 hash(KEY s)
5855 lookup(HASH_TABLE *table, KEY name, size_t createSize)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/tests/
H A Dcavs_driver.pl834 my $out = "-----BEGIN PUBLIC KEY-----\n";
836 $out .= "-----END PUBLIC KEY-----\n";
1643 my $keytype = ""; # we can have "KEY", "KEYs", "KEY1"
1824 if ($line =~ /^(KEY|KEY1|Key)\s*=\s*(.*)/) { # found in ciphers and RNG
1825 die "KEY seen twice - input file crap" if ($key1 ne "");
1831 die "KEY seen twice - input file crap" if ($key1 ne "");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/hotplug2/linux24_compat/
H A Dgenerate_alias.c793 GET_BITMAP(KEY, key, 'k', KEY_MIN_INTERESTING);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/input/
H A Dinput.c548 input_seq_print_bitmap(seq, "KEY", dev->keybit, KEY_MAX);
827 INPUT_DEV_CAP_ATTR(KEY, key);
969 INPUT_ADD_HOTPLUG_BM_VAR("KEY=", dev->keybit, KEY_MAX);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/sqlite-3.6.22/
H A Dsqlite3.c1839 ** the table has a column of type [INTEGER PRIMARY KEY] then that column
4513 ** <tr><td> 8th <td> int <td> True if column is part of the PRIMARY KEY
4525 ** [INTEGER PRIMARY KEY] column has been explicitly declared, then the output
4527 ** explicitly declared [INTEGER PRIMARY KEY] column, then the output
8556 u8 isPrimKey; /* True if this column is part of the PRIMARY KEY */
8704 ** If the table has an INTEGER PRIMARY KEY, then Table.iPKey is the index of
8706 ** that the datatype of the PRIMARY KEY must be INTEGER for this field to
8707 ** be set. An INTEGER PRIMARY KEY is used as the rowid for each row of
8708 ** the table. If a table has no INTEGER PRIMARY KEY, then a random rowid
8710 ** the table has any PRIMARY KEY, INTEGE
[all...]

Completed in 316 milliseconds

12