Home
last modified time | relevance | path

Searched refs:argp (Results 1 - 3 of 3) sorted by relevance

/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Dstdiondk.cpp446 va_list argp; in vfsf() local
448 va_start(argp, fmt); in vfsf()
449 value = vfscanf(file, fmt, argp); in vfsf()
450 va_end(argp); in vfsf()
/foundation/communication/dsoftbus/adapter/common/kernel/posix/
H A Dsoftbus_adapter_socket.c343 int32_t SoftBusSocketIoctl(int32_t socketFd, long cmd, void *argp) in SoftBusSocketIoctl() argument
345 int32_t ret = ioctl(socketFd, cmd, argp); in SoftBusSocketIoctl()
/foundation/communication/dsoftbus/adapter/common/include/
H A Dsoftbus_adapter_socket.h157 int32_t SoftBusSocketIoctl(int32_t socketFd, long cmd, void *argp);

Completed in 3 milliseconds