basechars 56 source3/smbd/mangle_hash.c static const char basechars[43]="0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_-!@#$%"; basechars 57 source3/smbd/mangle_hash.c #define MANGLE_BASE (sizeof(basechars)/sizeof(char)-1) basechars 59 source3/smbd/mangle_hash.c #define mangle(V) ((char)(basechars[(V) % MANGLE_BASE])) basechars 335 source3/smbd/mangle_hash.c for( s = (const unsigned char *)basechars; *s; s++ ) { basechars 88 source3/smbd/mangle_hash2.c static const char basechars[36] = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ"; basechars 89 source3/smbd/mangle_hash2.c #define base_forward(v) basechars[v] basechars 432 source4/ntvfs/posix/pvfs_shortname.c const char *basechars = MANGLE_BASECHARS; basechars 511 source4/ntvfs/posix/pvfs_shortname.c new_name[7] = basechars[v % 36]; basechars 515 source4/ntvfs/posix/pvfs_shortname.c new_name[i] = basechars[v % 36]; basechars 548 source4/ntvfs/posix/pvfs_shortname.c const char *basechars = MANGLE_BASECHARS; basechars 575 source4/ntvfs/posix/pvfs_shortname.c ctx->base_reverse[(uint8_t)basechars[i]] = i;