| /src/external/bsd/nvi/dist/gtk/ |
| gtkvi.c | 22 #include <gtk/gtk.h>
|
| gtk_main.c | 21 #include <gtk/gtk.h>
|
| gtkviwindow.c | 5 #include <gtk/gtk.h>
|
| gtkviscreen.c | 4 #include <gtk/gtkmain.h> 5 #include <gtk/gtksignal.h>
|
| /src/external/bsd/wpa/dist/hs20/client/ |
| Makefile | 14 GTKCFLAGS := $(shell pkg-config --cflags gtk+-3.0 webkit2gtk-4.0) 15 GTKLIBS := $(shell pkg-config --libs gtk+-3.0 webkit2gtk-4.0) 18 GTKCFLAGS := $(shell pkg-config --cflags gtk+-3.0 webkitgtk-3.0) 19 GTKLIBS := $(shell pkg-config --libs gtk+-3.0 webkitgtk-3.0)
|
| Android.mk | 9 INCLUDES += external/webkit/Source/WebKit/gtk
|
| /src/external/bsd/nvi/dist/dist/ |
| distrib | 54 for i in cl common ex gtk ip ipc motif motif_l tcl_api vi; do 79 ../cl/*.[ch] ../common/*.[ch] ../ex/*.[ch] ../gtk/*.[ch] ../ip/*.[ch] \
|
| /src/external/bsd/wpa/dist/src/rsn_supp/ |
| wpa.c | 1134 MACSTR " [PTK=%s GTK=%s]", MAC2STR(addr), 1324 u8 gtk[32]; member in struct:wpa_gtk_data 1333 const u8 *_gtk = gd->gtk; 1337 if ((sm->gtk.gtk_len == (size_t) gd->gtk_len && 1338 os_memcmp(sm->gtk.gtk, gd->gtk, sm->gtk.gtk_len) == 0) || 1340 os_memcmp(sm->gtk_wnm_sleep.gtk, gd->gtk, 1400 const u8 *gtk = gd->gtk; local [all...] |
| wpa_ft.c | 802 u8 gtk[32]; local 818 wpa_printf(MSG_DEBUG, "FT: No GTK included in FTIE"); 822 wpa_hexdump_key(MSG_DEBUG, "FT: Received GTK in Reassoc Resp", 826 gtk_elem_len - 19 > sizeof(gtk)) { 827 wpa_printf(MSG_DEBUG, "FT: Invalid GTK sub-elem " 832 if (aes_unwrap(kek, kek_len, gtk_len / 8, gtk_elem + 11, gtk)) { 834 "decrypt GTK"); 848 wpa_printf(MSG_DEBUG, "FT: Too short GTK in FTIE"); 857 wpa_printf(MSG_DEBUG, "FT: GTK length mismatch: received %d " 863 wpa_hexdump_key(MSG_DEBUG, "FT: GTK from Reassoc Resp", gtk, keylen) [all...] |
| wpa.h | 165 struct wpa_gtk gtk; member in struct:wpa_sm_link
|
| wpa_i.h | 38 struct wpa_gtk gtk; member in struct:wpa_sm
|
| /src/external/gpl2/gettext/dist/gettext-tools/examples/hello-c++-gnome/ |
| hello.cc | 10 #include <gtk--.h> 17 static Gtk::Main *application; 28 Gtk::Window *window; 29 Gtk::VBox *panel; 30 Gtk::Label *label1; 31 Gtk::Alignment *label1aligned; 32 Gtk::Label *label2; 33 Gtk::Alignment *label2aligned; 34 Gtk::Button *button; 35 Gtk::HButtonBox *buttonbar [all...] |
| /src/external/gpl2/gettext/dist/gettext-tools/tests/ |
| xgettext-glade-3 | 11 <GTK-Interface/> 63 <property name="label">gtk-close</property> 74 <property name="label">gtk-help</property>
|
| /src/external/bsd/wpa/dist/src/ap/ |
| wpa_auth.c | 326 "TESTING: Override GTK RSC %016llx --> %016llx", 497 wpa_auth_logger(wpa_auth, NULL, LOGGER_DEBUG, "rekeying GTK"); 500 wpa_printf(MSG_DEBUG, "GTK rekey start for authenticator (" 574 "RSN: Cannot start GTK rekey on non-primary ML authenticator"); 922 * Reinitialize GTK to make sure it is suitable for the new 973 /* Go to PTKINITDONE state to allow GTK rekeying */ 984 /* Go to PTKINITDONE state to allow GTK rekeying */ 1076 "strict rekeying - force GTK rekey since STA is leaving"); 1840 "received EAPOL-Key Request for GTK rekeying"); 1847 "skip new GTK rekey - already in process") 3368 u8 *gtk, stub_gtk[32]; local 4550 u8 rsc[WPA_KEY_RSC_LEN], *_rsc, *gtk, *kde = NULL, *pos, stub_gtk[32]; local 5169 u8 *gtk, stub_gtk[32]; local 6870 u8 rsc[WPA_KEY_RSC_LEN], *_rsc, *gtk, *kde, *pos; local 7057 u8 *gtk; local [all...] |
| wpa_auth.h | 321 const u8 *gtk; member in struct:wpa_auth_ml_key_info::wpa_auth_ml_link_key_info
|
| /src/external/bsd/wpa/dist/src/common/ |
| wpa_common.h | 277 u8 gtk[WPA_GTK_MAX_LEN]; member in struct:wpa_gtk 315 * 3/4: one or two RSN IEs + GTK IE (encrypted) 317 * 1/2: GTK IE (encrypted) 573 const u8 *gtk; member in struct:wpa_ft_ies 603 u16 valid_mlo_gtks; /* bitmap of valid link GTK subelements */ 659 const u8 *gtk; member in struct:wpa_eapol_ie_parse 709 u16 valid_mlo_gtks; /* bitmap of valid link GTK KDEs */
|
| wpa_common.c | 1061 wpa_printf(MSG_DEBUG, "FT: GTK"); 1062 parse->gtk = pos; 1098 "FT: Too short MLO GTK in FTE"); 1102 wpa_printf(MSG_DEBUG, "FT: MLO GTK (Link ID %u)", 3484 ie->gtk = p; 3486 wpa_hexdump_key(MSG_DEBUG, "WPA: GTK in EAPOL-Key", pos, dlen); 3563 "RSN: Link ID %u - MLO GTK KDE in EAPOL-Key",
|
| /src/external/gpl2/gettext/dist/gettext-tools/examples/ |
| Makefile.am | 262 hello-c++-gnome/m4/gtk.m4 \ 263 hello-c++-gnome/m4/gtk--.m4 \
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/ |
| configure | 1327 --enable-gtk enable gdbtk graphical user interface (GUI)
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/ |
| configure | 1327 --enable-gtk enable gdbtk graphical user interface (GUI)
|