/freebsd/lib/libc/stdio/ |
H A D | fgetws.c | 48 wchar_t *wsp, *ret; in fgetws_l() local 64 wsp = ws; in fgetws_l() 76 nconv = l->__mbsnrtowcs(wsp, &src, in fgetws_l() 98 wsp += nconv; in fgetws_l() 99 } while ((wsp == ws || wsp[-1] != L'\n') && n > 1 && (fp->_r > 0 || in fgetws_l() 110 if (wsp == ws) in fgetws_l() 114 *wsp = L'\0'; in fgetws_l()
|
H A D | fputws.c | 52 const wchar_t *wsp; in fputws_l() local 65 wsp = ws; in fputws_l() 67 nbytes = l->__wcsnrtombs(buf, &wsp, SIZE_T_MAX, sizeof(buf), in fputws_l() 74 } while (wsp != NULL); in fputws_l()
|
/freebsd/contrib/ncurses/ncurses/widechar/ |
H A D | lib_wunctrl.c | 44 static wchar_t str[CCHARW_MAX + 1], *wsp; in NCURSES_EXPORT() local 54 for (wsp = str; *p; ++p) { in NCURSES_EXPORT() 55 *wsp++ = (wchar_t) _nc_to_widechar(*p); in NCURSES_EXPORT() 57 *wsp = 0; in NCURSES_EXPORT()
|
/freebsd/sys/modules/usb/wsp/ |
H A D | Makefile | 31 KMOD= wsp 33 vnode_if.h usbdevs.h wsp.c
|
/freebsd/sbin/nvmecontrol/modules/wdc/ |
H A D | wdc.c | 456 uint8_t *wsp, *esp; in print_hgst_info_subpage_gen() local 462 wsp = buf; in print_hgst_info_subpage_gen() 463 esp = wsp + size; in print_hgst_info_subpage_gen() 464 while (wsp < esp) { in print_hgst_info_subpage_gen() 465 ptype = le16dec(wsp); in print_hgst_info_subpage_gen() 466 wsp += 2; in print_hgst_info_subpage_gen() 467 wsp++; /* Flags, just ignore */ in print_hgst_info_subpage_gen() 468 plen = *wsp++; in print_hgst_info_subpage_gen() 470 for (i = 0; i < plen && wsp < esp; i++) in print_hgst_info_subpage_gen() 471 param |= (uint64_t)*wsp++ << (i * 8); in print_hgst_info_subpage_gen()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/aarch64/ |
H A D | sme-abi.S | 178 .cfi_def_cfa wsp, 16 211 .cfi_def_cfa wsp, 16 219 .cfi_def_cfa wsp, 16
|
/freebsd/contrib/tcp_wrappers/ |
H A D | tcpdchk.c | 430 char *wsp = " \t\r\n"; in check_host() local 456 for (cp = strtok(buf, wsp); cp; cp = strtok((char *) 0, wsp)) in check_host()
|
/freebsd/contrib/libedit/ |
H A D | vi.c | 1091 const wchar_t *wep, *wsp; in vi_history_word() local 1099 wep = wsp = NULL; in vi_history_word() 1105 wsp = wp; in vi_history_word() 1112 if (wsp == NULL || (el->el_state.doingarg && el->el_state.argument != 0)) in vi_history_word() 1116 len = (int)(wep - wsp); in vi_history_word() 1124 while (wsp < wep && cp < lim) in vi_history_word() 1125 *cp++ = *wsp++; in vi_history_word()
|
/freebsd/sys/security/mac_do/ |
H A D | mac_do.c | 401 char *ret, *wsp; in strsep_noblanks() local 414 wsp = ret + strlen(ret); in strsep_noblanks() 416 wsp = p - 1; in strsep_noblanks() 417 for (; wsp != ret; --wsp) { in strsep_noblanks() 418 switch (wsp[-1]) { in strsep_noblanks() 425 *wsp = '\0'; in strsep_noblanks()
|
/freebsd/sys/modules/usb/ |
H A D | Makefile | 49 SUBDIR += atp cfumass uhid uhid_snes ukbd ums udbp uep wmt wsp ugold uled \
|
/freebsd/sys/dev/usb/input/ |
H A D | wsp.c | 76 static SYSCTL_NODE(_hw_usb, OID_AUTO, wsp, CTLFLAG_RW | CTLFLAG_MPSAFE, 0, 1655 DRIVER_MODULE(wsp, uhub, wsp_driver, NULL, NULL); 1656 MODULE_DEPEND(wsp, usb, 1, 1, 1); 1657 MODULE_DEPEND(wsp, hid, 1, 1, 1); 1659 MODULE_DEPEND(wsp, evdev, 1, 1, 1); 1661 MODULE_VERSION(wsp, 1);
|
/freebsd/sys/arm64/arm64/ |
H A D | disassem.c | 453 arm64_w_reg(int num, int wsp) in arm64_w_reg() argument 456 return (wsp != 0 ? "wsp" : "wzr"); in arm64_w_reg()
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | msvc | 225 #.wsp 226 0 string 1.00\ .0000.0000\000\003 MSVC .wsp version 1.0000.0000
|
/freebsd/share/man/man4/ |
H A D | Makefile | 629 wsp.4 \
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64RegisterInfo.td | 97 def WSP : AArch64Reg<31, "wsp">, DwarfRegNum<[31]>;
|
/freebsd/sys/conf/ |
H A D | NOTES | 2489 device wsp
|
H A D | files | 3391 dev/usb/input/wsp.c optional wsp
|
/freebsd/ |
H A D | UPDATING | 677 ums, ukbd, uhid, atp, wsp, wmt, uaudio, ugold or ucycom drivers should
|