Home
last modified time | relevance | path

Searched refs:stopcmd (Results 1 – 3 of 3) sorted by relevance

/dports/net-im/tkabber/tkabber-1.1.2/plugins/search/
H A Dspanel.tcl28 set stopcmd ""
59 set stopcmd $val
99 -command [namespace code [list spanel_cancel $w $stopcmd]]
103 [double% $stopcmd]]]
207 proc search::spanel_cancel {w stopcmd} { argument
208 if {$stopcmd != ""} {
209 eval $stopcmd [list $w]
/dports/sysutils/kubectl/kubernetes-1.22.2/test/e2e/node/
H A Dkubelet.go117 const stopcmd = "/usr/sbin/rpc.nfsd 0"
119 framework.RunKubectlOrDie(ns, "exec", ns, serverPod.Name, "--", "/bin/sh", "-c", stopcmd)
/dports/sysutils/busybox/busybox-1.26.2/networking/
H A Difupdown.c621 const char *stopcmd; member
697 result = execute(ext_dhcp_clients[i].stopcmd, ifd, exec); in dhcp_down()