OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:InsertString
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/acpica/dist/tools/acpisrc/
asconvrt.c
1612
char *
InsertString
;
1624
InsertString
= "struct ";
1629
InsertString
= "union ";
1642
InsertLength = strlen (
InsertString
);
1664
/* We find the beginning of the line and try to find the
InsertString
1686
/* Try to find
InsertString
from the start of the line up to SubBuffer */
1691
if (*LineStart != *
InsertString
)
1697
if (strncmp (LineStart++,
InsertString
, InsertLength))
1705
/* Now check if there's non-whitespace between
InsertString
and SubBuffer, as that
1774
memmove (SubString,
InsertString
, InsertLength)
[
all
...]
asconvrt.c
1612
char *
InsertString
;
1624
InsertString
= "struct ";
1629
InsertString
= "union ";
1642
InsertLength = strlen (
InsertString
);
1664
/* We find the beginning of the line and try to find the
InsertString
1686
/* Try to find
InsertString
from the start of the line up to SubBuffer */
1691
if (*LineStart != *
InsertString
)
1697
if (strncmp (LineStart++,
InsertString
, InsertLength))
1705
/* Now check if there's non-whitespace between
InsertString
and SubBuffer, as that
1774
memmove (SubString,
InsertString
, InsertLength)
[
all
...]
Completed in 26 milliseconds
Indexes created Mon Sep 22 05:09:51 GMT 2025