| /netbsd/src/external/bsd/wpa/dist/wpa_supplicant/ |
| D | hs20_supplicant.c | 63 struct osu_icon icon[OSU_MAX_ITEMS]; member 325 struct icon_entry *icon; in hs20_find_icon() local 327 dl_list_for_each(icon, &wpa_s->icon_head, struct icon_entry, list) { in hs20_find_icon() 328 if (ether_addr_equal(icon->bssid, bssid) && in hs20_find_icon() 329 os_strcmp(icon->file_name, file_name) == 0 && icon->image) in hs20_find_icon() 330 return icon; in hs20_find_icon() 341 struct icon_entry *icon; in hs20_get_icon() local 351 icon = hs20_find_icon(wpa_s, bssid, file_name); in hs20_get_icon() 352 if (!icon || !icon->image || offset >= icon->image_len) in hs20_get_icon() 354 if (size > icon->image_len - offset) in hs20_get_icon() [all …]
|
| D | ctrl_iface.c | 8207 char *ctx = NULL, *icon, *poffset, *psize; in get_hs20_icon() local 8214 icon = str_token(cmd, " ", &ctx); in get_hs20_icon() 8217 if (!icon || !poffset || !psize) in get_hs20_icon() 8221 return hs20_get_icon(wpa_s, dst_addr, icon, atoi(poffset), atoi(psize), in get_hs20_icon() 8230 char *icon; in del_hs20_icon() local 8241 icon = cmd[used] ? &cmd[used] : NULL; in del_hs20_icon() 8243 return hs20_del_icon(wpa_s, dst_addr, icon); in del_hs20_icon() 8251 char *icon; in hs20_icon_request() local 8259 icon = &cmd[used]; in hs20_icon_request() 8263 (u8 *) icon, os_strlen(icon), inmem); in hs20_icon_request()
|
| /netbsd/src/external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/icons/ |
| D | README | 1 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/src/external/bsd/file/dist/magic/magdir/ |
| D | amigaos | 15 >>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
|
| D | msdos | 1597 # displays number of icons and information for icon or cursor 1604 >>>0 ubelong 0x00000100 icon resource 1605 # https://www.iana.org/assignments/media-types/image/vnd.microsoft.icon 1606 !:mime image/vnd.microsoft.icon 1607 #!:mime image/x-icon 1609 >>>>4 uleshort x - %d icon 1612 # 1st icon 1614 # 2nd icon 1621 >>>>4 uleshort x - %d icon 1631 # display information of one icon entry [all …]
|
| D | images | 1070 # skip Lotus smart icon *.smi by looking for valid hotspot coordinates 1071 >6 ulelong&0xFF00FF00 =0 OS/2 icon 1085 #0 string CI PC color icon data 1093 >>14 ulelong 12 1.x color icon 1102 >>14 ulelong 64 2.x color icon 1176 # Note: container for OS/2 icon "IC", color icon "CI", color pointer "CP" or bitmap "BM" 1960 #0 string P7\ 332 XV "thumbnail file" (icon) data 2374 0 string C565 OLPC firmware icon image data 2659 0 string icns Mac OS X icon 2666 # icon type
|
| D | windows | 685 # TargetAnsi (260 bytes); NULL-terminated path to environment icon variable encoded with system def… 687 # TargetUnicode (520 bytes); optional NULL-terminated path to same icon environment variable Unicod… 1120 # look for icon file directive maybe pointing to malicious file 1121 >>>1 search/128 IconFile= \b, icon
|
| /netbsd/src/sys/arch/hpcsh/dev/ |
| D | j6x0tp.c | 449 int icon; in j6x0tp_start_polling() local 470 icon = 0; in j6x0tp_start_polling() 472 icon = j6x0tp_get_hard_icon(rawx, rawy); in j6x0tp_start_polling() 474 if (icon != 0) { in j6x0tp_start_polling() 475 DPRINTFN(2, ("icon %d\n", icon)); in j6x0tp_start_polling() 476 sc->sc_hard_icon = icon; in j6x0tp_start_polling() 477 wskbd_input(sc->sc_wskbddev, WSCONS_EVENT_KEY_DOWN, icon); in j6x0tp_start_polling()
|
| /netbsd/src/external/bsd/wpa/dist/src/ap/ |
| D | gas_serv.c | 714 struct hs20_icon *icon = NULL; in anqp_add_icon() local 716 for (j = 0; j < bss->hs20_icons_count && !icon; j++) { in anqp_add_icon() 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() 725 wpabuf_put_data(buf, icon->language, 3); in anqp_add_icon() 726 wpabuf_put_u8(buf, os_strlen(icon->type)); in anqp_add_icon() 727 wpabuf_put_str(buf, icon->type); in anqp_add_icon() 728 wpabuf_put_u8(buf, os_strlen(icon->name)); in anqp_add_icon() [all …]
|
| /netbsd/src/sys/arch/hpcarm/dev/ |
| D | j720tp.c | 459 int icon = 0; in j720tp_get_hard_icon() local 468 icon = 1; in j720tp_get_hard_icon() 470 icon = 2; in j720tp_get_hard_icon() 472 icon = 3; in j720tp_get_hard_icon() 474 icon = 4; in j720tp_get_hard_icon() 476 return icon; in j720tp_get_hard_icon()
|
| /netbsd/src/external/mit/xorg/include/xbitmaps/ |
| D | Makefile | 12 hlines3 icon keyboard16 left_ptr left_ptrmsk letters light_gray \
|
| /netbsd/src/distrib/utils/embedded/conf/ |
| D | wii.conf | 58 cp ${DIR}/files/evbppc_wii_icon.png ${mnt}/boot/apps/netbsd/icon.png
|
| /netbsd/src/external/bsd/nvi/dist/motif_l/ |
| D | TODO | 87 * icon Is currently B&W. To get a color icon, would
|
| /netbsd/src/external/bsd/wpa/dist/wpa_supplicant/doc/docbook/ |
| D | wpa_gui.sgml | 79 icon pop-up messages.</para></listitem>
|
| /netbsd/src/external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/ |
| D | wpagui.cpp | 1576 QIcon icon; in loadThemedIcon() local 1580 icon = QIcon::fromTheme(*it); in loadThemedIcon() 1581 if (!icon.isNull()) in loadThemedIcon() 1582 return icon; in loadThemedIcon()
|
| /netbsd/src/external/bsd/wpa/dist/hostapd/ |
| D | config_file.c | 1840 struct hs20_icon *icon; in hs20_parse_icon() local 1843 icon = os_realloc_array(bss->hs20_icons, bss->hs20_icons_count + 1, in hs20_parse_icon() 1845 if (icon == NULL) in hs20_parse_icon() 1847 bss->hs20_icons = icon; in hs20_parse_icon() 1848 icon = &bss->hs20_icons[bss->hs20_icons_count]; in hs20_parse_icon() 1849 os_memset(icon, 0, sizeof(*icon)); in hs20_parse_icon() 1851 icon->width = atoi(pos); in hs20_parse_icon() 1857 icon->height = atoi(pos); in hs20_parse_icon() 1866 os_memcpy(icon->language, pos, end - pos); in hs20_parse_icon() 1872 os_memcpy(icon->type, pos, end - pos); in hs20_parse_icon() [all …]
|
| /netbsd/src/external/gpl3/gdb/dist/sim/bfin/ |
| D | gui.c | 47 void (*WM_SetCaption) (const char *title, const char *icon);
|
| /netbsd/src/external/gpl3/binutils/dist/binutils/ |
| D | resrc.c | 100 } icon; member 1182 icondirs[i].u.icon.planes = get_word (e, real_filename); in define_icon() 1183 icondirs[i].u.icon.bits = get_word (e, real_filename); in define_icon() 1242 if (icondirs[i].u.icon.planes) in define_icon() 1243 cg->planes = icondirs[i].u.icon.planes; in define_icon() 1247 if (icondirs[i].u.icon.bits) in define_icon() 1248 cg->bits = icondirs[i].u.icon.bits; in define_icon()
|
| D | rcparse.y | 185 | input icon 983 icon:
|
| /netbsd/src/sys/arch/dreamcast/dev/maple/ |
| D | mmemcard.c | 96 uint16_t icon; member 439 pt->pt_info.icon, in mmem_intr()
|
| /netbsd/src/distrib/notes/acorn32/ |
| D | prep.RISCOS | 137 Start !HForm by double-clicking on its icon. 166 Click on the clear icon in the partitions subwindow. 193 Start !PowerMgr by double-clicking on its icon.
|
| /netbsd/src/usr.bin/vgrind/ |
| D | vgrindefs.src | 99 Icon|icon|I:\
|
| /netbsd/src/external/bsd/nvi/dist/docs/vi.ref/ |
| D | set.opt.texi | 1284 changes the name of the editor's icon/window to the current file name 1287 the icon/window will be discarded as the editor exits. 1292 will change the icon/window name even when it's destructive and the 1293 icon/window name will remain after the editor exits.
|
| /netbsd/src/usr.bin/spell/spell/ |
| D | special.netbsd | 525 icon
|
| /netbsd/src/sys/arch/ofppc/stand/bootinfo/ |
| D | netbsd.chrp | 1 <icon size=64,64 color-space=3,3,2> 260 </icon>
|