OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:lastprimary
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl2/texinfo/dist/util/
texindex.c
928
char *
lastprimary
;
929
/* Length of storage allocated for
lastprimary
. */
966
lastprimary
= (char *) xmalloc (lastprimarylength + 1);
967
memset (
lastprimary
, '\0', lastprimarylength + 1);
1019
if (strncmp (primary,
lastprimary
, primarylength))
1067
lastprimary
= (char *) xrealloc (
lastprimary
,
1070
strncpy (
lastprimary
, primary, primarylength);
1071
lastprimary
[primarylength] = 0;
1122
free (
lastprimary
);
922
char *
lastprimary
;
variable
[
all
...]
texindex.c
928
char *
lastprimary
;
929
/* Length of storage allocated for
lastprimary
. */
966
lastprimary
= (char *) xmalloc (lastprimarylength + 1);
967
memset (
lastprimary
, '\0', lastprimarylength + 1);
1019
if (strncmp (primary,
lastprimary
, primarylength))
1067
lastprimary
= (char *) xrealloc (
lastprimary
,
1070
strncpy (
lastprimary
, primary, primarylength);
1071
lastprimary
[primarylength] = 0;
1122
free (
lastprimary
);
922
char *
lastprimary
;
variable
[
all
...]
Completed in 91 milliseconds
Indexes created Mon Aug 10 00:24:53 UTC 2026