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

/bind-9.6-ESV-R11/contrib/nslint-2.1a3/
H A Dsavestr.c48 static char *strptr = NULL; local
56 strptr = (char *)malloc(strsize);
57 if (strptr == NULL) {
62 (void)strcpy(strptr, str);
63 p = strptr;
64 strptr += size;
H A Dnslint.c126 char *strptr; /* pointer to string pool */ variable

Completed in 16 milliseconds