Home
last modified time | relevance | path

Searched refs:skipsyst (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dmain.c97 int skipsyst; variable
158 skipsyst = 0; in main()
235 skipsyst = 1; in main()
H A Druserpass.c243 skipsyst = 1; in rnetrc()
H A Dftp_var.h157 extern int skipsyst; /* enable automatic sending of SYST command */
H A Dcmds.c156 if (skipsyst) in setpeer()