Searched defs:ignore_errors (Results 1 - 1 of 1) sorted by relevance

/external/openssh/
H A Dsftp.c1207 parse_args(const char **cpp, int *ignore_errors, int *aflag, argument
1222 *ignore_errors = 0;
1224 *ignore_errors = 1;
1400 int ignore_errors = 0, aflag = 0, fflag = 0, hflag = 0, local
1411 cmdnum = parse_args(&cmd, &ignore_errors, &aflag, &fflag, &hflag,
1413 if (ignore_errors != 0)

Completed in 481 milliseconds