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

/macosx-10.10.1/text_cmds-88/ed/
H A Dre.c84 static char *lhbuf = NULL; /* buffer */ local
108 REALLOC(lhbuf, lhbufsz, len + 1, NULL);
109 memcpy(lhbuf, ibufp, len);
110 lhbuf[len] = '\0';
112 return (isbinary) ? NUL_TO_NEWLINE(lhbuf, len) : lhbuf;

Completed in 120 milliseconds