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

/macosx-10.10/lukemftp-14/tnftp/libedit/
H A Dhist.c189 hist_enlargebuf(EditLine *el, size_t oldsz, size_t newsz) argument
197 (void) memset(&newbuf[oldsz], '\0', newsz - oldsz);
/macosx-10.10/groff-38/groff/src/libs/libgroff/
H A Dstring.cpp46 static char *sfree_alloc(char *ptr, int oldsz, int len, int *sizep) argument
48 if (oldsz >= len) {
49 *sizep = oldsz;
61 static char *srealloc(char *ptr, int oldsz, int oldlen, int newlen, int *sizep) argument
63 if (oldsz >= newlen) {
64 *sizep = oldsz;
/macosx-10.10/Libc-1044.1.2/os/
H A Dassumes.c67 size_t oldsz = sz; local
70 (void)strlcpy(build, "99Z999", oldsz);
75 strlcat(build, " ", oldsz);
76 strlcat(build, simVersion, oldsz);
/macosx-10.10/Heimdal-398.1.2/lib/libedit/src/
H A Dhist.c195 hist_enlargebuf(EditLine *el, size_t oldsz, size_t newsz) argument
203 (void) memset(&newbuf[oldsz], '\0', (newsz - oldsz) * sizeof(*newbuf));
/macosx-10.10/libedit-40/src/
H A Dhist.c195 hist_enlargebuf(EditLine *el, size_t oldsz, size_t newsz) argument
203 (void) memset(&newbuf[oldsz], '\0', (newsz - oldsz) * sizeof(*newbuf));

Completed in 145 milliseconds