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

/freebsd-13-stable/contrib/ntp/sntp/libopts/
H A Dload.c36 get_realpath(char * buf, size_t b_sz);
39 add_prog_path(char * buf, int b_sz, char const * fname, char const * prg_path);
55 get_realpath(char * buf, size_t b_sz) argument
66 if (name_len >= (size_t)b_sz) {
84 if (name_len >= b_sz)
98 * arg: + int + b_sz + The size of this buffer +
145 optionMakePath(char * p_buf, int b_sz, char const * fname, char const * prg_path) argument
150 if (((size_t)b_sz <= len) || (len == 0))
160 int ct = b_sz;
180 if (! add_prog_path(p_buf, b_sz, fnam
205 add_prog_path(char * buf, int b_sz, char const * fname, char const * prg_path) argument
[all...]
/freebsd-13-stable/contrib/libevent/test/
H A Dregress_http.c215 size_t b_sz = evbuffer_get_length(buf); local
220 if (b_sz < s_sz)
227 if (b_sz > s_sz)
/freebsd-13-stable/contrib/ntp/sntp/libevent/test/
H A Dregress_http.c201 size_t b_sz = evbuffer_get_length(buf); local
206 if (b_sz < s_sz)
213 if (b_sz > s_sz)

Completed in 188 milliseconds