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

/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/dns/
H A Dttl.c54 ttlfmt(unsigned int t, const char *s, isc_boolean_t verbose, function
95 RETERR(ttlfmt(weeks, "week", verbose, ISC_TF(x > 0), target));
99 RETERR(ttlfmt(days, "day", verbose, ISC_TF(x > 0), target));
103 RETERR(ttlfmt(hours, "hour", verbose, ISC_TF(x > 0), target));
107 RETERR(ttlfmt(mins, "minute", verbose, ISC_TF(x > 0), target));
112 RETERR(ttlfmt(secs, "second", verbose, ISC_TF(x > 0), target));
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/sntp/libopts/
H A Dconfigfile.c661 static char const ttlfmt[] = "<?"; local
662 size_t ttl_len = sizeof(ttlfmt) + strlen(zCfgProg);
666 memcpy(ttl, ttlfmt, sizeof(ttlfmt) - 1);
667 memcpy(ttl + sizeof(ttlfmt) - 1, zCfgProg, ttl_len - (sizeof(ttlfmt) - 1));

Completed in 73 milliseconds