Home | History | Annotate | Download | only in iptables

Lines Matching refs:quoted

81 /* arg meta data, were they quoted, frinstance */
104 add_argv(char *what, int quoted)
109 newargvattr[newargc] = quoted;
398 /* use argvattr to tell which arguments were quoted
399 to avoid comparing quoted arguments, like comments, to -j, */
503 || (argv[arg + 1][0] == '-' /* NOT QUOTED */ )) {
744 int quote_open, quoted;
783 /* We need to know which args were quoted so we
785 quoted = 0;
799 quoted = 1;
832 add_argv(param_buffer, quoted);
837 quoted = 0;