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

/freebsd-13-stable/contrib/libxo/libxo/
H A Dxo_syslog.c177 int full_len = strlen(full_msg); local
219 if (send(xo_logfile, full_msg, full_len, 0) < 0) {
227 if (send(xo_logfile, full_msg, full_len, 0) >= 0) {
244 if (send(xo_logfile, full_msg, full_len, 0) >= 0) {
271 v->iov_len = full_len - (p - full_msg);
/freebsd-13-stable/sys/fs/nfs/
H A Dnfs_commonacl.c287 int full_len; local
289 full_len = NFSM_RNDUP(namelen);
290 NFSM_BUILD(tl, u_int32_t *, 4 * NFSX_UNSIGNED + full_len);
382 if (full_len - namelen)
385 return (full_len + 4 * NFSX_UNSIGNED);

Completed in 81 milliseconds