HomeSort by relevance Sort by last modified time
    Searched refs:parse_mode (Results 1 - 3 of 3) 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/
libxt_hashlimit.c 214 static int parse_mode(uint32_t *mode, const char *option_arg) function
263 if (parse_mode(&info->cfg.mode, cb->arg) < 0)
291 if (parse_mode(&info->cfg.mode, cb->arg) < 0)
libxt_policy.c 82 static int parse_mode(const char *s) function
160 e->mode = parse_mode(cb->arg);

Completed in 6491 milliseconds