Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dcmds.c65 prompt_for_arg(char *buffer, int buffer_size, char *prompt) in prompt_for_arg() function
111 if (prompt_for_arg(line, sizeof (line), "to") == -1) { in setpeer()
346 if (prompt_for_arg(line, sizeof (line), "local-file") == -1) { in put()
361 if (prompt_for_arg(line, sizeof (line), "remote-file") == -1) { in put()
427 if (prompt_for_arg(line, sizeof (line), "local-files") == -1) { in mput()
620 if (prompt_for_arg(line, sizeof (line), "remote-file") == -1) { in getit()
636 if (prompt_for_arg(line, sizeof (line), "local-file") == -1) { in getit()
709 if (prompt_for_arg(line, sizeof (line), "remote-files") < 0) { in mget()
1033 if (prompt_for_arg(line, sizeof (line), "remote-directory") < in cd()
1093 if (prompt_for_arg(line, sizeof (line), "remote-file") < 0) { in delete()
[all …]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/tftp/
H A Dmain.c107 static int prompt_for_arg(char *, int, char *);
278 prompt_for_arg(char *buffer, int buffer_size, char *prompt) in prompt_for_arg() function
327 if (prompt_for_arg(line, sizeof (line), "to") == -1) in setpeer()
447 if (prompt_for_arg(line, sizeof (line), "file") == -1) in put()
569 if (prompt_for_arg(line, sizeof (line), "files") == -1) in get()
668 if (prompt_for_arg(line, sizeof (line), "value") == -1) in setrexmt()
695 if (prompt_for_arg(line, sizeof (line), "value") == -1) in settimeout()
963 if (prompt_for_arg(line, sizeof (line), "value") == -1) in setblksize()
992 if (prompt_for_arg(line, sizeof (line), "value") == -1) in setsrexmt()