OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Mon Sep 29 21:09:56 GMT 2025