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

/freebsd-10.0-release/crypto/heimdal/lib/roken/
H A Dsocket_wrapper.c166 #define SOCKET_FORMAT "%c%02X%04X" macro
280 if (sscanf(p, SOCKET_FORMAT, &type, &iface, &prt) != 3) {
432 snprintf(un->sun_path, sizeof(un->sun_path), "%s/"SOCKET_FORMAT,
533 snprintf(un->sun_path, sizeof(un->sun_path), "%s/"SOCKET_FORMAT,
541 snprintf(un->sun_path, sizeof(un->sun_path), "%s/"SOCKET_FORMAT,
1456 "%s/"SOCKET_FORMAT, socket_wrapper_dir(),
1699 snprintf(un_addr.sun_path, sizeof(un_addr.sun_path), "%s/"SOCKET_FORMAT,

Completed in 192 milliseconds