/src/bin/ed/ |
re.c | 98 static char *lhbuf = NULL; /* buffer */ local in function:extract_pattern 122 REALLOC(lhbuf, lhbufsz, len + 1, NULL); 123 memcpy(lhbuf, ibufp, len); 124 lhbuf[len] = '\0'; 126 return (isbinary) ? NUL_TO_NEWLINE(lhbuf, len) : lhbuf;
|
re.c | 98 static char *lhbuf = NULL; /* buffer */ local in function:extract_pattern 122 REALLOC(lhbuf, lhbufsz, len + 1, NULL); 123 memcpy(lhbuf, ibufp, len); 124 lhbuf[len] = '\0'; 126 return (isbinary) ? NUL_TO_NEWLINE(lhbuf, len) : lhbuf;
|
re.c | 98 static char *lhbuf = NULL; /* buffer */ local in function:extract_pattern 122 REALLOC(lhbuf, lhbufsz, len + 1, NULL); 123 memcpy(lhbuf, ibufp, len); 124 lhbuf[len] = '\0'; 126 return (isbinary) ? NUL_TO_NEWLINE(lhbuf, len) : lhbuf;
|