O_APPEND           97 maint/gnulib/lib/fopen.c             open_flags |= O_CREAT | O_APPEND;
O_APPEND          414 maint/gnulib/lib/spawni.c   inh_handles->flags[newfd] = ((flags & O_APPEND) != 0 ? 32 : 0);
O_APPEND          418 maint/gnulib/lib/supersede.c             open_flags |= /* not! O_CREAT | */ O_APPEND;
O_APPEND          412 maint/gnulib/tests/test-execute-main.c         int fd_out = open (BASE ".tmp", O_WRONLY | O_APPEND);
O_APPEND           71 maint/gnulib/tests/test-fcntl-h.c     case O_APPEND:
O_APPEND           76 maint/gnulib/tests/test-link.h   fd = open (BASE "b", O_APPEND | O_WRONLY);
O_APPEND           69 maint/gnulib/tests/test-posix_spawn-open2.c           (err = posix_spawn_file_actions_addopen (&actions, STDOUT_FILENO, DATA_FILENAME, O_RDWR | O_APPEND, 0600)) != 0