Searched refs:ctl_len (Results 1 – 3 of 3) sorted by relevance
136 ((size_t)(q - p) >= lp->ctl_len && strncmp(p, in ctf_lookup_by_name()138 for (p += lp->ctl_len; isspace(*p); p++) in ctf_lookup_by_name()
919 fp->ctf_lookups[0].ctl_len = strlen(fp->ctf_lookups[0].ctl_prefix); in ctf_bufopen()922 fp->ctf_lookups[1].ctl_len = strlen(fp->ctf_lookups[1].ctl_prefix); in ctf_bufopen()925 fp->ctf_lookups[2].ctl_len = strlen(fp->ctf_lookups[2].ctl_prefix); in ctf_bufopen()928 fp->ctf_lookups[3].ctl_len = strlen(fp->ctf_lookups[3].ctl_prefix); in ctf_bufopen()931 fp->ctf_lookups[4].ctl_len = 0; in ctf_bufopen()
97 size_t ctl_len; /* length of prefix string in bytes */ member