HomeSort by: relevance | last modified time | path
    Searched refs:toprec (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libc/gen/
getcap.c 92 static size_t topreclen; /* toprec length */
93 static char *toprec; /* Additional record specified by cgetset() */ variable
116 if (toprec != NULL)
117 free(toprec);
118 toprec = NULL;
123 if ((toprec = malloc(topreclen + 1)) == NULL) {
130 dest = toprec;
283 if (depth == 0 && toprec != NULL && cgetmatch(toprec, name) == 0) {
288 (void)strcpy(record, toprec); /* XXX: strcpy is safe *
    [all...]
  /src/crypto/external/bsd/heimdal/dist/lib/roken/
getcap.c 65 static size_t topreclen; /* toprec length */
66 static char *toprec; /* Additional record specified by cgetset() */ variable
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)
    [all...]

Completed in 23 milliseconds