Lines Matching defs:global
57 struct GlobalConfig *global;
62 global = config->global;
64 warnf(global, "Remote filename has no length");
87 errorf(global, "overflow in filename generation");
92 errorf(global, "out of memory");
124 warnf(global, "Failed to open the file %s: %s", fname,
147 bool is_tty = config->global->isatty;
164 warnf(config->global, "Header data size exceeds single call write "
171 warnf(config->global, "Data size exceeds single call write limit");
200 warnf(config->global, "Invalid output struct data for write callback");
212 warnf(config->global, "Binary output can mess up your terminal. "