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

  /external/squashfs-tools/squashfs-tools/
action.h 201 struct action_entry { struct
206 int (*parse_args)(struct action_entry *, int, char **, void **);
224 struct action_entry *action;
action.c 68 static struct action_entry *parsing_action;
88 static struct action_entry action_table[];
451 struct action_entry *action;
1096 static int parse_uid_args(struct action_entry *action, int args, char **argv,
1117 static int parse_gid_args(struct action_entry *action, int args, char **argv,
1138 static int parse_guid_args(struct action_entry *action, int args, char **argv,
1377 static int parse_sym_mode_args(struct action_entry *action, int args,
1392 static int parse_mode_args(struct action_entry *action, int args,
1475 static int parse_empty_args(struct action_entry *action, int args,
    [all...]

Completed in 63 milliseconds