Home
last modified time | relevance | path

Searched refs:OPEN_FLAGS (Results 51 – 67 of 67) sorted by relevance

123

/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/um/drivers/
H A Dubd_kern.c133 #define OPEN_FLAGS ((struct openflags) { .r = 1, .w = 1, .s = 1, .c = 0, \ macro
136 #define OPEN_FLAGS ((struct openflags) { .r = 1, .w = 1, .s = 0, .c = 0, \ macro
139 static struct openflags global_openflags = OPEN_FLAGS;
188 .boot_openflags = OPEN_FLAGS, \
189 .openflags = OPEN_FLAGS, \
/dports/multimedia/libv4l/linux-5.13-rc2/arch/um/drivers/
H A Dubd_kern.c133 #define OPEN_FLAGS ((struct openflags) { .r = 1, .w = 1, .s = 1, .c = 0, \ macro
136 #define OPEN_FLAGS ((struct openflags) { .r = 1, .w = 1, .s = 0, .c = 0, \ macro
139 static struct openflags global_openflags = OPEN_FLAGS;
188 .boot_openflags = OPEN_FLAGS, \
189 .openflags = OPEN_FLAGS, \
/dports/net/ntp/ntp-4.2.8p15/ntpd/
H A Drefclock_arc.c474 #define OPEN_FLAGS (O_RDWR | O_NOCTTY) macro
476 #define OPEN_FLAGS (O_RDWR) macro
652 fd = tty_open(device, OPEN_FLAGS, 0777); in arc_start()
/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/Source/iop/
H A DIop_McServ.h36 enum OPEN_FLAGS enum
/dports/mail/isync/isync-1.4.4/src/
H A Ddriver.h92 #define OPEN_FLAGS (1<<2) // Note that fetch_msg() gets the flags regardless. macro
H A Dsync.c1395 opts[1-t] |= OPEN_FLAGS; in box_opened2()
1402 opts[1-t] |= OPEN_FLAGS|OPEN_NEW_SIZE; in box_opened2()
1405 opts[t] |= OPEN_OLD|OPEN_FLAGS|OPEN_SETFLAGS; in box_opened2()
1406 opts[1-t] |= OPEN_OLD|OPEN_FLAGS; in box_opened2()
1409 opts[1-t] |= OPEN_FLAGS; in box_opened2()
1416 opts[t] |= OPEN_NEW|OPEN_FLAGS; in box_opened2()
1418 opts[t] |= OPEN_NEW|OPEN_FLAGS; in box_opened2()
1422 opts[N] |= OPEN_OLD|OPEN_NEW|OPEN_FLAGS; in box_opened2()
H A Ddrv_maildir.c1243 if (ctx->opts & OPEN_FLAGS) { in maildir_init_msg()
1447 opts |= OPEN_OLD|OPEN_NEW|OPEN_FLAGS; in maildir_prepare_load_box()
H A Ddrv_imap.c2955 (ctx->opts & OPEN_FLAGS) ? " FLAGS" : "", in imap_submit_load()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/swig/include/perl/
H A Dgdal_perl.i220 @DATA_TYPES @OPEN_FLAGS @RESAMPLING_TYPES @RIO_RESAMPLING_TYPES @NODE_TYPES
241 push(@OPEN_FLAGS, $1), next if /^OF_(\w+)/;
251 for my $string (@OPEN_FLAGS) {
/dports/graphics/gdal/gdal-3.3.3/swig/include/perl/
H A Dgdal_perl.i220 @DATA_TYPES @OPEN_FLAGS @RESAMPLING_TYPES @RIO_RESAMPLING_TYPES @NODE_TYPES
241 push(@OPEN_FLAGS, $1), next if /^OF_(\w+)/;
251 for my $string (@OPEN_FLAGS) {
/dports/graphics/py-gdal/gdal-3.3.3/swig/include/perl/
H A Dgdal_perl.i220 @DATA_TYPES @OPEN_FLAGS @RESAMPLING_TYPES @RIO_RESAMPLING_TYPES @NODE_TYPES
241 push(@OPEN_FLAGS, $1), next if /^OF_(\w+)/;
251 for my $string (@OPEN_FLAGS) {
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/swig/perl/lib/Geo/
H A DGDAL.pm1580 @DATA_TYPES @OPEN_FLAGS @RESAMPLING_TYPES @RIO_RESAMPLING_TYPES @NODE_TYPES
1601 push(@OPEN_FLAGS, $1), next if /^OF_(\w+)/;
1611 for my $string (@OPEN_FLAGS) {
/dports/graphics/gdal/gdal-3.3.3/swig/perl/lib/Geo/
H A DGDAL.pm1580 @DATA_TYPES @OPEN_FLAGS @RESAMPLING_TYPES @RIO_RESAMPLING_TYPES @NODE_TYPES
1601 push(@OPEN_FLAGS, $1), next if /^OF_(\w+)/;
1611 for my $string (@OPEN_FLAGS) {
/dports/graphics/py-gdal/gdal-3.3.3/swig/perl/lib/Geo/
H A DGDAL.pm1580 @DATA_TYPES @OPEN_FLAGS @RESAMPLING_TYPES @RIO_RESAMPLING_TYPES @NODE_TYPES
1601 push(@OPEN_FLAGS, $1), next if /^OF_(\w+)/;
1611 for my $string (@OPEN_FLAGS) {
/dports/devel/patch/patch-2.7.6/src/
H A Dutil.c.orig549 /* Create FILE with OPEN_FLAGS, and with MODE adjusted so that
/dports/databases/gdbm/gdbm-1.22/doc/
H A Dgdbm.info928 int FORMAT, int OPEN_FLAGS, int MODE)
944 OPEN_FLAGS
/dports/mail/isync/isync-1.4.4/
H A DChangeLog2152 OPEN_FLAGS (which will happen in a subsequent commit), at the negligible

123