shortname         830 nsswitch/winbind_nss_aix.c static int wb_aix_normalize(char *longname, char *shortname)
shortname         839 nsswitch/winbind_nss_aix.c 		strcpy(shortname, longname);
shortname         849 nsswitch/winbind_nss_aix.c 	sprintf(shortname, "%c%07u", WB_AIX_ENCODED, pwd->pw_uid);
shortname          33 source3/torture/mangle_test.c 	fstring shortname;
shortname          52 source3/torture/mangle_test.c 	status = cli_qpathinfo_alt_name(cli, name, shortname);
shortname          58 source3/torture/mangle_test.c 	fstr_sprintf(name2, "\\mangle_test\\%s", shortname);
shortname          86 source3/torture/mangle_test.c 	data = tdb_fetch_bystring(tdb, shortname);
shortname          94 source3/torture/mangle_test.c 				name, data.dptr, shortname, collisions, total);
shortname         102 source3/torture/mangle_test.c 		tdb_store_bystring(tdb, shortname, namedata, TDB_REPLACE);
shortname          44 source4/ntvfs/posix/pvfs_resolve.c 		char *shortname = pvfs_short_name_component(pvfs, name);
shortname          45 source4/ntvfs/posix/pvfs_resolve.c 		if (shortname) {
shortname          46 source4/ntvfs/posix/pvfs_resolve.c 			ret = strcasecmp_m(comp, shortname);
shortname          47 source4/ntvfs/posix/pvfs_resolve.c 			talloc_free(shortname);
shortname          82 source4/ntvfs/posix/pvfs_search.c 	const char *shortname;
shortname          99 source4/ntvfs/posix/pvfs_search.c 		shortname = pvfs_short_name(pvfs, name, name);
shortname         103 source4/ntvfs/posix/pvfs_search.c 		file->search.name             = shortname;
shortname         106 source4/ntvfs/posix/pvfs_search.c 		memcpy(file->search.id.name, shortname, 
shortname         107 source4/ntvfs/posix/pvfs_search.c 		       MIN(strlen(shortname)+1, sizeof(file->search.id.name)));
shortname          39 source4/torture/basic/mangle_test.c 	const char *shortname;
shortname          58 source4/torture/basic/mangle_test.c 	status = smbcli_qpathinfo_alt_name(cli->tree, name, &shortname);
shortname          64 source4/torture/basic/mangle_test.c 	name2 = talloc_asprintf(tctx, "\\mangle_test\\%s", shortname);
shortname          92 source4/torture/basic/mangle_test.c 	data = tdb_fetch_bystring(tdb, shortname);
shortname         100 source4/torture/basic/mangle_test.c 				name, data.dptr, shortname, collisions, total);
shortname         108 source4/torture/basic/mangle_test.c 		tdb_store_bystring(tdb, shortname, namedata, TDB_REPLACE);