Searched refs:wsp (Results 1 - 10 of 10) sorted by relevance

/freebsd-13-stable/contrib/ncurses/ncurses/widechar/
H A Dlib_wunctrl.c44 static wchar_t str[CCHARW_MAX + 1], *wsp; local
54 for (wsp = str; *p; ++p) {
55 *wsp++ = (wchar_t) _nc_to_widechar(*p);
57 *wsp = 0;
/freebsd-13-stable/sys/modules/usb/wsp/
H A DMakefile32 KMOD= wsp
34 wsp.c
/freebsd-13-stable/lib/libc/stdio/
H A Dfgetws.c51 wchar_t *wsp, *ret; local
67 wsp = ws;
79 nconv = l->__mbsnrtowcs(wsp, &src,
101 wsp += nconv;
102 } while ((wsp == ws || wsp[-1] != L'\n') && n > 1 && (fp->_r > 0 ||
113 if (wsp == ws)
117 *wsp = L'\0';
H A Dfputws.c55 const wchar_t *wsp; local
68 wsp = ws;
70 nbytes = l->__wcsnrtombs(buf, &wsp, SIZE_T_MAX, sizeof(buf),
77 } while (wsp != NULL);
/freebsd-13-stable/sbin/nvmecontrol/modules/wdc/
H A Dwdc.c459 uint8_t *wsp, *esp; local
465 wsp = buf;
466 esp = wsp + size;
467 while (wsp < esp) {
468 ptype = le16dec(wsp);
469 wsp += 2;
470 wsp++; /* Flags, just ignore */
471 plen = *wsp++;
473 for (i = 0; i < plen && wsp < esp; i++)
474 param |= (uint64_t)*wsp
[all...]
/freebsd-13-stable/contrib/tcp_wrappers/
H A Dtcpdchk.c442 char *wsp = " \t\r\n"; local
468 for (cp = strtok(buf, wsp); cp; cp = strtok((char *) 0, wsp))
/freebsd-13-stable/sys/modules/usb/
H A DMakefile50 SUBDIR += atp cfumass uhid uhid_snes ukbd ums udbp uep wmt wsp ugold uled \
/freebsd-13-stable/contrib/libedit/
H A Dvi.c1088 const wchar_t *wep, *wsp; local
1096 wep = wsp = NULL;
1102 wsp = wp;
1109 if (wsp == NULL || (el->el_state.doingarg && el->el_state.argument != 0))
1113 len = (int)(wep - wsp);
1121 while (wsp < wep && cp < lim)
1122 *cp++ = *wsp++;
/freebsd-13-stable/sys/dev/usb/input/
H A Dwsp.c61 #define WSP_DRIVER_NAME "wsp"
72 static SYSCTL_NODE(_hw_usb, OID_AUTO, wsp, CTLFLAG_RW | CTLFLAG_MPSAFE, 0,
73 "USB wsp");
680 DPRINTFN(WSP_LLEVEL_INFO, "enabled wsp\n");
688 DPRINTFN(WSP_LLEVEL_INFO, "disabled wsp\n");
1407 DRIVER_MODULE(wsp, uhub, wsp_driver, wsp_devclass, NULL, 0);
1408 MODULE_DEPEND(wsp, usb, 1, 1, 1);
1409 MODULE_DEPEND(wsp, hid, 1, 1, 1);
1410 MODULE_VERSION(wsp, 1);
/freebsd-13-stable/share/man/man4/
H A DMakefile597 wsp.4 \

Completed in 101 milliseconds