Lines Matching defs:line

114 		if (prompt_for_arg(line, sizeof (line), "to") == -1) {
349 if (prompt_for_arg(line, sizeof (line), "local-file") == -1) {
364 if (prompt_for_arg(line, sizeof (line), "remote-file") == -1) {
430 if (prompt_for_arg(line, sizeof (line), "local-files") == -1) {
623 if (prompt_for_arg(line, sizeof (line), "remote-file") == -1) {
639 if (prompt_for_arg(line, sizeof (line), "local-file") == -1) {
712 if (prompt_for_arg(line, sizeof (line), "remote-files") < 0) {
1036 if (prompt_for_arg(line, sizeof (line), "remote-directory") <
1096 if (prompt_for_arg(line, sizeof (line), "remote-file") < 0) {
1123 if (prompt_for_arg(line, sizeof (line), "remote-files") < 0) {
1169 if (prompt_for_arg(line, sizeof (line), "from-name") < 0) {
1184 if (prompt_for_arg(line, sizeof (line), "to-name") < 0) {
1242 if (prompt_for_arg(line, sizeof (line), "remote-files") < 0) {
1251 if (prompt_for_arg(line, sizeof (line), "local-file") < 0) {
1360 if (prompt_for_arg(line, sizeof (line), "username") < 0) {
1429 if (prompt_for_arg(line, sizeof (line), "directory-name") <
1453 if (prompt_for_arg(line, sizeof (line), "directory-name") <
1471 * Send a line, verbatim, to the remote machine.
1480 if (prompt_for_arg(line, sizeof (line),
1481 "command line to send") == -1) {
1490 (void) printf("usage: %s line-to-send\n", argv[0]);
1511 * Send a line, verbatim, to the remote machine as a SITE command.
1520 if (prompt_for_arg(line, sizeof (line),
1615 char line[FTPBUFSIZ];
1622 *line = '\0';
1623 (void) fgets(line, sizeof (line), stdin);
1625 return (*line != 'n' && *line != 'N');
1713 if (prompt_for_arg(line, sizeof (line), "command") == -1) {
1848 if (prompt_for_arg(line, sizeof (line), "mapout") == -1) {
2172 if (prompt_for_arg(line, sizeof (line), "macro name") == -1) {
2186 (void) printf("Enter macro line by line, terminating "
2187 "it with a null line\n");
2419 if (prompt_for_arg(line, sizeof (line), "mech-type") == -1) {