OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:canonicalize_text
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/libcpp/
traditional.cc
98
static size_t
canonicalize_text
(uchar *, const uchar *, size_t, uchar *);
1243
canonicalize_text
(uchar *dest, const uchar *src, size_t len, uchar *pquote)
function
1299
len1 =
canonicalize_text
(p1, b1->text, b1->text_len, "e1);
1300
len2 =
canonicalize_text
(p2, b2->text, b2->text_len, "e2);
1314
len1 =
canonicalize_text
(p1, macro1->exp.text, macro1->count, "e1);
1315
len2 =
canonicalize_text
(p2, macro2->exp.text, macro2->count, "e2);
/src/external/gpl3/gcc.old/dist/libcpp/
traditional.cc
98
static size_t
canonicalize_text
(uchar *, const uchar *, size_t, uchar *);
1243
canonicalize_text
(uchar *dest, const uchar *src, size_t len, uchar *pquote)
function
1299
len1 =
canonicalize_text
(p1, b1->text, b1->text_len, "e1);
1300
len2 =
canonicalize_text
(p2, b2->text, b2->text_len, "e2);
1314
len1 =
canonicalize_text
(p1, macro1->exp.text, macro1->count, "e1);
1315
len2 =
canonicalize_text
(p2, macro2->exp.text, macro2->count, "e2);
Completed in 25 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026