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

/macosx-10.10.1/libresolv-57/
H A Dns_print.c61 static void addlen(size_t len, char **buf, size_t *buflen);
157 addlen(x, &buf, &buflen);
172 addlen(strlen(buf), &buf, &buflen);
233 addlen(len, &buf, &buflen);
242 addlen(len, &buf, &buflen);
251 addlen(len, &buf, &buflen);
260 addlen(len, &buf, &buflen);
340 addlen(strlen(buf), &buf, &buflen);
431 addlen(strlen(buf), &buf, &buflen);
667 addlen(strle
873 addlen(size_t len, char **buf, size_t *buflen) { function
[all...]
/macosx-10.10.1/lukemftp-14/tnftp/libedit/
H A Dchared.c528 ch_enlargebufs(el, addlen)
530 size_t addlen;
541 if (addlen > sz) {
542 while(newsz - sz < addlen)
/macosx-10.10.1/xnu-2782.1.97/bsd/kern/
H A Dsubr_sbuf.c135 sbuf_extend(struct sbuf *s, int addlen) argument
143 newsize = sbuf_extendsize(s->s_size + addlen);
/macosx-10.10.1/vim-55/src/
H A Dgetchar.c921 int addlen; local
931 addlen = (int)STRLEN(str);
936 if (offset == 0 && addlen <= typebuf.tb_off)
938 typebuf.tb_off -= addlen;
939 mch_memmove(typebuf.tb_buf + typebuf.tb_off, str, (size_t)addlen);
951 newlen = typebuf.tb_len + addlen + newoff + 4 * (MAXMAPLEN + 4);
973 mch_memmove(s1 + newoff + offset, str, (size_t)addlen);
976 mch_memmove(s1 + newoff + offset + addlen,
985 mch_memmove(s2 + newoff + offset + addlen,
994 typebuf.tb_len += addlen;
[all...]
H A Dspell.c10414 int addlen; local
10425 addlen = (int)(STRLEN(repl_to) - STRLEN(repl_from));
10445 if (addlen <= 0 || STRNCMP(line + curwin->w_cursor.col,
10448 p = alloc((unsigned)STRLEN(line) + addlen + 1);
/macosx-10.10.1/Heimdal-398.1.2/lib/libedit/src/
H A Dchared.c555 ch_enlargebufs(EditLine *el, size_t addlen) argument
566 if (addlen > sz) {
567 while(newsz - sz < addlen)
/macosx-10.10.1/libedit-40/src/
H A Dchared.c498 ch_enlargebufs(EditLine *el, size_t addlen) argument
509 if (addlen > sz) {
510 while(newsz - sz < addlen)
/macosx-10.10.1/passwordserver_sasl-193/cyrus_sasl/lib/
H A Dcommon.c240 size_t addlen; local
244 addlen=strlen(add); /* only compute once */
245 if (_buf_alloc(out, alloclen, (*outlen)+addlen)!=SASL_OK)
248 strncpy(*out + *outlen, add, addlen);
249 *outlen += addlen;
/macosx-10.10.1/ruby-106/ruby/
H A Dregparse.c1445 ptrdiff_t addlen = end - s; local
1447 if (addlen > 0) {
1450 if (NSTR(node)->capa > 0 || (len + addlen > NODE_STR_BUF_SIZE - 1)) {
1452 ptrdiff_t capa = len + addlen + NODE_STR_MARGIN;
1472 NSTR(node)->end = NSTR(node)->s + len + addlen;

Completed in 207 milliseconds