Lines Matching defs:options
36 struct options { struct
37 int loglvl;
38 int logopt;
39 int overwrite;
40 int duration;
41 const char *config;
42 char postfix[PATH_MAX];
43 char output[PATH_MAX];
195 static int options_init(int argc, char *argv[], struct options *options) in options_init()
356 struct options *options) in thermometer_start()
460 static int thermometer_wait(struct options *options, pid_t pid) in thermometer_wait()
534 struct options options = { in main() local