Home
last modified time | relevance | path

Searched refs:cfg_egdsock_max (Results 1 – 1 of 1) sorted by path

/dports/security/tlswrap/tlswrap-1.04/
H A Dconfig.c34 void egd_check(char *cfg_egdsock, int cfg_egdsock_max) in egd_check() argument
42 strlcpy(cfg_egdsock, std_loc[i], cfg_egdsock_max); in egd_check()
56 int cfg_egdsock_max, char *tlsciphers, int tlsciphersmax, in read_config() argument
81 egd_check(cfg_egdsock, cfg_egdsock_max); in read_config()
119 strlcpy(cfg_egdsock, optarg, cfg_egdsock_max); in read_config()