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

/macosx-10.10/shell_cmds-179/w/
H A Dw.c177 int ch, i, nentries, nusers, wcmd, longidle, dropgid; local
180 int ch, i, nentries, nusers, wcmd, longidle; local
206 wcmd = 0;
209 wcmd = 1;
261 usage(wcmd);
310 if (wcmd == 0)
373 if (header || wcmd == 0) {
375 if (wcmd == 0) {
683 usage(int wcmd) argument
685 if (wcmd)
[all...]
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/struct/graph/
H A Dwalk.c41 Tcl_Obj* wcmd = NULL; local
88 wcmd = objv [i+1];
106 if (!wcmd) {
113 } else if (Tcl_ListObjGetElements (interp, wcmd, &xcc, &xcv) != TCL_OK) {
/macosx-10.10/tcl-105/tk84/tk/library/
H A Dtk.tcl522 set wcmd [list $class $path]
526 lappend wcmd -text $newtext -underline $under
529 lappend wcmd $opt $val
532 eval $wcmd
/macosx-10.10/apr-32/apr/apr/threadproc/win32/
H A Dproc.c726 apr_wchar_t *wcmd = NULL; local
748 wcmd = apr_palloc(pool, nwcmd * sizeof(wcmd[0]));
749 if ((rv = apr_conv_utf8_to_ucs2(cmdline, &ncmd, wcmd, &nwcmd))
859 wprg, wcmd,
871 rv = CreateProcessW(wprg, wcmd, /* Executable & Command line */
902 rv = CreateProcessW(wprg, wcmd, /* Executable & Command line */
/macosx-10.10/system_cmds-643.1.1/shutdown.tproj/
H A Dshutdown.c359 char wcmd[MAXPATHLEN + 4]; local
368 (void)snprintf(wcmd, sizeof(wcmd), "%s -n", _PATH_WALL);
370 if (!(pf = popen(wcmd, "w"))) {
/macosx-10.10/ruby-106/ruby/win32/
H A Dwin32.c1185 WCHAR *wcmd = NULL, *wshell = NULL; local
1271 if (!e && cmd && !(wcmd = acp_to_wstr(cmd, NULL))) e = E2BIG;
1277 ret = child_result(CreateChild(wcmd, wshell, NULL, NULL, NULL, NULL, 0), mode);
1280 free(wcmd);
1294 WCHAR *wcmd = NULL, *wprog = NULL; local
1343 if (!e && cmd && !(wcmd = acp_to_wstr(cmd, NULL))) e = E2BIG;
1348 ret = child_result(CreateChild(wcmd, wprog, NULL, NULL, NULL, NULL, flags), mode);
1351 free(wcmd);

Completed in 166 milliseconds