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

/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dgetcap.c68 static size_t topreclen; /* toprec length */
69 static char *toprec; /* Additional record specified by cgetset() */ variable
112 if (toprec)
113 free(toprec);
114 toprec = NULL;
119 if ((toprec = malloc (topreclen + 1)) == NULL) {
126 dest=toprec;
254 if (depth == 0 && toprec != NULL && cgetmatch(toprec, name) == 0) {
260 (void)strlcpy(record, toprec, le
[all...]
/netbsd-6-1-5-RELEASE/lib/libc/gen/
H A Dgetcap.c91 static size_t topreclen; /* toprec length */
92 static char *toprec; /* Additional record specified by cgetset() */ variable
115 if (toprec != NULL)
116 free(toprec);
117 toprec = NULL;
122 if ((toprec = malloc(topreclen + 1)) == NULL) {
129 dest = toprec;
292 if (depth == 0 && toprec != NULL && cgetmatch(toprec, name) == 0) {
297 (void)strcpy(record, toprec); /* XX
[all...]

Completed in 65 milliseconds