OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ibeg
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/libcxx/src/
debug.cpp
516
__i_node**
ibeg
= static_cast<__i_node**>(calloc(nc, sizeof(__i_node*)));
local
517
if (
ibeg
== nullptr)
527
q->__next_ =
ibeg
[h];
528
ibeg
[h] = q;
533
__ibeg_ =
ibeg
;
/src/external/gpl2/grep/dist/src/
grep.c
581
char *
ibeg
= buf;
local
582
char *ilim =
ibeg
+ (lim - beg);
585
ibeg
[i] = tolower ((unsigned char) beg[i]);
586
while ((match_offset = (*execute) (
ibeg
, ilim-
ibeg
, &match_size, 1))
597
ibeg
=
ibeg
+ match_offset + match_size;
Completed in 16 milliseconds
Indexes created Tue Aug 18 00:25:06 UTC 2026