Searched refs:flagfile (Results 1 – 8 of 8) sorted by relevance
30 * Raise exception if --flagfile can't be read (tlim)52 * BUGFIX: Fix flagfile parsing in python (chronos)
51 extern char *flagfile;
51 char *flagfile = NULL; /* -flag */ variable
3969 if (flagfile) {3970 FILE *flag = fopen(flagfile, "w");3981 flagfile);
1520 fprintf(stderr, " flag: %s\n", flagfile ? flagfile in print_settings()3126 flagfile = strdup(argv[++i]); in main() local
896 * -flag flagfile to aid wrapper scripts.
6026 snprintf(buf, bufn, "aro=%s:%s", p, NONUL(flagfile)); in process_remote_cmd()
36 # --flagfile=foo read flags from foo. (not implemented yet)