Funktionsglossar — Buchstabe U

204 Einträge. Zurück zur Übersicht · Unit-Verzeichnis

# · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z


Funktion Signatur Unit
UdpBuildHeader (buf: int64, src_port: int64, dst_port: int64, payload_len: int64): int64 std.net.udp
UdpReadDstPort (buf: int64): int64 std.net.udp
UdpReadLength (buf: int64): int64 std.net.udp
UdpReadSrcPort (buf: int64): int64 std.net.udp
UDPSocketBind (sock: UDPSocket, addr: int64): int64 std.net.socket
UDPSocketBindIPv6 (sock: UDPSocket, ip6Hi: int64, ip6Lo: int64, port: int64): int64 std.net.socket
UDPSocketBindTo (sock: UDPSocket, ip: int64, port: int64): int64 std.net.socket
UDPSocketClose (sock: UDPSocket): void std.net.socket
UDPSocketGetError (sock: UDPSocket): int64 std.net.socket
UDPSocketNew (): UDPSocket std.net.socket
UDPSocketNewIPv6 (): UDPSocket std.net.socket
UDPSocketRecv (sock: UDPSocket, buf: int64, n: int64, senderIP: int64, senderPort: int64): int64 std.net.socket
UDPSocketRecvFrom (sock: UDPSocket, buf: int64, n: int64, src: int64, addrlen: int64): int64 std.net.socket
UDPSocketRecvFromIPv6 (sock: UDPSocket, buf: int64, n: int64, outHi: int64, outLo: int64, outPort: int64): int64 std.net.socket
UDPSocketSendTo (sock: UDPSocket, buf: int64, n: int64, dest: pchar): int64 std.net.socket
UDPSocketSendToAddr (sock: UDPSocket, buf: int64, n: int64, ip: int64, port: int64): int64 std.net.socket
UDPSocketSendToIPv6 (sock: UDPSocket, buf: int64, n: int64, ip6Hi: int64, ip6Lo: int64, port: int64): int64 std.net.socket
UDPSocketSetBroadcast (sock: UDPSocket, an: bool): int64 std.net.socket
UDPSocketSetRecvBuf (sock: UDPSocket, size: int64): int64 std.net.socket
UDPSocketSetRecvTimeout (sock: UDPSocket, sek: int64, mikrosek: int64): int64 std.net.socket
UDPSocketSetReuseAddr (sock: UDPSocket): int64 std.net.socket
UDPSocketSetSendBuf (sock: UDPSocket, size: int64): int64 std.net.socket
UDPSocketSetSendTimeout (sock: UDPSocket, sek: int64, mikrosek: int64): int64 std.net.socket
UICVehicleCheckDigit (nr: int64): int64 std.validate.uic
UICVehicleGetCountry (nr: int64): int64 std.validate.uic
UICVehicleValidate (nr: int64): int64 std.validate.uic
Umount (target: pchar, flags: int64): int64 std.sysadmin
Unescape (input: pchar, output: pchar): int64 std.html
UnescapeString (input: pchar, output: pchar): int64 std.yaml
UnescapeValue (input: pchar, output: pchar): int64 std.ini
UnicodeFoldFull (cp: int64): int64 std.unicode_case
UnicodeIsAsciiDigit (cp: int64): int64 std.unicode
UnicodeIsAsciiLetter (cp: int64): int64 std.unicode
UnicodeIsWhitespace (cp: int64): int64 std.unicode
UnicodeToLower (cp: int64): int64 std.unicode
UnicodeToLowerFull (cp: int64): int64 std.unicode_case
UnicodeToUpper (cp: int64): int64 std.unicode
UnicodeToUpperFull (cp: int64): int64 std.unicode_case
unix_time (): int64 std.os
UnixSecondsFromTimestamp (ts: timestamp): int64 std.time
UnixSocketAccept (sock: UnixConn): UnixConn std.net.socket
UnixSocketBind (sock: UnixConn, path: int64): int64 std.net.socket
UnixSocketClose (conn: UnixConn): void std.net.socket
UnixSocketConnect (path: int64): UnixConn std.net.socket
UnixSocketGetPeerCred (conn: UnixConn, pid: int64, uid: int64, gid: int64): int64 std.net.socket
UnixSocketListen (sock: UnixConn, backlog: int64): int64 std.net.socket
UnixSocketNew (): UnixConn std.net.socket
UnixSocketRead (conn: UnixConn, buf: int64, n: int64): int64 std.net.socket
UnixSocketWrite (conn: UnixConn, buf: int64, n: int64): int64 std.net.socket
UnpackArrayStart (buf: int64, pos: int64): int64 std.pack
UnpackBool (buf: int64, pos: int64): bool std.pack
UnpackFloat32 (buf: int64, pos: int64): f64 std.pack
UnpackFloat64 (buf: int64, pos: int64): f64 std.pack
UnpackInt16 (buf: int64, pos: int64): int64 std.pack
UnpackInt32 (buf: int64, pos: int64): int64 std.pack
UnpackInt64 (buf: int64, pos: int64): int64 std.pack
UnpackInt8 (buf: int64, pos: int64): int64 std.pack
UnpackString (buf: int64, pos: int64): int64 std.pack
unregister_log_callback (): void std.log
UPCAValidate (code: pchar): int64 std.validate.ean
URLBuild (scheme: pchar, hostname: pchar, port: int64, path: pchar, query: pchar, fragment: pchar): pchar std.url
URLPercentDecode (s: pchar): pchar std.url
URLPercentEncode (s: pchar): pchar std.url
URLQueryGet (url: pchar, key: pchar): pchar std.url
URLQuerySet (url: pchar, key: pchar, value: pchar): pchar std.url
URLResolve (base: pchar, relative: pchar): pchar std.url
usb_close (fd: int64): int64 std.hardware.usb_syscalls
usb_getdents64 (fd: int64, buf: int64, count: int64): int64 std.hardware.usb_syscalls
usb_ioctl (fd: int64, request: int64, arg: int64): int64 std.hardware.usb_syscalls
usb_lseek (fd: int64, offset: int64, whence: int64): int64 std.hardware.usb_syscalls
usb_open (path: pchar, flags: int64): int64 std.hardware.usb_syscalls
usb_poll (fds_ptr: int64, nfds: int64, timeout_ms: int64): int64 std.hardware.usb_syscalls
usb_pollfd_revents (ptr: int64): int64 std.hardware.usb_syscalls
usb_pollfd_set (ptr: int64, fd: int64, events: int64): void std.hardware.usb_syscalls
usb_read (fd: int64, buf: int64, len: int64): int64 std.hardware.usb_syscalls
usb_write (fd: int64, buf: int64, len: int64): int64 std.hardware.usb_syscalls
UsbAllocDevice (): int64 std.hardware.usb_parse
UsbAllocIsoUrb (num_packets: int64): int64 std.hardware.usb_iso
UsbAllocUrb (): int64 std.hardware.usb_interrupt
UsbBuildBulkTransfer (buf: int64, ep: int64, data: int64, length: int64, timeout: int64): void std.hardware.usb_bulk
UsbBuildPath (base: int64, segment: int64, suffix: int64, buf: int64, buf_size: int64): void std.hardware.usb_util
UsbBulkInRead (ep: UsbBulkInEndpoint, buffer: int64, length: int64): int64 std.hardware.usb_endpoint_types
UsbBulkInValid (ep: UsbBulkInEndpoint): int64 std.hardware.usb_endpoint_types
UsbBulkOutValid (ep: UsbBulkOutEndpoint): int64 std.hardware.usb_endpoint_types
UsbBulkOutWrite (ep: UsbBulkOutEndpoint, data: int64, length: int64): int64 std.hardware.usb_endpoint_types
UsbBulkRead (dev_fd: int64, endpoint: int64, buffer: int64, length: int64, timeout: int64): int64 std.hardware.usb_bulk
UsbBulkTransfer (dev_fd: int64, ep: int64, data: int64, length: int64, timeout: int64): int64 std.hardware.usb_bulk
UsbBulkWrite (dev_fd: int64, endpoint: int64, data: int64, length: int64, timeout: int64): int64 std.hardware.usb_bulk
UsbCfgDesc_bConfigurationValue (buf: int64): int64 std.hardware.usb_types
UsbCfgDesc_bDescriptorType (buf: int64): int64 std.hardware.usb_types
UsbCfgDesc_bLength (buf: int64): int64 std.hardware.usb_types
UsbCfgDesc_bmAttributes (buf: int64): int64 std.hardware.usb_types
UsbCfgDesc_bMaxPower (buf: int64): int64 std.hardware.usb_types
UsbCfgDesc_bNumInterfaces (buf: int64): int64 std.hardware.usb_types
UsbCfgDesc_iConfiguration (buf: int64): int64 std.hardware.usb_types
UsbCfgDesc_wTotalLength (buf: int64): int64 std.hardware.usb_types
UsbClaimInterface (dev_fd: int64, interface_num: int64): int64 std.hardware.usb_control
UsbConfigAt (base: int64, i: int64): int64 std.hardware.usb_types
UsbControlTransferRaw (dev_fd: int64, ctrlBuf: int64): int64 std.hardware.usb_control
UsbCtrlSetRequest (buf: int64, reqType: int64, req: int64, wValue: int64, wIndex: int64): void std.hardware.usb_control
UsbCtrlSetTransfer (buf: int64, data: int64, length: int64, timeout: int64): void std.hardware.usb_control
UsbDefInEndpoint (reg: int64, key: int64, fd: int64, ep: int64, timeout: int64): int64 std.hardware.usb_endpoint_bind
UsbDefOutEndpoint (reg: int64, key: int64, fd: int64, ep: int64, timeout: int64): int64 std.hardware.usb_endpoint_bind
UsbDescHdr_bDescType (buf: int64): int64 std.hardware.usb_types
UsbDescHdr_bLength (buf: int64): int64 std.hardware.usb_types
UsbDevDesc_bcdDevice (buf: int64): int64 std.hardware.usb_types
UsbDevDesc_bcdUSB (buf: int64): int64 std.hardware.usb_types
UsbDevDesc_bDescriptorType (buf: int64): int64 std.hardware.usb_types
UsbDevDesc_bDeviceClass (buf: int64): int64 std.hardware.usb_types
UsbDevDesc_bDeviceProtocol (buf: int64): int64 std.hardware.usb_types
UsbDevDesc_bDeviceSubClass (buf: int64): int64 std.hardware.usb_types
UsbDevDesc_bLength (buf: int64): int64 std.hardware.usb_types
UsbDevDesc_bMaxPacketSize0 (buf: int64): int64 std.hardware.usb_types
UsbDevDesc_bNumConfigurations (buf: int64): int64 std.hardware.usb_types
UsbDevDesc_idProduct (buf: int64): int64 std.hardware.usb_types
UsbDevDesc_idVendor (buf: int64): int64 std.hardware.usb_types
UsbDevDesc_iManufacturer (buf: int64): int64 std.hardware.usb_types
UsbDevDesc_iProduct (buf: int64): int64 std.hardware.usb_types
UsbDevDesc_iSerialNumber (buf: int64): int64 std.hardware.usb_types
UsbDiscardUrb (dev_fd: int64, urbPtr: int64): int64 std.hardware.usb_interrupt
UsbEndpointAt (base: int64, i: int64): int64 std.hardware.usb_types
UsbEndpointFromDesc (ep: int64, epDescBuf: int64): void std.hardware.usb_types
UsbEpAddr (reg: int64, key: int64): int64 std.hardware.usb_endpoint_bind
UsbEpDesc_bDescriptorType (buf: int64): int64 std.hardware.usb_types
UsbEpDesc_bEndpointAddress (buf: int64): int64 std.hardware.usb_types
UsbEpDesc_bInterval (buf: int64): int64 std.hardware.usb_types
UsbEpDesc_bLength (buf: int64): int64 std.hardware.usb_types
UsbEpDesc_bmAttributes (buf: int64): int64 std.hardware.usb_types
UsbEpDesc_wMaxPacketSize (buf: int64): int64 std.hardware.usb_types
UsbEpDirection (epAddr: int64): int64 std.hardware.usb_types
UsbEpIsOut (reg: int64, key: int64): int64 std.hardware.usb_endpoint_bind
UsbEpNumber (epAddr: int64): int64 std.hardware.usb_types
UsbEpRead (reg: int64, key: int64, buf: int64, len: int64): int64 std.hardware.usb_endpoint_bind
UsbEpRegistryAlloc (): int64 std.hardware.usb_endpoint_bind
UsbEpRegistryCount (reg: int64): int64 std.hardware.usb_endpoint_bind
UsbEpRegistryFree (reg: int64): void std.hardware.usb_endpoint_bind
UsbEpTimeout (reg: int64, key: int64): int64 std.hardware.usb_endpoint_bind
UsbEpTransferType (bmAttrs: int64): int64 std.hardware.usb_types
UsbEpWrite (reg: int64, key: int64, data: int64, len: int64): int64 std.hardware.usb_endpoint_bind
UsbFindDevice (vendor: int64, product: int64, devicePtr: int64): int64 std.hardware.usb_discovery
UsbFindDevicePath (busRoot: int64, vendor: int64, product: int64, devicePtr: int64): int64 std.hardware.usb_discovery
UsbFreeIsoUrb (urbPtr: int64, num_packets: int64): void std.hardware.usb_iso
UsbFreeUrb (urbPtr: int64): void std.hardware.usb_interrupt
UsbGetDeviceDescriptor (dev_fd: int64, descBuf: int64): int64 std.hardware.usb_control
UsbIfcAcquire (mgrPtr: int64): int64 std.hardware.usb_ifc_mgr
UsbIfcDevFd (mgrPtr: int64): int64 std.hardware.usb_ifc_mgr
UsbIfcIsClaimed (mgrPtr: int64): int64 std.hardware.usb_ifc_mgr
UsbIfcMgrAlloc (dev_fd: int64, ifc_num: int64): int64 std.hardware.usb_ifc_mgr
UsbIfcMgrFree (mgrPtr: int64): void std.hardware.usb_ifc_mgr
UsbIfcNum (mgrPtr: int64): int64 std.hardware.usb_ifc_mgr
UsbIfcRelease (mgrPtr: int64): void std.hardware.usb_ifc_mgr
UsbIfDesc_bAlternateSetting (buf: int64): int64 std.hardware.usb_types
UsbIfDesc_bDescriptorType (buf: int64): int64 std.hardware.usb_types
UsbIfDesc_bInterfaceClass (buf: int64): int64 std.hardware.usb_types
UsbIfDesc_bInterfaceNumber (buf: int64): int64 std.hardware.usb_types
UsbIfDesc_bInterfaceProtocol (buf: int64): int64 std.hardware.usb_types
UsbIfDesc_bInterfaceSubClass (buf: int64): int64 std.hardware.usb_types
UsbIfDesc_bLength (buf: int64): int64 std.hardware.usb_types
UsbIfDesc_bNumEndpoints (buf: int64): int64 std.hardware.usb_types
UsbIfDesc_iInterface (buf: int64): int64 std.hardware.usb_types
UsbInitInterruptRead (urbPtr: int64, endpoint: int64, buffer: int64, length: int64, context: int64): void std.hardware.usb_interrupt
UsbInitIsoRead (urbPtr: int64, endpoint: int64, buffer: int64, packet_size: int64, num_packets: int64): void std.hardware.usb_iso
UsbInterfaceAt (base: int64, i: int64): int64 std.hardware.usb_types
UsbInterruptInDiscard (ep: UsbInterruptInEndpoint, urbPtr: int64): int64 std.hardware.usb_endpoint_types
UsbInterruptInSubmit (ep: UsbInterruptInEndpoint, buffer: int64, context: int64): int64 std.hardware.usb_endpoint_types
UsbInterruptInValid (ep: UsbInterruptInEndpoint): int64 std.hardware.usb_endpoint_types
UsbInterruptInWait (ep: UsbInterruptInEndpoint, timeout_ms: int64): int64 std.hardware.usb_endpoint_types
UsbIsNumeric (ptr: int64): int64 std.hardware.usb_util
UsbIsoErrorCount (urbPtr: int64): int64 std.hardware.usb_iso
UsbIsoPacketActualLen (urbPtr: int64, i: int64): int64 std.hardware.usb_iso
UsbIsoPacketLen (urbPtr: int64, i: int64): int64 std.hardware.usb_iso
UsbIsoPacketStatus (urbPtr: int64, i: int64): int64 std.hardware.usb_iso
UsbMakeBulkIn (dev_fd: int64, ep: int64, timeout: int64): UsbBulkInEndpoint std.hardware.usb_endpoint_types
UsbMakeBulkOut (dev_fd: int64, ep: int64, timeout: int64): UsbBulkOutEndpoint std.hardware.usb_endpoint_types
UsbMakeInterruptIn (dev_fd: int64, ep: int64, bufSize: int64, timeout: int64): UsbInterruptInEndpoint std.hardware.usb_endpoint_types
UsbParseConfiguration (dev_fd: int64, devicePtr: int64): int64 std.hardware.usb_parse
UsbParseNum (ptr: int64): int64 std.hardware.usb_util
UsbReapIsoUrb (dev_fd: int64): int64 std.hardware.usb_iso
UsbReapIsoUrbNd (dev_fd: int64): int64 std.hardware.usb_iso
UsbReleaseInterface (dev_fd: int64, interface_num: int64): int64 std.hardware.usb_control
UsbStrLen (ptr: int64): int64 std.hardware.usb_util
UsbSubmitInterruptRead (dev_fd: int64, endpoint: int64, buffer: int64, length: int64, context: int64): int64 std.hardware.usb_interrupt
UsbSubmitIsoRead (dev_fd: int64, endpoint: int64, buffer: int64, packet_size: int64, num_packets: int64): int64 std.hardware.usb_iso
UsbSubmitIsoUrb (dev_fd: int64, urbPtr: int64): int64 std.hardware.usb_iso
UsbSubmitUrb (dev_fd: int64, urbPtr: int64): int64 std.hardware.usb_interrupt
UsbUrbActualLength (urbPtr: int64): int64 std.hardware.usb_interrupt
UsbUrbContext (urbPtr: int64): int64 std.hardware.usb_interrupt
UsbUrbEndpoint (urbPtr: int64): int64 std.hardware.usb_interrupt
UsbUrbPoolAlloc (dev_fd: int64, endpoint: int64, bufSize: int64): int64 std.hardware.usb_urb_pool
UsbUrbPoolFree (urbp: int64): void std.hardware.usb_urb_pool
UsbUrbPoolGetActualLen (urbp: int64, idx: int64): int64 std.hardware.usb_urb_pool
UsbUrbPoolGetBuffer (urbp: int64, idx: int64): int64 std.hardware.usb_urb_pool
UsbUrbPoolGetInUse (urbp: int64, idx: int64): int64 std.hardware.usb_urb_pool
UsbUrbPoolGetStatus (urbp: int64, idx: int64): int64 std.hardware.usb_urb_pool
UsbUrbPoolInit (urbp: int64): int64 std.hardware.usb_urb_pool
UsbUrbPoolPoll (urbp: int64, timeout_ms: int64): int64 std.hardware.usb_urb_pool
UsbUrbPoolResubmit (urbp: int64, idx: int64): int64 std.hardware.usb_urb_pool
UsbUrbStatus (urbPtr: int64): int64 std.hardware.usb_interrupt
UsbWaitForUrb (dev_fd: int64, timeout_ms: int64): int64 std.hardware.usb_interrupt
USCUSIPCheckDigit (cusip: int64): int64 std.validate.us_cusip
USCUSIPValidate (cusip: int64): int64 std.validate.us_cusip
USSSNGetArea (ssn: int64): int64 std.validate.us_ssn
USSSNNormalize (ssn: int64, out_buf: int64): int64 std.validate.us_ssn
USSSNValidate (ssn: int64): int64 std.validate.us_ssn

# · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z