Home
last modified time | relevance | path

Searched refs:wsp (Results 1 – 18 of 18) sorted by relevance

/freebsd/lib/libc/stdio/
H A Dfgetws.c48 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 Dfputws.c52 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 Dlib_wunctrl.c44 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 DMakefile31 KMOD= wsp
33 vnode_if.h usbdevs.h wsp.c
/freebsd/sbin/nvmecontrol/modules/wdc/
H A Dwdc.c456 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 Dsme-abi.S178 .cfi_def_cfa wsp, 16
211 .cfi_def_cfa wsp, 16
219 .cfi_def_cfa wsp, 16
/freebsd/contrib/tcp_wrappers/
H A Dtcpdchk.c430 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 Dvi.c1091 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 Dmac_do.c401 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 DMakefile49 SUBDIR += atp cfumass uhid uhid_snes ukbd ums udbp uep wmt wsp ugold uled \
/freebsd/sys/dev/usb/input/
H A Dwsp.c76 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 Ddisassem.c453 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 Dmsvc225 #.wsp
226 0 string 1.00\ .0000.0000\000\003 MSVC .wsp version 1.0000.0000
/freebsd/share/man/man4/
H A DMakefile629 wsp.4 \
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64RegisterInfo.td97 def WSP : AArch64Reg<31, "wsp">, DwarfRegNum<[31]>;
/freebsd/sys/conf/
H A DNOTES2489 device wsp
H A Dfiles3391 dev/usb/input/wsp.c optional wsp
/freebsd/
H A DUPDATING677 ums, ukbd, uhid, atp, wsp, wmt, uaudio, ugold or ucycom drivers should