Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dcmds.c68 prompt_for_arg(char *buffer, int buffer_size, char *prompt) in prompt_for_arg() function
114 if (prompt_for_arg(line, sizeof (line), "to") == -1) { in setpeer()
349 if (prompt_for_arg(line, sizeof (line), "local-file") == -1) { in put()
364 if (prompt_for_arg(line, sizeof (line), "remote-file") == -1) { in put()
430 if (prompt_for_arg(line, sizeof (line), "local-files") == -1) { in mput()
623 if (prompt_for_arg(line, sizeof (line), "remote-file") == -1) { in getit()
639 if (prompt_for_arg(line, sizeof (line), "local-file") == -1) { in getit()
712 if (prompt_for_arg(line, sizeof (line), "remote-files") < 0) { in mget()
1036 if (prompt_for_arg(line, sizeof (line), "remote-directory") < in cd()
1096 if (prompt_for_arg(line, sizeof (line), "remote-file") < 0) { in delete()
[all …]
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/tftp/
H A Dmain.c107 static int prompt_for_arg(char *, int, char *);
205 prompt_for_arg(char *buffer, int buffer_size, char *prompt) in prompt_for_arg() function
250 if (prompt_for_arg(line, sizeof (line), "to") == -1) in setpeer()
378 if (prompt_for_arg(line, sizeof (line), "file") == -1) in put()
496 if (prompt_for_arg(line, sizeof (line), "files") == -1) in get()
590 if (prompt_for_arg(line, sizeof (line), "value") == -1) in setrexmt()
611 if (prompt_for_arg(line, sizeof (line), "value") == -1) in settimeout()
891 if (prompt_for_arg(line, sizeof (line), "value") == -1) in setblksize()
914 if (prompt_for_arg(line, sizeof (line), "value") == -1) in setsrexmt()