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

/freebsd-9.3-release/crypto/heimdal/lib/roken/
H A Dsocket_wrapper.c168 #define SOCKET_FORMAT "%c%02X%04X" macro
282 if (sscanf(p, SOCKET_FORMAT, &type, &iface, &prt) != 3) {
434 snprintf(un->sun_path, sizeof(un->sun_path), "%s/"SOCKET_FORMAT,
535 snprintf(un->sun_path, sizeof(un->sun_path), "%s/"SOCKET_FORMAT,
543 snprintf(un->sun_path, sizeof(un->sun_path), "%s/"SOCKET_FORMAT,
1458 "%s/"SOCKET_FORMAT, socket_wrapper_dir(),
1701 snprintf(un_addr.sun_path, sizeof(un_addr.sun_path), "%s/"SOCKET_FORMAT,

Completed in 63 milliseconds