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

/freebsd-12-stable/contrib/ntp/sntp/libopts/
H A Dputshell.c72 size_t res_ln = 3; local
81 res_ln += ((ch == '"') || (ch == '\\')) ? 2 : 1;
90 return res_ln;
93 res_ln += nl_len;
102 res_ln += 2;
106 res_ln += 4; /* text len for \xNN */

Completed in 94 milliseconds