Searched refs:plen (Results 1 – 3 of 3) sorted by relevance
39 parse_len(const char *str, uint64_t *plen) in parse_len() argument66 *plen = strtoull(tmp, NULL, 0); in parse_len()67 if (!*plen) { in parse_len()72 if (*plen == (uint64_t)-1) { in parse_len()81 *plen *= multiple; in parse_len()83 if (*plen > 0xffffffffULL) { in parse_len()84 ALOGE("Length specified is too large!: %"PRIu64" KB", *plen); in parse_len()
276 int plen; in fs_config() local283 plen = strlen(path); in fs_config()287 if(plen < len) continue; in fs_config()294 } else if (plen == len){ in fs_config()
1192 size_t plen = strlen(p); in saw() local1194 size_t extra = decode_key_length(p, plen); in saw()1197 decode_key(match, p, plen); in saw()