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

/macosx-10.9.5/Heimdal-323.92.1/lib/roken/
H A Dgetcap.c66 static size_t topreclen; /* toprec length */
67 static char *toprec; /* Additional record specified by cgetset() */ variable
110 if (toprec)
111 free(toprec);
112 toprec = NULL;
117 if ((toprec = malloc (topreclen + 1)) == NULL) {
124 dest=toprec;
252 if (depth == 0 && toprec != NULL && cgetmatch(toprec, name) == 0) {
258 (void)strlcpy(record, toprec, le
[all...]
/macosx-10.9.5/Libc-997.90.3/gen/FreeBSD/
H A Dgetcap.c66 static size_t topreclen; /* toprec length */
67 static char *toprec; /* Additional record specified by cgetset() */ variable
83 if (toprec)
84 free(toprec);
85 toprec = NULL;
90 if ((toprec = malloc (topreclen + 1)) == NULL) {
95 (void)strcpy(toprec, ent);
209 if (depth == 0 && toprec != NULL && cgetmatch(toprec, name) == 0) {
214 (void)strcpy(record, toprec);
[all...]
/macosx-10.9.5/ncurses-42/ncurses/ncurses/tinfo/
H A Dread_termcap.c137 static size_t topreclen; /* toprec length */
138 static char *toprec; /* Additional record specified by cgetset() */ variable
150 FreeIfNeeded(toprec);
151 toprec = 0;
156 if ((toprec = typeMalloc(char, topreclen + 1)) == 0) {
161 (void) strcpy(toprec, ent);
289 if (depth == 0 && toprec != 0 && _nc_cgetmatch(toprec, name) == 0) {
294 (void) strcpy(record, toprec);

Completed in 137 milliseconds