Home
last modified time | relevance | path

Searched refs:ctl_len (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/cddl/osnet/dist/common/ctf/
H A Dctf_open.c762 fp->ctf_lookups[0].ctl_len = strlen(fp->ctf_lookups[0].ctl_prefix); in ctf_bufopen()
765 fp->ctf_lookups[1].ctl_len = strlen(fp->ctf_lookups[1].ctl_prefix); in ctf_bufopen()
768 fp->ctf_lookups[2].ctl_len = strlen(fp->ctf_lookups[2].ctl_prefix); in ctf_bufopen()
771 fp->ctf_lookups[3].ctl_len = strlen(fp->ctf_lookups[3].ctl_prefix); in ctf_bufopen()
774 fp->ctf_lookups[4].ctl_len = 0; in ctf_bufopen()
H A Dctf_impl.h97 size_t ctl_len; /* length of prefix string in bytes */ member
H A Dctf_lookup.c138 for (p += lp->ctl_len; isspace((unsigned char)*p); p++) in ctf_lookup_by_name()
/netbsd-src/external/gpl3/binutils/dist/libctf/
H A Dctf-open.c1237 fp->ctf_lookups[0].ctl_len = strlen (fp->ctf_lookups[0].ctl_prefix); in ctf_set_ctl_hashes()
1240 fp->ctf_lookups[1].ctl_len = strlen (fp->ctf_lookups[1].ctl_prefix); in ctf_set_ctl_hashes()
1243 fp->ctf_lookups[2].ctl_len = strlen (fp->ctf_lookups[2].ctl_prefix); in ctf_set_ctl_hashes()
1246 fp->ctf_lookups[3].ctl_len = strlen (fp->ctf_lookups[3].ctl_prefix); in ctf_set_ctl_hashes()
1249 fp->ctf_lookups[4].ctl_len = 0; in ctf_set_ctl_hashes()
H A Dctf-lookup.c252 (size_t) (q - p) >= lp->ctl_len) in ctf_lookup_by_name_internal()
254 for (p += lp->ctl_len; isspace ((int) *p); p++) in ctf_lookup_by_name_internal()
H A Dctf-impl.h135 size_t ctl_len; /* Length of prefix string in bytes. */ member
/netbsd-src/external/gpl3/binutils.old/dist/libctf/
H A Dctf-open.c1237 fp->ctf_lookups[0].ctl_len = strlen (fp->ctf_lookups[0].ctl_prefix); in ctf_set_ctl_hashes()
1240 fp->ctf_lookups[1].ctl_len = strlen (fp->ctf_lookups[1].ctl_prefix); in ctf_set_ctl_hashes()
1243 fp->ctf_lookups[2].ctl_len = strlen (fp->ctf_lookups[2].ctl_prefix); in ctf_set_ctl_hashes()
1246 fp->ctf_lookups[3].ctl_len = strlen (fp->ctf_lookups[3].ctl_prefix); in ctf_set_ctl_hashes()
1249 fp->ctf_lookups[4].ctl_len = 0; in ctf_set_ctl_hashes()
H A Dctf-lookup.c252 (size_t) (q - p) >= lp->ctl_len) in ctf_lookup_by_name_internal()
254 for (p += lp->ctl_len; isspace ((int) *p); p++) in ctf_lookup_by_name_internal()
H A Dctf-impl.h135 size_t ctl_len; /* Length of prefix string in bytes. */ member