Home | History | Annotate | Download | only in qemu

Lines Matching defs:growable

1590 static int openfile(char *name, int flags, int growable)
1597 if (growable) {
1654 int growable = 0;
1669 growable = 1;
1683 return openfile(argv[optind], flags, growable);
1719 " -g, --growable allow file to grow (only applies to protocols)\n"
1732 int growable = 0;
1743 { "growable", 0, NULL, 'g' },
1771 growable = 1;
1825 openfile(argv[optind], flags, growable);