Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/cmd-inet/usr.bin/
H A Drcp.c74 static char *cmd_sunw; variable
513 if ((cmd_sunw = (char *)malloc(cmdsiz)) == NULL) { in main()
518 (void) snprintf(cmd_sunw, cmdsiz, "%s%s%s%s%s", RCP_ACL, in main()
717 cmd_sunw, targ); in toremote()
736 "%s -t %s", cmd_sunw, targ); in toremote()
926 (void) snprintf(bp, buffersize, "%s -Zf %s", cmd_sunw, in tolocal()
952 cmd_sunw, src); in tolocal()
2202 cmd_sunw = cmd_sunw_orig; in try_normal_rcp()