Home
last modified time | relevance | path

Searched refs:op_open (Results 1 – 25 of 33) sorted by relevance

12

/dports/devel/dev86/dev86-0.16.20/libc/bios/
H A Dfileops.c9 static int op_open();
32 case CMD_OPEN: return op_open(buf, fd, len);
108 op_open(name, flags, mode) in op_open() function
/dports/devel/android-tools-adb/platform_system_core-android-9.0.0_r3/toolbox/upstream-netbsd/bin/dd/
H A Ddd.h43 int (*op_open)(const char *, int, ...); member
63 #define ddop_open(dir, a1, a2, ...) dir.ops->op_open(a1, a2, __VA_ARGS__)
H A Ddd_hostops.c43 .op_open = open,
H A Ddd.c95 .op_open = open,
/dports/sysutils/fusefs-ext2/fuse-ext2-ea7bacf/fuse-ext2/
H A DMakefile.am38 op_open.c \
75 op_open.c \
H A Dop_create.c194 if (op_open(path, fi) == 0) { in op_create()
204 if (op_open(path, fi)) { in op_create()
H A Dop_open.c71 int op_open (const char *path, struct fuse_file_info *fi) in op_open() function
H A Dfuse-ext2.c293 .open = op_open,
304 .opendir = op_open,
H A Dfuse-ext2.h185 int op_open (const char *path, struct fuse_file_info *fi);
/dports/audio/cmus/cmus-2.9.1/
H A Doutput.h45 int op_open(sample_format_t sf, const channel_position_t *channel_map);
H A Dplayer.c727 rc = op_open(buffer_sf, buffer_channel_map); in _consumer_play()
783 rc = op_open(buffer_sf, buffer_channel_map); in change_sf()
1340 rc = op_open(buffer_sf, buffer_channel_map); in player_set_op()
H A Doutput.c258 int op_open(sample_format_t sf, const channel_position_t *channel_map) in op_open() function
/dports/archivers/php73-zip/php-7.3.33/ext/zip/lib/
H A Dzipwin32.h70 void *(*op_open)(_zip_source_win32_read_file_t *); member
H A Dzip_source_win32handle.c120 th = ops->op_open(ctx); in _zip_source_win32_handle_or_name()
196 if ((ctx->h = ctx->ops->op_open(ctx)) == INVALID_HANDLE_VALUE) { in _win32_read_file()
346 h = ctx->ops->op_open(ctx); in _win32_read_file()
/dports/lang/php73/php-7.3.33/ext/zip/lib/
H A Dzipwin32.h70 void *(*op_open)(_zip_source_win32_read_file_t *); member
H A Dzip_source_win32handle.c120 th = ops->op_open(ctx); in _zip_source_win32_handle_or_name()
196 if ((ctx->h = ctx->ops->op_open(ctx)) == INVALID_HANDLE_VALUE) { in _win32_read_file()
346 h = ctx->ops->op_open(ctx); in _win32_read_file()
/dports/www/mod_php73/php-7.3.33/ext/zip/lib/
H A Dzipwin32.h70 void *(*op_open)(_zip_source_win32_read_file_t *); member
H A Dzip_source_win32handle.c120 th = ops->op_open(ctx); in _zip_source_win32_handle_or_name()
196 if ((ctx->h = ctx->ops->op_open(ctx)) == INVALID_HANDLE_VALUE) { in _win32_read_file()
346 h = ctx->ops->op_open(ctx); in _win32_read_file()
/dports/emulators/yuzu/yuzu-0b47f7a46/externals/libzip/libzip/lib/
H A Dzipwin32.h75 void *(*op_open)(_zip_source_win32_read_file_t *); member
H A Dzip_source_win32handle.c118 th = ops->op_open(ctx); in _zip_source_win32_handle_or_name()
198 if ((ctx->h = ctx->ops->op_open(ctx)) == INVALID_HANDLE_VALUE) { in _win32_read_file()
348 h = ctx->ops->op_open(ctx); in _win32_read_file()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libusb/
H A Dopen-fd.patch138 -static int op_open(struct libusb_device_handle *handle)
163 @@ -1296,6 +1282,29 @@ static int op_open(struct libusb_device_handle *handle)
167 +static int op_open(struct libusb_device_handle *handle)
196 .open = op_open,
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libusb/
H A Dopen-fd.patch138 -static int op_open(struct libusb_device_handle *handle)
163 @@ -1296,6 +1282,29 @@ static int op_open(struct libusb_device_handle *handle)
167 +static int op_open(struct libusb_device_handle *handle)
196 .open = op_open,
/dports/emulators/tme/tme-0.8/libtme/
H A Dmemory-auto.sh915 op_open=" ( \\"
926 op_open=" do { \\@ if \\"
942 echo "${op_open}" | tr '@' '\n'
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/doc/tutorials/content/
H A Ddinast_grabber.rst186 …libusb: 0.000000 error [op_open] libusb couldn't open USB device /dev/bus/usb/002/010: Permission …
187 libusb: 0.009155 error [op_open] libusb requires write access to USB device nodes.
/dports/misc/rump/buildrump.sh-b914579/src/lib/librumphijack/
H A Dhijack.c1109 int (*op_open)(const char *, int, ...); in open() local
1120 op_open = GETSYSCALL(rump, OPEN); in open()
1123 op_open = GETSYSCALL(host, OPEN); in open()
1128 fd = op_open(path, flags, va_arg(ap, mode_t)); in open()

12