dlpi_linkname - get DLPI link name
cc [ flag ... ] file ... -ldlpi [ library ... ] #include <libdlpi.h> const char *dlpi_linkname(dlpi_handle_t dh);
The dlpi_linkname() function returns a pointer to the link name of the DLPI link instance associated with the DLPI handle dh.
The returned string is managed by libdlpi and must not be modified or freed by the caller.
Upon success, the function returns a pointer to the link name associated with the DLPI handle.
See attributes(5) for description of the following attributes:
|
libdlpi(3LIB), attributes(5)
Закладки на сайте Проследить за страницей |
Created 1996-2024 by Maxim Chirkov Добавить, Поддержать, Вебмастеру |