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

/freebsd-10-stable/sys/modules/usb/wsp/
H A DMakefile32 KMOD= wsp
34 wsp.c
/freebsd-10-stable/lib/libc/stdio/
H A Dfgetws.c49 wchar_t *wsp, *ret; local
65 wsp = ws;
77 nconv = l->__mbsnrtowcs(wsp, &src,
99 wsp += nconv;
100 } while ((wsp == ws || wsp[-1] != L'\n') && n > 1 && (fp->_r > 0 ||
111 if (wsp == ws)
115 *wsp = L'\0';
H A Dfputws.c53 const wchar_t *wsp; local
66 wsp = ws;
68 nbytes = l->__wcsnrtombs(buf, &wsp, SIZE_T_MAX, sizeof(buf),
75 } while (wsp != NULL);
/freebsd-10-stable/sys/modules/usb/
H A DMakefile38 SUBDIR += atp uhid ukbd ums udbp ufm uep wsp uled
/freebsd-10-stable/contrib/tcp_wrappers/
H A Dtcpdchk.c445 char *wsp = " \t\r\n"; local
471 for (cp = strtok(buf, wsp); cp; cp = strtok((char *) 0, wsp))
/freebsd-10-stable/lib/libedit/
H A Dvi.c1053 const char *wep, *wsp; local
1061 wep = wsp = 0;
1067 wsp = wp;
1073 if (wsp == 0 || (el->el_state.doingarg && el->el_state.argument != 0))
1077 len = (int)(wep - wsp);
1085 while (wsp < wep && cp < lim)
1086 *cp++ = *wsp++;
/freebsd-10-stable/sys/dev/usb/input/
H A Dwsp.c28 __FBSDID("$FreeBSD: stable/10/sys/dev/usb/input/wsp.c 331997 2018-04-04 08:45:41Z hselasky $");
57 #define WSP_DRIVER_NAME "wsp"
68 static SYSCTL_NODE(_hw_usb, OID_AUTO, wsp, CTLFLAG_RW, 0, "USB wsp");
671 DPRINTFN(WSP_LLEVEL_INFO, "enabled wsp\n");
679 DPRINTFN(WSP_LLEVEL_INFO, "disabled wsp\n");
1400 DRIVER_MODULE(wsp, uhub, wsp_driver, wsp_devclass, NULL, 0);
1401 MODULE_DEPEND(wsp, usb, 1, 1, 1);
1402 MODULE_VERSION(wsp, 1);
/freebsd-10-stable/share/man/man4/
H A DMakefile558 wsp.4 \

Completed in 136 milliseconds