Home
last modified time | relevance | path

Searched defs:globals (Results 1 – 25 of 91) sorted by relevance

1234

/busybox-1.35.0/mailutils/
Dmail.h10 struct globals { struct
20 #define G (*ptr_to_globals) argument
/busybox-1.35.0/networking/
Darping.c65 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 …]
Dping.c239 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
Dnc_bloaty.c112 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
Dtelnet.c116 struct globals { struct
139 #define G (*(struct globals*)bb_common_bufsiz1) argument
Dftpgetput.c60 struct globals { struct
69 #define G (*(struct globals*)bb_common_bufsiz1) argument
Dwget.c244 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/
Dpatch.c97 struct globals { struct
111 #define TT (*ptr_to_globals) argument
Dpatch_toybox.c225 struct globals { struct
237 #define TT (*ptr_to_globals) argument
/busybox-1.35.0/miscutils/
Dconspy.c62 struct globals { struct
63 char* data;
64 int size;
88 #define G (*ptr_to_globals) argument
Dhexedit.c28 struct globals { struct
45 #define G (*ptr_to_globals) argument
Dhdparm.c358 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 …]
Dless.c190 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 …]
Dfbsplash.c69 struct globals { struct
85 #define G (*ptr_to_globals) argument
/busybox-1.35.0/util-linux/
Dmkfs_minix.c125 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
Dmore.c41 struct globals { struct
47 #define G (*(struct globals*)bb_common_bufsiz1) argument
/busybox-1.35.0/procps/
Dfree.c59 struct globals { struct
69 /* Because of NOFORK, "globals" are not in global data */ argument
Dpowertop.c73 struct globals { struct
74 struct line *lines; /* the most often used member */
98 #define G (*ptr_to_globals) argument
/busybox-1.35.0/loginutils/
Dgetty.c97 struct globals { struct
111 #define G (*ptr_to_globals) argument
/busybox-1.35.0/e2fsprogs/
Dchattr.c63 struct globals { struct
80 static char** decode_arg(char **argv, struct globals *gp) in decode_arg() argument
Dfsck.c141 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/
Ddu.c93 struct globals { struct
105 #define G (*(struct globals*)bb_common_bufsiz1) argument
/busybox-1.35.0/selinux/
Dsetfiles.c93 struct globals { struct
113 #define G (*(struct globals*)bb_common_bufsiz1) argument
/busybox-1.35.0/debianutils/
Dstart_stop_daemon.c150 struct globals { struct
164 #define G (*(struct globals*)bb_common_bufsiz1) argument
/busybox-1.35.0/findutils/
Dxargs.c105 struct globals { struct
128 #define G (*(struct globals*)bb_common_bufsiz1) argument

1234