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

/freebsd-11-stable/contrib/ncurses/ncurses/widechar/
H A Dlib_wunctrl.c43 static wchar_t str[CCHARW_MAX + 1], *wsp; local
53 for (wsp = str; *p; ++p) {
54 *wsp++ = (wchar_t) _nc_to_widechar(*p);
56 *wsp = 0;
/freebsd-11-stable/sys/modules/usb/wsp/
H A DMakefile2 # $FreeBSD: stable/11/sys/modules/usb/wsp/Makefile 319182 2017-05-30 04:11:12Z ngie $
32 KMOD= wsp
34 wsp.c
/freebsd-11-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-11-stable/sys/modules/usb/
H A DMakefile50 SUBDIR += atp cfumass uhid ukbd ums udbp ufm uep wmt wsp ugold uled
/freebsd-11-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-11-stable/sbin/nvmecontrol/
H A Dlogpage.c447 uint8_t *wsp, *esp; local
453 wsp = buf;
454 esp = wsp + size;
455 while (wsp < esp) {
456 ptype = le16dec(wsp);
457 wsp += 2;
458 wsp++; /* Flags, just ignore */
459 plen = *wsp++;
462 param |= (uint64_t)*wsp++ << (i * 8);
/freebsd-11-stable/lib/libedit/
H A Dvi.c1089 const Char *wep, *wsp; local
1097 wep = wsp = NULL;
1103 wsp = wp;
1110 if (wsp == NULL || (el->el_state.doingarg && el->el_state.argument != 0))
1114 len = (int)(wep - wsp);
1122 while (wsp < wep && cp < lim)
1123 *cp++ = *wsp++;
/freebsd-11-stable/sys/dev/usb/input/
H A Dwsp.c28 __FBSDID("$FreeBSD: stable/11/sys/dev/usb/input/wsp.c 331993 2018-04-04 08:37:24Z hselasky $");
57 #define WSP_DRIVER_NAME "wsp"
68 static SYSCTL_NODE(_hw_usb, OID_AUTO, wsp, CTLFLAG_RW, 0, "USB wsp");
676 DPRINTFN(WSP_LLEVEL_INFO, "enabled wsp\n");
684 DPRINTFN(WSP_LLEVEL_INFO, "disabled wsp\n");
1405 DRIVER_MODULE(wsp, uhub, wsp_driver, wsp_devclass, NULL, 0);
1406 MODULE_DEPEND(wsp, usb, 1, 1, 1);
1407 MODULE_VERSION(wsp, 1);
/freebsd-11-stable/share/man/man4/
H A DMakefile600 wsp.4 \

Completed in 214 milliseconds