Searched defs:od_data (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/toybox/scripts/prereq/generated/ |
H A D | globals.h | 68 struct od_data { struct 69 struct arg_list *t; 70 char *A; 71 long N, w, j; 73 int address_idx; 74 unsigned types, leftover, star; 75 char *buf; // Points to buffers[0] or buffers[1]. 76 char *bufs[2]; // Used to detect duplicate lines. 77 off_t pos;
|
/aosp_15_r20/external/toybox/android/mac/generated/ |
H A D | globals.h | 241 struct od_data { struct 242 struct arg_list *t; 243 char *A; 244 long N, w, j; 246 int address_idx; 247 unsigned types, leftover, star; 248 char *buf; // Points to buffers[0] or buffers[1]. 249 char *bufs[2]; // Used to detect duplicate lines. 250 off_t pos;
|
/aosp_15_r20/external/toybox/android/linux/generated/ |
H A D | globals.h | 261 struct od_data { struct 262 struct arg_list *t; 263 char *A; 264 long N, w, j; 266 int address_idx; 267 unsigned types, leftover, star; 268 char *buf; // Points to buffers[0] or buffers[1]. 269 char *bufs[2]; // Used to detect duplicate lines. 270 off_t pos;
|
/aosp_15_r20/external/toybox/android/device/generated/ |
H A D | globals.h | 625 struct od_data { struct 626 struct arg_list *t; 627 char *A; 628 long N, w, j; 630 int address_idx; 631 unsigned types, leftover, star; 632 char *buf; // Points to buffers[0] or buffers[1]. 633 char *bufs[2]; // Used to detect duplicate lines. 634 off_t pos;
|