Home
last modified time | relevance | path

Searched refs:toprec (Results 1 – 1 of 1) sorted by relevance

/original-bsd/lib/libc/gen/
H A Dgetcap.c38 static char *toprec; /* Additional record specified by cgetset() */ variable
55 if (toprec)
56 free(toprec);
57 toprec = NULL;
62 if ((toprec = malloc (topreclen + 1)) == NULL) {
67 (void)strcpy(toprec, ent);
186 if (depth == 0 && toprec != NULL && cgetmatch(toprec, name) == 0) {
191 (void)strcpy(record, toprec);
640 if (toprec && !gottoprec) {
642 line = toprec;