Lines Matching refs:Mode
113 int check_write(int fd, int cf_inter, char *filename, int mode);
238 int Mode = 0; /* bitmask of write/trunc mode */
252 int mode;
749 Mode |= MODE_RAND_LSEEK;
789 Mode |= MODE_RAND_SIZE;
933 Mode |= MODE_GROW_BY_LSEEK;
965 } else if (max_lseek == LSK_EOFPLUSGROW || Mode & MODE_GROW_BY_LSEEK) {
975 if (Mode & MODE_RAND_SIZE)
1010 if (Mode & MODE_GROW_BY_LSEEK)
1065 printf("%s: %d DEBUG3 Mode = %#o\n", Progname, Pid, Mode);
1076 if (Mode & MODE_RAND_SIZE) {
1084 if (Mode & MODE_RAND_LSEEK) {
1331 if (Mode & MODE_RAND_SIZE) {
1488 * possiblly update the Mode variable indicating
1515 Mode) != 0) {
1533 Mode) != 0) {
1833 -b Specfied to execute in sync mode.(def async mode)\n\
1963 * If the file is a fifo, set the bit in Mode variable.
1969 Fileinfo.mode |= MODE_FIFO;
1970 Mode |= MODE_FIFO;
1997 if (Mode & MODE_RAND_SIZE) {
2011 if (!(Mode & MODE_FIFO)) {
2020 if (Mode & MODE_GROW_BY_LSEEK) {
2102 } else if (Mode & MODE_RAND_LSEEK) {
2152 else if (!(Mode & MODE_FIFO)) {
2215 if (Mode & MODE_FIFO) {
2319 if (Mode & MODE_FIFO) {
2375 if (Mode & MODE_FIFO) {
2393 if (Mode & MODE_RAND_LSEEK) {
2491 int check_write(int fd, int cf_inter, char *filename, int mode)
2571 if (!(mode & MODE_FIFO)) {
2617 if (Mode & MODE_GROW_BY_LSEEK) {