Home
last modified time | relevance | path

Searched refs:__handle (Results 26 – 50 of 286) sorted by relevance

12345678910>>...12

/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/sys/linux/dl/
H A Ddlfcn.h49 extern int dlclose (void *__handle) __THROW;
53 extern void *dlsym (void *__restrict __handle,
58 extern void *dlvsym (void *__restrict __handle,
/dports/games/xnethack/xNetHack-xnh6.1/include/
H A Dntconf.h244 write(int __handle, const void _FAR *__buf, unsigned __len);
246 int _RTLENTRY _EXPFUNC close(int __handle);
247 int _RTLENTRY _EXPFUNC _close(int __handle);
250 long _RTLENTRY _EXPFUNC lseek(int __handle, long __offset, int __fromwhere);
251 int _RTLENTRY _EXPFUNC read(int __handle, void _FAR *__buf, unsigned __len);
/dports/games/nethack36/NetHack-NetHack-3.6.6_Released/include/
H A Dntconf.h251 write(int __handle, const void _FAR *__buf, unsigned __len);
253 int _RTLENTRY _EXPFUNC close(int __handle);
254 int _RTLENTRY _EXPFUNC _close(int __handle);
257 long _RTLENTRY _EXPFUNC lseek(int __handle, long __offset, int __fromwhere);
258 int _RTLENTRY _EXPFUNC read(int __handle, void _FAR *__buf, unsigned __len);
/dports/games/nethack36-nox11/NetHack-NetHack-3.6.6_Released/include/
H A Dntconf.h251 write(int __handle, const void _FAR *__buf, unsigned __len);
253 int _RTLENTRY _EXPFUNC close(int __handle);
254 int _RTLENTRY _EXPFUNC _close(int __handle);
257 long _RTLENTRY _EXPFUNC lseek(int __handle, long __offset, int __fromwhere);
258 int _RTLENTRY _EXPFUNC read(int __handle, void _FAR *__buf, unsigned __len);
/dports/mail/postfixadmin33-lite/postfixadmin-postfixadmin-3.3.10/model/
H A DCliDelete.php18 return $this->__handle($this->args[0]);
36 return $this->__handle($address);
45 protected function __handle($address) { function in CliDelete
H A DCliView.php18 return $this->__handle($this->args[0]);
32 return $this->__handle($address);
40 protected function __handle($address) { function in CliView
/dports/mail/postfixadmin-lite/postfixadmin-d3bc1551/model/
H A DCliDelete.php20 return $this->__handle($this->args[0]);
39 return $this->__handle($address);
48 protected function __handle($address) function in CliDelete
H A DCliView.php20 return $this->__handle($this->args[0]);
35 return $this->__handle($address);
43 protected function __handle($address) function in CliView
/dports/mail/postfixadmin33/postfixadmin-postfixadmin-3.3.10/model/
H A DCliDelete.php18 return $this->__handle($this->args[0]);
36 return $this->__handle($address);
45 protected function __handle($address) { function in CliDelete
H A DCliView.php18 return $this->__handle($this->args[0]);
32 return $this->__handle($address);
40 protected function __handle($address) { function in CliView
/dports/mail/postfixadmin/postfixadmin-d3bc1551/model/
H A DCliDelete.php20 return $this->__handle($this->args[0]);
39 return $this->__handle($address);
48 protected function __handle($address) function in CliDelete
H A DCliView.php20 return $this->__handle($this->args[0]);
35 return $this->__handle($address);
43 protected function __handle($address) function in CliView
/dports/net/py-impacket/impacket-0.9.17/impacket/dcerpc/v5/
H A Dtransport.py357 self.__handle = 0
394 self.__handle = self.__smb_connection.openFile(self.__tid, self.__filename)
414 self.__smb_connection.writeFile(self.__tid, self.__handle, toSend, offset = offset)
417 self.__smb_connection.writeFile(self.__tid, self.__handle, data)
427 …return self.__smb_connection.readFile(self.__tid, self.__handle, bytesToRead = self._max_recv_frag)
429 return self.__smb_connection.readFile(self.__tid, self.__handle)
458 self.__handle = 0
463 self.__handle = os.open('\\\\.\\%s' % self.__filename, os.O_RDWR|os.O_BINARY)
467 os.close(self.__handle)
470 os.write(self.__handle, data)
[all …]
/dports/lang/fpc-source/fpc-3.2.2/packages/libc/src/
H A Ddlfcnh.inc7 function dlclose(__handle:pointer):longint;cdecl;external dllib name 'dlclose';
8 function dlsym(__handle:pointer; __name:Pchar):pointer;cdecl;external dllib name 'dlsym';
9 function dlvsym(__handle:pointer; __name:Pchar; __version:Pchar):pointer;cdecl;external dllib name …
/dports/devel/py-libusb1/libusb1-1.9.3/usb1/
H A D__init__.py303 self.__handle = handle
1027 __handle = None variable in USBDeviceHandle
1057 self.__handle = handle
1075 handle = self.__handle
1107 self.__handle = None
1122 self.__handle, byref(configuration),
1186 self.__handle, interface, alt_setting,
1239 self.__handle, bool(enable),
1308 self.__handle, descriptor,
1439 self.__handle,
[all …]
/dports/graphics/jogl/jogl-1.1.1_9/gluegen/make/stub_includes/macosx/
H A Ddynamic-linker.h32 extern int dlclose(void * __handle);
35 extern void * dlsym(void * __handle, const char * __symbol);
/dports/graphics/jogl/jogl-1.1.1_9/gluegen/src/java/com/sun/gluegen/runtime/
H A DMacOSXDynamicLinkerImpl.java16 private static native int dlclose(long __handle); in dlclose() argument
25 private static native long dlsym(long __handle, java.lang.String __symbol); in dlsym() argument
/dports/devel/sunpromake/schily-2021-09-18/include/schily/
H A Ddlfcn.h95 extern int dlclose __PR((void *__handle));
98 extern void *dlsym __PR((void *__handle, const char *name));
/dports/devel/smake/schily-2021-09-18/include/schily/
H A Ddlfcn.h95 extern int dlclose __PR((void *__handle));
98 extern void *dlsym __PR((void *__handle, const char *name));
/dports/devel/sccs/schily-2021-09-18/include/schily/
H A Ddlfcn.h95 extern int dlclose __PR((void *__handle));
98 extern void *dlsym __PR((void *__handle, const char *name));
/dports/devel/schilybase/schily-2021-09-18/include/schily/
H A Ddlfcn.h95 extern int dlclose __PR((void *__handle));
98 extern void *dlsym __PR((void *__handle, const char *name));
/dports/net/rscsi/schily-2021-09-18/include/schily/
H A Ddlfcn.h95 extern int dlclose __PR((void *__handle));
98 extern void *dlsym __PR((void *__handle, const char *name));
/dports/archivers/star/schily-2021-09-18/include/schily/
H A Ddlfcn.h95 extern int dlclose __PR((void *__handle));
98 extern void *dlsym __PR((void *__handle, const char *name));
/dports/sysutils/cdrtools/schily-2021-09-18/include/schily/
H A Ddlfcn.h95 extern int dlclose __PR((void *__handle));
98 extern void *dlsym __PR((void *__handle, const char *name));
/dports/editors/ved/schily-2021-09-18/include/schily/
H A Ddlfcn.h95 extern int dlclose __PR((void *__handle));
98 extern void *dlsym __PR((void *__handle, const char *name));

12345678910>>...12