Searched refs:setbinary (Results 1 – 5 of 5) sorted by relevance
/openbsd-src/usr.bin/ftp/ |
H A D | small.h | 26 void setbinary(int, char **);
|
H A D | cmdtab.c | 131 { "binary", H(binaryhelp), 0, 1, 1, CMPL0 setbinary }, 154 { "image", H(binaryhelp), 0, 1, 1, CMPL0 setbinary },
|
H A D | small.c | 190 setbinary(int argc, char *argv[]) in setbinary() function
|
H A D | fetch.c | 1468 setbinary(0, NULL); in auto_fetch()
|
/openbsd-src/usr.bin/tftp/ |
H A D | main.c | 70 void setbinary(int, char **); 121 { "binary", "set mode to octet", setbinary }, 300 setbinary(int argc, char *argv[]) in setbinary() function
|