Searched refs:strptr (Results 1 – 2 of 2) sorted by relevance
| /linux/fs/ntfs/ |
| H A D | compress.c | 963 const u8 * const strptr = &inbuf[i]; /* String we're matching against */ in ntfs_best_match() local 968 const u8 *best_matchptr = strptr; in ntfs_best_match() 978 hash = ntfs_hash(strptr); in ntfs_best_match() 1009 if (matchptr[best_len] != strptr[best_len] || in ntfs_best_match() 1010 matchptr[best_len - 1] != strptr[best_len - 1] || in ntfs_best_match() 1011 matchptr[0] != strptr[0]) in ntfs_best_match() 1015 if (matchptr[len] != strptr[len]) in ntfs_best_match() 1035 strptr[best_len])) in ntfs_best_match() 1039 } while (best_matchptr[best_len] == strptr[best_len]); in ntfs_best_match() 1056 pctx->rel = best_matchptr - strptr; /* given as a negative number! */ in ntfs_best_match()
|
| /linux/fs/smb/client/ |
| H A D | cifsacl.c | 115 char *sidstr, *strptr; in sid_to_key_str() local 125 strptr = sidstr; in sid_to_key_str() 126 len = sprintf(strptr, "%cs:S-%hhu", type == SIDOWNER ? 'o' : 'g', in sid_to_key_str() 128 strptr += len; in sid_to_key_str() 143 len = sprintf(strptr, "-%llu", id_auth_val); in sid_to_key_str() 145 len = sprintf(strptr, "-0x%llx", id_auth_val); in sid_to_key_str() 147 strptr += len; in sid_to_key_str() 151 len = sprintf(strptr, "-%u", saval); in sid_to_key_str() 152 strptr += len; in sid_to_key_str()
|