Home
last modified time | relevance | path

Searched refs:icon (Results 1 – 25 of 178) sorted by relevance

12345678

/netbsd/external/bsd/wpa/dist/wpa_supplicant/
H A Dhs20_supplicant.c352 if (!icon || !icon->image || offset >= icon->image_len) in hs20_get_icon()
378 MAC2STR(icon->bssid), icon->dialog_token, in hs20_free_icon_entry()
379 icon->file_name ? icon->file_name : "N/A", in hs20_free_icon_entry()
576 struct osu_icon *icon = &osu->icon[j]; in hs20_osu_icon_fetch_result() local
577 if (icon->id || icon->failed) in hs20_osu_icon_fetch_result()
806 struct osu_icon *icon = &osu->icon[j]; in hs20_osu_fetch_done() local
810 icon->id, icon->width, icon->height, icon->lang, in hs20_osu_fetch_done()
811 icon->icon_type, icon->filename); in hs20_osu_fetch_done()
831 struct osu_icon *icon = &osu->icon[j]; in hs20_next_osu_icon() local
832 if (icon->id || icon->failed) in hs20_next_osu_icon()
[all …]
/netbsd/external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/icons/
H A DREADME1 wpa_gui icon files
12 The wpa_gui icon is licensed under the GPL version 2. Alternatively, the icon
54 A network icon by Andrew Fitzsimon. Etiquette Icon set.
/netbsd/external/bsd/file/dist/magic/magdir/
H A Damigaos15 >>48 byte 1 disk icon
16 >>48 byte 2 drawer icon
17 >>48 byte 3 tool icon
18 >>48 byte 4 project icon
19 >>48 byte 5 garbage icon
20 >>48 byte 6 device icon
21 >>48 byte 7 kickstart icon
22 >>48 byte 8 workbench application icon
23 >2 beshort >1 icon, vers. %d
211 0 string AmIc AMOS Basic icon bank
H A Dmsdos1261 >>>0 ubelong 0x00000100 icon resource
1263 !:mime image/vnd.microsoft.icon
1264 #!:mime image/x-icon
1266 >>>>4 uleshort x - %d icon
1269 # 1st icon
1271 # 2nd icon
1278 >>>>4 uleshort x - %d icon
1288 # display information of one icon entry
1394 >>>&-1 string <PIFMGR.DLL \b, icon=%s
1395 #>>>&-1 string PIFMGR.DLL \b, icon=%s
[all …]
/netbsd/sys/arch/hpcsh/dev/
H A Dj6x0tp.c450 int icon; in j6x0tp_start_polling() local
471 icon = 0; in j6x0tp_start_polling()
473 icon = j6x0tp_get_hard_icon(rawx, rawy); in j6x0tp_start_polling()
475 if (icon != 0) { in j6x0tp_start_polling()
476 DPRINTFN(2, ("icon %d\n", icon)); in j6x0tp_start_polling()
477 sc->sc_hard_icon = icon; in j6x0tp_start_polling()
478 wskbd_input(sc->sc_wskbddev, WSCONS_EVENT_KEY_DOWN, icon); in j6x0tp_start_polling()
/netbsd/external/bsd/wpa/dist/src/ap/
H A Dgas_serv.c714 struct hs20_icon *icon = NULL; in anqp_add_icon() local
718 icon = &bss->hs20_icons[j]; in anqp_add_icon()
720 if (!icon) in anqp_add_icon()
723 wpabuf_put_le16(buf, icon->width); in anqp_add_icon()
724 wpabuf_put_le16(buf, icon->height); in anqp_add_icon()
727 wpabuf_put_str(buf, icon->type); in anqp_add_icon()
729 wpabuf_put_str(buf, icon->name); in anqp_add_icon()
860 struct hs20_icon *icon; in anqp_add_icon_binary_file() local
876 icon = NULL; in anqp_add_icon_binary_file()
884 if (icon) { in anqp_add_icon_binary_file()
[all …]
/netbsd/sys/arch/hpcarm/dev/
H A Dj720tp.c460 int icon = 0; in j720tp_get_hard_icon() local
469 icon = 1; in j720tp_get_hard_icon()
471 icon = 2; in j720tp_get_hard_icon()
473 icon = 3; in j720tp_get_hard_icon()
475 icon = 4; in j720tp_get_hard_icon()
477 return icon; in j720tp_get_hard_icon()
/netbsd/external/bsd/libfido2/dist/src/
H A Dcred.c495 free(cred->user.icon); in fido_cred_reset_tx()
730 const char *icon) in fido_cred_set_user() argument
747 if (up->icon != NULL) { in fido_cred_set_user()
748 free(up->icon); in fido_cred_set_user()
749 up->icon = NULL; in fido_cred_set_user()
759 if (icon != NULL && (up->icon = strdup(icon)) == NULL) in fido_cred_set_user()
767 free(up->icon); in fido_cred_set_user()
773 up->icon = NULL; in fido_cred_set_user()
H A Dwinhello.c229 pack_user(wchar_t **name, wchar_t **icon, wchar_t **display_name, in pack_user() argument
246 if (in->icon != NULL) { in pack_user()
247 if ((out->pwszIcon = *icon = to_utf16(in->icon)) == NULL) { in pack_user()
H A Dcbor.c460 (user->icon && cbor_add_string(item, "icon", user->icon) < 0) || in cbor_encode_user_entity()
1489 if (cbor_string_copy(val, &user->icon) < 0) { in decode_user_entry()
/netbsd/external/bsd/wpa/dist/hs20/client/
H A Dosu_client.c2009 struct osu_icon icon[MAX_OSU_VALS]; member
2108 struct osu_icon *icon; in parse_osu_providers() local
2111 icon = &last->icon[last->icon_count++]; in parse_osu_providers()
2112 icon->id = atoi(buf + 5); in parse_osu_providers()
2127 snprintf(icon->lang, sizeof(icon->lang), "%s", pos); in parse_osu_providers()
2133 snprintf(icon->mime_type, sizeof(icon->mime_type), in parse_osu_providers()
2142 snprintf(icon->filename, sizeof(icon->filename), in parse_osu_providers()
2370 last->icon[j].id, in cmd_osu_select()
2445 dir, last->icon[j].id, in cmd_osu_select()
2450 fname, last->icon[j].filename); in cmd_osu_select()
[all …]
/netbsd/external/mit/ctwm/etc/
H A Dsystem.ctwmrc23 # 3D icon managers do not seemingly honor IconManagerHighlight,
400 Button1 = : icon | iconmgr : f.iconify
401 Button2 = : icon : f.move
402 Button3 = : icon | iconmgr : f.raiselower
/netbsd/external/mit/xorg/include/xbitmaps/
H A DMakefile12 hlines3 icon keyboard16 left_ptr left_ptrmsk letters light_gray \
/netbsd/external/bsd/nvi/dist/motif_l/
H A DTODO87 * icon Is currently B&W. To get a color icon, would
/netbsd/external/bsd/libfido2/dist/src/fido/
H A Dtypes.h121 char *icon; /* optional */ member
/netbsd/external/bsd/wpa/dist/wpa_supplicant/doc/docbook/
H A Dwpa_gui.sgml75 icon pop-up messages.</para></listitem>
/netbsd/external/bsd/wpa/dist/hostapd/
H A Dconfig_file.c1882 struct hs20_icon *icon; in hs20_parse_icon() local
1887 if (icon == NULL) in hs20_parse_icon()
1889 bss->hs20_icons = icon; in hs20_parse_icon()
1890 icon = &bss->hs20_icons[bss->hs20_icons_count]; in hs20_parse_icon()
1891 os_memset(icon, 0, sizeof(*icon)); in hs20_parse_icon()
1893 icon->width = atoi(pos); in hs20_parse_icon()
1899 icon->height = atoi(pos); in hs20_parse_icon()
1908 os_memcpy(icon->language, pos, end - pos); in hs20_parse_icon()
1914 os_memcpy(icon->type, pos, end - pos); in hs20_parse_icon()
1920 os_memcpy(icon->name, pos, end - pos); in hs20_parse_icon()
[all …]
/netbsd/external/gpl3/gdb/dist/sim/bfin/
H A Dgui.c40 void (*WM_SetCaption) (const char *title, const char *icon);
/netbsd/external/gpl3/gdb.old/dist/sim/bfin/
H A Dgui.c40 void (*WM_SetCaption) (const char *title, const char *icon);
/netbsd/external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/
H A Dwpagui.cpp1561 QIcon icon; in loadThemedIcon() local
1565 icon = QIcon::fromTheme(*it); in loadThemedIcon()
1566 if (!icon.isNull()) in loadThemedIcon()
1567 return icon; in loadThemedIcon()
/netbsd/external/bsd/unbound/dist/winrc/
H A DREADME.txt53 Double click on the MSYS icon and give these commands
/netbsd/external/gpl3/gdb/dist/binutils/
H A Dresrc.c99 } icon; member
1186 icondirs[i].u.icon.planes = get_word (e, real_filename); in define_icon()
1187 icondirs[i].u.icon.bits = get_word (e, real_filename); in define_icon()
1246 if (icondirs[i].u.icon.planes) in define_icon()
1247 cg->planes = icondirs[i].u.icon.planes; in define_icon()
1251 if (icondirs[i].u.icon.bits) in define_icon()
1252 cg->bits = icondirs[i].u.icon.bits; in define_icon()
/netbsd/external/gpl3/binutils/dist/binutils/
H A Dresrc.c100 } icon; member
1188 icondirs[i].u.icon.planes = get_word (e, real_filename); in define_icon()
1189 icondirs[i].u.icon.bits = get_word (e, real_filename); in define_icon()
1248 if (icondirs[i].u.icon.planes) in define_icon()
1249 cg->planes = icondirs[i].u.icon.planes; in define_icon()
1253 if (icondirs[i].u.icon.bits) in define_icon()
1254 cg->bits = icondirs[i].u.icon.bits; in define_icon()
/netbsd/external/gpl3/binutils.old/dist/binutils/
H A Dresrc.c99 } icon; member
1186 icondirs[i].u.icon.planes = get_word (e, real_filename); in define_icon()
1187 icondirs[i].u.icon.bits = get_word (e, real_filename); in define_icon()
1246 if (icondirs[i].u.icon.planes) in define_icon()
1247 cg->planes = icondirs[i].u.icon.planes; in define_icon()
1251 if (icondirs[i].u.icon.bits) in define_icon()
1252 cg->bits = icondirs[i].u.icon.bits; in define_icon()
/netbsd/external/gpl3/gdb.old/dist/binutils/
H A Dresrc.c99 } icon; member
1186 icondirs[i].u.icon.planes = get_word (e, real_filename); in define_icon()
1187 icondirs[i].u.icon.bits = get_word (e, real_filename); in define_icon()
1246 if (icondirs[i].u.icon.planes) in define_icon()
1247 cg->planes = icondirs[i].u.icon.planes; in define_icon()
1251 if (icondirs[i].u.icon.bits) in define_icon()
1252 cg->bits = icondirs[i].u.icon.bits; in define_icon()

12345678