HomeSort by relevance Sort by last modified time
    Searched refs:rcmdoption_done (Results 1 - 4 of 4) sorted by null

  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.bin/rdist/
main.c 80 static boolean_t rcmdoption_done = B_FALSE; variable
133 if (rcmdoption_done == B_TRUE) {
141 rcmdoption_done = B_TRUE;
145 if (rcmdoption_done == B_TRUE) {
153 rcmdoption_done = B_TRUE;
356 if ((rcmdoption_done == B_FALSE) && (rcmdproto != NULL)) {
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.bin/
rsh.c 76 static boolean_t rcmdoption_done; variable
306 if (rcmdoption_done)
309 rcmdoption_done = B_TRUE;
493 if (!rcmdoption_done && (rcmdproto != NULL)) {
rlogin.c 112 static boolean_t rcmdoption_done; variable
387 if (rcmdoption_done)
390 rcmdoption_done = B_TRUE;
554 if (!rcmdoption_done && (rcmdproto != NULL)) {
rcp.c 174 static boolean_t rcmdoption_done = B_FALSE; variable
257 if (rcmdoption_done == B_TRUE) {
264 rcmdoption_done = B_TRUE;
266 if (rcmdoption_done == B_TRUE) {
273 rcmdoption_done = B_TRUE;
402 if ((rcmdoption_done == B_FALSE) && (rcmdproto != NULL)) {
    [all...]

Completed in 1980 milliseconds