Lines Matching defs:append
39 static int append = 0;
62 if (!strcmp(options, "append"))
63 append = 1;
79 " The only flag currently supported is 'append', which specifies that all\n"
80 " files opened by hostfs will be opened in append mode.\n\n"
256 if (append)
257 seq_puts(seq, ",append");
321 fd = open_file(name, r, w, append);
645 if (append)
798 if (append)