HomeSort by relevance Sort by last modified time
    Searched refs:parse_mode (Results 1 - 6 of 6) sorted by null

  /external/e2fsprogs/lib/ss/
parse.c 24 enum parse_mode { WHITESPACE, TOKEN, QUOTED_STRING }; enum
52 register enum parse_mode parse_mode; local
64 parse_mode = WHITESPACE; /* flushing whitespace */
69 printf ("character `%c', mode %d\n", *line_ptr, parse_mode);
72 while (parse_mode == WHITESPACE) {
81 parse_mode = QUOTED_STRING;
89 parse_mode = TOKEN;
96 while (parse_mode == TOKEN) {
104 parse_mode = WHITESPACE
    [all...]
  /external/iptables/extensions/
libip6t_hashlimit.c 111 static int parse_mode(struct xt_hashlimit_info *r, char *optarg) function
216 if (parse_mode(r, optarg) < 0)
libipt_hashlimit.c 111 static int parse_mode(struct ipt_hashlimit_info *r, char *optarg) function
216 if (parse_mode(r, optarg) < 0)
libipt_policy.c 119 static int parse_mode(char *s) function
236 mode = parse_mode(argv[optind-1]);
libip6t_policy.c 159 static int parse_mode(char *s) function
276 mode = parse_mode(argv[optind-1]);
  /external/v8/src/
scanner.h 264 explicit Scanner(ParserMode parse_mode);

Completed in 2832 milliseconds