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

/freebsd-9.3-release/sys/modules/usb/wsp/
H A DMakefile32 KMOD= wsp
34 wsp.c
/freebsd-9.3-release/lib/libc/stdio/
H A Dfgetws.c48 wchar_t *wsp; local
66 wsp = ws;
70 nconv = l->__mbsnrtowcs(wsp, &src,
90 wsp += nconv;
91 } while (wsp[-1] != L'\n' && n > 1 && (fp->_r > 0 ||
93 if (wsp == ws)
99 *wsp = L'\0';
H A Dfputws.c53 const wchar_t *wsp; local
64 wsp = ws;
66 nbytes = l->__wcsnrtombs(buf, &wsp, SIZE_T_MAX, sizeof(buf),
73 } while (wsp != NULL);
/freebsd-9.3-release/sys/modules/usb/
H A DMakefile36 SUBDIR += atp uhid ukbd ums udbp ufm uep wsp
/freebsd-9.3-release/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-9.3-release/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-9.3-release/sys/dev/usb/input/
H A Dwsp.c57 #define WSP_DRIVER_NAME "wsp"
68 static SYSCTL_NODE(_hw_usb, OID_AUTO, wsp, CTLFLAG_RW, 0, "USB wsp");
512 DPRINTFN(WSP_LLEVEL_INFO, "enabled wsp\n");
520 DPRINTFN(WSP_LLEVEL_INFO, "disabled wsp\n");
1224 DRIVER_MODULE(wsp, uhub, wsp_driver, wsp_devclass, NULL, 0);
1225 MODULE_DEPEND(wsp, usb, 1, 1, 1);
1226 MODULE_VERSION(wsp, 1);
/freebsd-9.3-release/share/man/man4/
H A DMakefile548 wsp.4 \

Completed in 82 milliseconds