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

/freebsd-11-stable/contrib/apr-util/crypto/
H A Dgetuuid.c49 #define NODE_LENGTH 6 macro
52 static unsigned char uuid_state_node[NODE_LENGTH] = { 0 };
55 static void get_random_info(unsigned char node[NODE_LENGTH])
59 (void) apr_generate_random_bytes(node, NODE_LENGTH);
94 memcpy(node, seed, NODE_LENGTH); /* use a subset of the seed bytes */
207 memcpy(&d[10], uuid_state_node, NODE_LENGTH);
/freebsd-11-stable/contrib/sendmail/include/sm/
H A Dconf.h2845 # define NODE_LENGTH 32 macro
2848 char nodename[NODE_LENGTH + 1];
/freebsd-11-stable/contrib/sendmail/src/
H A Dconf.c2912 NODE_LENGTH + 1);
2932 NODE_LENGTH, name->nodename) > 0)

Completed in 190 milliseconds