Lines Matching refs:plen
131 size_t plen;
135 plen = strlen(bare_prefix);
136 if (plen > 0 && bare_prefix[plen-1] == '/') {
137 bare_prefix[plen-1] = '\0';
138 plen--;
154 if (plen > 0) {
155 if (strncmp(key, bare_prefix, plen) != 0)
157 if (key[plen] == '/') {
159 key += plen + 1;
160 } else if (key[plen] == '\0') {
164 key += plen;