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

/freebsd-10.0-release/bin/rcp/
H A Drcp.c506 #define SCREWUP(str) { why = str; goto screwup; } macro
527 SCREWUP("unexpected <newline>");
530 SCREWUP("lost connection");
558 SCREWUP("mtime.sec not delimited");
561 SCREWUP("mtime.usec not delimited");
564 SCREWUP("atime.sec not delimited");
567 SCREWUP("atime.usec not delimited");
583 SCREWUP("expected control record");
588 SCREWUP("bad mode");
592 SCREWUP("mod
[all...]
/freebsd-10.0-release/crypto/heimdal/appl/rcp/
H A Drcp.c427 #define SCREWUP(str) { why = str; goto screwup; } macro
448 SCREWUP("unexpected <newline>");
451 SCREWUP("lost connection");
479 SCREWUP("mtime.sec not delimited");
482 SCREWUP("mtime.usec not delimited");
485 SCREWUP("atime.sec not delimited");
488 SCREWUP("atime.usec not delimited");
504 SCREWUP("expected control record");
509 SCREWUP("bad mode");
513 SCREWUP("mod
[all...]
/freebsd-10.0-release/crypto/openssh/
H A Dscp.c922 #define SCREWUP(str) { why = str; goto screwup; } macro
944 SCREWUP("unexpected <newline>");
947 SCREWUP("lost connection");
975 SCREWUP("mtime.sec not present");
978 SCREWUP("mtime.sec not delimited");
986 SCREWUP("mtime.usec not delimited");
988 SCREWUP("atime.sec not present");
991 SCREWUP("atime.sec not delimited");
999 SCREWUP("atime.usec not delimited");
1015 SCREWUP("expecte
[all...]

Completed in 117 milliseconds