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

  /external/squashfs-tools/squashfs-tools/
action.c 1199 struct mode_data *mode_data; local
1227 mode_data = malloc(sizeof(struct mode_data));
1228 if (mode_data == NULL)
1231 mode_data->operation = ACTION_MODE_OCT;
1232 mode_data->mode = mode;
1233 mode_data->next = NULL;
1234 *data = mode_data;
1244 static int parse_sym_mode_arg(char *arg, struct mode_data **head
1247 struct mode_data *mode_data; local
    [all...]
action.h 258 struct mode_data { struct
259 struct mode_data *next;

Completed in 107 milliseconds