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 D | cmds.c | 68 prompt_for_arg(char *buffer, int buffer_size, char *prompt) function 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(lin [all...] |
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/tftp/ |
H A D | main.c | 107 static int prompt_for_arg(char *, int, char *); 205 prompt_for_arg(char *buffer, int buffer_size, char *prompt) function 250 if (prompt_for_arg(line, sizeof (line), "to") == -1) 378 if (prompt_for_arg(line, sizeof (line), "file") == -1) 496 if (prompt_for_arg(line, sizeof (line), "files") == -1) 590 if (prompt_for_arg(line, sizeof (line), "value") == -1) 611 if (prompt_for_arg(line, sizeof (line), "value") == -1) 891 if (prompt_for_arg(line, sizeof (line), "value") == -1) 914 if (prompt_for_arg(line, sizeof (line), "value") == -1)
|
Completed in 72 milliseconds