OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:newbuf2
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/tradcpp/dist/
macro.c
880
char *newbuf, *
newbuf2
;
local
907
newbuf2
= macroexpand(p, newbuf, strlen(newbuf), false);
910
debuglog(p, "Complete expansion for %s: %s", m->name,
newbuf2
);
912
doexpand(es, p,
newbuf2
, strlen(
newbuf2
));
913
dostrfree(
newbuf2
);
/src/external/mpl/bind/dist/bin/dnssec/
dnssec-ksr.c
864
isc_buffer_t *
newbuf2
= NULL;
local
875
isc_buffer_allocate(mctx, &
newbuf2
, rcds.length);
876
isc_buffer_putmem(
newbuf2
, rcds.base, rcds.length);
877
isc_buffer_usedregion(
newbuf2
, &rcds);
881
ISC_LIST_APPEND(cleanup_list,
newbuf2
, link);
882
isc_buffer_clear(
newbuf2
);
Completed in 22 milliseconds
Indexes created Wed Mar 04 15:26:31 UTC 2026