Searched refs:pct (Results 1 – 1 of 1) sorted by relevance
155 const char *pct; in cifs_convert_address() local167 pct = memchr(src, '%', len); in cifs_convert_address()168 alen = pct ? pct - src : len; in cifs_convert_address()175 if (pct) { in cifs_convert_address()180 memcpy(scope_id, pct + 1, slen); in cifs_convert_address()