Searched refs:SOCKET_FORMAT (Results 1 – 1 of 1) sorted by relevance
/freebsd/crypto/heimdal/lib/roken/ |
H A D | socket_wrapper.c | 166 #define SOCKET_FORMAT "%c%02X%04X" macro 280 if (sscanf(p, SOCKET_FORMAT, &type, &iface, &prt) != 3) { in convert_un_in() 432 snprintf(un->sun_path, sizeof(un->sun_path), "%s/"SOCKET_FORMAT, in convert_in_un_remote() 533 snprintf(un->sun_path, sizeof(un->sun_path), "%s/"SOCKET_FORMAT, in convert_in_un_alloc() 541 snprintf(un->sun_path, sizeof(un->sun_path), "%s/"SOCKET_FORMAT, in convert_in_un_alloc() 1456 "%s/"SOCKET_FORMAT, socket_wrapper_dir(), in swrap_auto_bind() 1699 snprintf(un_addr.sun_path, sizeof(un_addr.sun_path), "%s/"SOCKET_FORMAT, in swrap_sendto()
|