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

/freebsd-13-stable/contrib/ntp/sntp/libopts/
H A Denum.c66 size_t ttl_len = 0; local
101 ttl_len += len;
119 else if (ttl_len < 76) {
H A Dconfigfile.c685 size_t ttl_len = sizeof(ttlfmt) + strlen(zCfgProg); local
686 char * ttl = AGALOC(ttl_len, "prog title");
690 memcpy(ttl + sizeof(ttlfmt) - 1, zCfgProg, ttl_len - (sizeof(ttlfmt) - 1));

Completed in 93 milliseconds