Searched refs:lastprimary (Results 1 - 1 of 1) sorted by relevance

/netbsd-6-1-5-RELEASE/gnu/dist/texinfo/util/
H A Dtexindex.c921 char *lastprimary;
922 /* Length of storage allocated for lastprimary. */
959 lastprimary = (char *) xmalloc (lastprimarylength + 1);
960 memset (lastprimary, '\0', lastprimarylength + 1);
1012 if (strncmp (primary, lastprimary, primarylength))
1060 lastprimary = (char *) xrealloc (lastprimary,
1063 strncpy (lastprimary, primary, primarylength);
1064 lastprimary[primarylength] = 0;
1115 free (lastprimary);
915 char *lastprimary; variable
[all...]

Completed in 35 milliseconds