Lines Matching defs:opts
110 struct opts struct
112 const char *user;
113 const char *group;
114 char *supp_groups;
115 int max_tries;
116 int min_steady_state_interval;
117 int wait_between_tries;
118 int subprocess_tries;
119 int subprocess_wait_between_tries;
120 int steady_state_interval;
121 int continuity_interval;
122 const char *base_path;
123 char **base_argv;
124 char **argv;
125 int should_sync_hwclock;
126 int should_load_disk;
127 int should_save_disk;
128 int should_netlink;
129 int dry_run;
130 int jitter;
131 char *conf_file;
132 struct source *sources;
133 struct source *cur_source;
134 char *proxy;
135 int leap;
136 int should_dbus;
165 struct opts opts; member