HomeSort by: relevance | last modified time | path
    Searched defs:toprec (Results 1 - 3 of 3) 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 in typeref:typename:char *
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...]
getcap.c 92 static size_t topreclen; /* toprec length */
93 static char *toprec; /* Additional record specified by cgetset() */ variable in typeref:typename:char *
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...]
getcap.c 92 static size_t topreclen; /* toprec length */
93 static char *toprec; /* Additional record specified by cgetset() */ variable in typeref:typename:char *
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...]

Completed in 33 milliseconds