Searched refs:ctl_prefix (Results 1 - 15 of 15) sorted by relevance

/netbsd-current/external/cddl/osnet/dist/common/ctf/
H A Dctf_lookup.c135 for (lp = fp->ctf_lookups; lp->ctl_prefix != NULL; lp++) {
136 if (lp->ctl_prefix[0] == '\0' ||
137 strncmp(p, lp->ctl_prefix, (size_t)(q - p)) == 0) {
158 if (lp->ctl_prefix == NULL) {
H A Dctf_open.c761 fp->ctf_lookups[0].ctl_prefix = "struct";
762 fp->ctf_lookups[0].ctl_len = strlen(fp->ctf_lookups[0].ctl_prefix);
764 fp->ctf_lookups[1].ctl_prefix = "union";
765 fp->ctf_lookups[1].ctl_len = strlen(fp->ctf_lookups[1].ctl_prefix);
767 fp->ctf_lookups[2].ctl_prefix = "enum";
768 fp->ctf_lookups[2].ctl_len = strlen(fp->ctf_lookups[2].ctl_prefix);
770 fp->ctf_lookups[3].ctl_prefix = _CTF_NULLSTR;
771 fp->ctf_lookups[3].ctl_len = strlen(fp->ctf_lookups[3].ctl_prefix);
773 fp->ctf_lookups[4].ctl_prefix = NULL;
H A Dctf_impl.h96 const char *ctl_prefix; /* string prefix for this lookup */ member in struct:ctf_lookup
/netbsd-current/external/gpl3/gdb.old/dist/libctf/
H A Dctf-lookup.c129 for (lp = fp->ctf_lookups; lp->ctl_prefix != NULL; lp++)
132 if ((lp->ctl_prefix[0] == '\0' ||
133 strncmp (p, lp->ctl_prefix, (size_t) (q - p)) == 0) &&
175 if (lp->ctl_prefix == NULL)
H A Dctf-open.c1223 fp->ctf_lookups[0].ctl_prefix = "struct";
1224 fp->ctf_lookups[0].ctl_len = strlen (fp->ctf_lookups[0].ctl_prefix);
1226 fp->ctf_lookups[1].ctl_prefix = "union";
1227 fp->ctf_lookups[1].ctl_len = strlen (fp->ctf_lookups[1].ctl_prefix);
1229 fp->ctf_lookups[2].ctl_prefix = "enum";
1230 fp->ctf_lookups[2].ctl_len = strlen (fp->ctf_lookups[2].ctl_prefix);
1232 fp->ctf_lookups[3].ctl_prefix = _CTF_NULLSTR;
1233 fp->ctf_lookups[3].ctl_len = strlen (fp->ctf_lookups[3].ctl_prefix);
1235 fp->ctf_lookups[4].ctl_prefix = NULL;
H A Dctf-impl.h121 const char *ctl_prefix; /* String prefix for this lookup. */ member in struct:ctf_lookup
/netbsd-current/external/gpl3/binutils/dist/libctf/
H A Dctf-open.c1236 fp->ctf_lookups[0].ctl_prefix = "struct";
1237 fp->ctf_lookups[0].ctl_len = strlen (fp->ctf_lookups[0].ctl_prefix);
1239 fp->ctf_lookups[1].ctl_prefix = "union";
1240 fp->ctf_lookups[1].ctl_len = strlen (fp->ctf_lookups[1].ctl_prefix);
1242 fp->ctf_lookups[2].ctl_prefix = "enum";
1243 fp->ctf_lookups[2].ctl_len = strlen (fp->ctf_lookups[2].ctl_prefix);
1245 fp->ctf_lookups[3].ctl_prefix = _CTF_NULLSTR;
1246 fp->ctf_lookups[3].ctl_len = strlen (fp->ctf_lookups[3].ctl_prefix);
1248 fp->ctf_lookups[4].ctl_prefix = NULL;
H A Dctf-lookup.c247 for (lp = fp->ctf_lookups; lp->ctl_prefix != NULL; lp++)
250 if ((lp->ctl_prefix[0] == '\0' ||
251 strncmp (p, lp->ctl_prefix, (size_t) (q - p)) == 0) &&
290 if (lp->ctl_prefix == NULL)
H A Dctf-impl.h134 const char *ctl_prefix; /* String prefix for this lookup. */ member in struct:ctf_lookup
/netbsd-current/external/gpl3/gdb/dist/libctf/
H A Dctf-open.c1236 fp->ctf_lookups[0].ctl_prefix = "struct";
1237 fp->ctf_lookups[0].ctl_len = strlen (fp->ctf_lookups[0].ctl_prefix);
1239 fp->ctf_lookups[1].ctl_prefix = "union";
1240 fp->ctf_lookups[1].ctl_len = strlen (fp->ctf_lookups[1].ctl_prefix);
1242 fp->ctf_lookups[2].ctl_prefix = "enum";
1243 fp->ctf_lookups[2].ctl_len = strlen (fp->ctf_lookups[2].ctl_prefix);
1245 fp->ctf_lookups[3].ctl_prefix = _CTF_NULLSTR;
1246 fp->ctf_lookups[3].ctl_len = strlen (fp->ctf_lookups[3].ctl_prefix);
1248 fp->ctf_lookups[4].ctl_prefix = NULL;
H A Dctf-lookup.c247 for (lp = fp->ctf_lookups; lp->ctl_prefix != NULL; lp++)
250 if ((lp->ctl_prefix[0] == '\0' ||
251 strncmp (p, lp->ctl_prefix, (size_t) (q - p)) == 0) &&
290 if (lp->ctl_prefix == NULL)
H A Dctf-impl.h134 const char *ctl_prefix; /* String prefix for this lookup. */ member in struct:ctf_lookup
/netbsd-current/external/gpl3/binutils.old/dist/libctf/
H A Dctf-open.c1236 fp->ctf_lookups[0].ctl_prefix = "struct";
1237 fp->ctf_lookups[0].ctl_len = strlen (fp->ctf_lookups[0].ctl_prefix);
1239 fp->ctf_lookups[1].ctl_prefix = "union";
1240 fp->ctf_lookups[1].ctl_len = strlen (fp->ctf_lookups[1].ctl_prefix);
1242 fp->ctf_lookups[2].ctl_prefix = "enum";
1243 fp->ctf_lookups[2].ctl_len = strlen (fp->ctf_lookups[2].ctl_prefix);
1245 fp->ctf_lookups[3].ctl_prefix = _CTF_NULLSTR;
1246 fp->ctf_lookups[3].ctl_len = strlen (fp->ctf_lookups[3].ctl_prefix);
1248 fp->ctf_lookups[4].ctl_prefix = NULL;
H A Dctf-lookup.c247 for (lp = fp->ctf_lookups; lp->ctl_prefix != NULL; lp++)
250 if ((lp->ctl_prefix[0] == '\0' ||
251 strncmp (p, lp->ctl_prefix, (size_t) (q - p)) == 0) &&
290 if (lp->ctl_prefix == NULL)
H A Dctf-impl.h134 const char *ctl_prefix; /* String prefix for this lookup. */ member in struct:ctf_lookup

Completed in 292 milliseconds