Searched refs:wcmd (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/usr.bin/w/
H A Dw.c138 int ch, i, nentries, nusers, wcmd, longidle, longattime; local
155 wcmd = 0;
158 wcmd = 1;
190 usage(wcmd);
215 if (wcmd == 0)
256 if (header || wcmd == 0) {
258 if (wcmd == 0) {
551 usage(int wcmd) argument
553 if (wcmd)
/freebsd-11-stable/sbin/shutdown/
H A Dshutdown.c302 char wcmd[MAXPATHLEN + 4]; local
308 (void)snprintf(wcmd, sizeof(wcmd), "%s -n", _PATH_WALL);
310 if (!(pf = popen(wcmd, "w"))) {
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dcmdline.c1457 const WCHAR *wcmd; local
1491 SVN_ERR(svn_utf__win32_utf8_to_utf16(&wcmd, cmd, NULL, pool));
1492 sys_err = _wsystem(wcmd);
1526 const WCHAR *wcmd; local
1676 SVN_ERR(svn_utf__win32_utf8_to_utf16(&wcmd, cmd, NULL, pool));
1677 sys_err = _wsystem(wcmd);

Completed in 107 milliseconds