Home | History | Annotate | Download | only in roken

Lines Matching refs:toprec

65 static size_t	 topreclen;	/* toprec length */
66 static char *toprec; /* Additional record specified by cgetset() */
96 if (toprec)
97 free(toprec);
98 toprec = NULL;
103 if ((toprec = malloc (topreclen + 1)) == NULL) {
110 dest=toprec;
238 if (depth == 0 && toprec != NULL && cgetmatch(toprec, name) == 0) {
244 (void)strlcpy(record, toprec, tmplen);