Home
last modified time | relevance | path

Searched refs:SOCKET_FORMAT (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dsocket_wrapper.c168 #define SOCKET_FORMAT "%c%02X%04X" macro
282 if (sscanf(p, SOCKET_FORMAT, &type, &iface, &prt) != 3) { in convert_un_in()
434 snprintf(un->sun_path, sizeof(un->sun_path), "%s/"SOCKET_FORMAT, in convert_in_un_remote()
535 snprintf(un->sun_path, sizeof(un->sun_path), "%s/"SOCKET_FORMAT, in convert_in_un_alloc()
543 snprintf(un->sun_path, sizeof(un->sun_path), "%s/"SOCKET_FORMAT, in convert_in_un_alloc()
1458 "%s/"SOCKET_FORMAT, socket_wrapper_dir(), in swrap_auto_bind()
1701 snprintf(un_addr.sun_path, sizeof(un_addr.sun_path), "%s/"SOCKET_FORMAT, in swrap_sendto()