/busybox-1.35.0/mailutils/ |
D | mail.h | 10 struct globals { struct 20 #define G (*ptr_to_globals) argument
|
/busybox-1.35.0/networking/ |
D | arping.c | 65 struct globals { struct 66 struct in_addr src; 67 struct in_addr dst; 68 struct sockaddr_ll me; 69 struct sockaddr_ll he; 71 int count; // = -1; 72 unsigned last; 73 unsigned timeout_us; 74 unsigned start; 76 unsigned sent; [all …]
|
D | ping.c | 239 struct globals { struct 244 #define G (*(struct globals*)bb_common_bufsiz1) argument 420 struct globals { struct 421 int if_index; 422 char *str_I; 423 len_and_sockaddr *source_lsa; 424 unsigned datalen; 425 unsigned pingcount; /* must be int-sized */ 426 unsigned opt_ttl; 450 #define G (*(struct globals*)bb_common_bufsiz1) argument
|
D | nc_bloaty.c | 112 struct globals { struct 114 unsigned o_verbose; 115 unsigned o_wait; 117 unsigned o_interval; 124 unsigned long long wrote_out; /* total stdout bytes */ 148 #define G (*ptr_to_globals) argument
|
D | telnet.c | 116 struct globals { struct 139 #define G (*(struct globals*)bb_common_bufsiz1) argument
|
D | ftpgetput.c | 60 struct globals { struct 69 #define G (*(struct globals*)bb_common_bufsiz1) argument
|
D | wget.c | 244 struct globals { struct 245 off_t content_len; /* Content-length of the file */ 246 off_t beg_range; /* Range at which continue begins */ 248 off_t transferred; /* Number of bytes transferred so far */ 249 const char *curfile; /* Name of current file being transferred */ 250 bb_progress_t pmt; 252 char *dir_prefix; 254 char *post_data; 278 #define G (*ptr_to_globals) argument
|
/busybox-1.35.0/editors/ |
D | patch.c | 97 struct globals { struct 111 #define TT (*ptr_to_globals) argument
|
D | patch_toybox.c | 225 struct globals { struct 237 #define TT (*ptr_to_globals) argument
|
/busybox-1.35.0/miscutils/ |
D | conspy.c | 62 struct globals { struct 63 char* data; 64 int size; 88 #define G (*ptr_to_globals) argument
|
D | hexedit.c | 28 struct globals { struct 45 #define G (*ptr_to_globals) argument
|
D | hdparm.c | 358 struct globals { struct 359 smallint get_identity, get_geom; 360 smallint do_flush; 361 smallint do_ctimings, do_timings; 362 smallint reread_partn; 363 smallint set_piomode, noisy_piomode; 364 smallint getset_readahead; 365 smallint getset_readonly; 366 smallint getset_unmask; 367 smallint getset_mult; [all …]
|
D | less.c | 190 struct globals { struct 191 int cur_fline; /* signed */ 192 int kbd_fd; /* fd to get input from */ 193 int kbd_fd_orig_flags; 194 int less_gets_pos; 196 size_t last_line_pos; 197 unsigned max_fline; 198 unsigned max_lineno; /* this one tracks linewrap */ 199 unsigned max_displayed_line; 200 unsigned width; [all …]
|
D | fbsplash.c | 69 struct globals { struct 85 #define G (*ptr_to_globals) argument
|
/busybox-1.35.0/util-linux/ |
D | mkfs_minix.c | 125 struct globals { struct 127 smallint version2; 130 char *device_name; 131 uint32_t total_blocks; 132 int badblocks; 133 int namelen; 134 int dirsize; 158 #define G (*ptr_to_globals) argument
|
D | more.c | 41 struct globals { struct 47 #define G (*(struct globals*)bb_common_bufsiz1) argument
|
/busybox-1.35.0/procps/ |
D | free.c | 59 struct globals { struct 69 /* Because of NOFORK, "globals" are not in global data */ argument
|
D | powertop.c | 73 struct globals { struct 74 struct line *lines; /* the most often used member */ 98 #define G (*ptr_to_globals) argument
|
/busybox-1.35.0/loginutils/ |
D | getty.c | 97 struct globals { struct 111 #define G (*ptr_to_globals) argument
|
/busybox-1.35.0/e2fsprogs/ |
D | chattr.c | 63 struct globals { struct 80 static char** decode_arg(char **argv, struct globals *gp) in decode_arg() argument
|
D | fsck.c | 141 struct globals { struct 142 char **args; 143 int num_args; 144 int verbose; 149 char **fs_type_list; 173 #define G (*(struct globals*)bb_common_bufsiz1) argument
|
/busybox-1.35.0/coreutils/ |
D | du.c | 93 struct globals { struct 105 #define G (*(struct globals*)bb_common_bufsiz1) argument
|
/busybox-1.35.0/selinux/ |
D | setfiles.c | 93 struct globals { struct 113 #define G (*(struct globals*)bb_common_bufsiz1) argument
|
/busybox-1.35.0/debianutils/ |
D | start_stop_daemon.c | 150 struct globals { struct 164 #define G (*(struct globals*)bb_common_bufsiz1) argument
|
/busybox-1.35.0/findutils/ |
D | xargs.c | 105 struct globals { struct 128 #define G (*(struct globals*)bb_common_bufsiz1) argument
|