Lines Matching defs:prefix
197 * - added a distinctive prefix to owner and group SID
957 static void showsid(const char *attr, int off, const char *prefix, int level)
1113 printf("%*c%shex S-%x-",-level,marker,prefix,attr[off] & 255);
1118 printf("%*c%sdec S-%u-",-level,marker,prefix,attr[off] & 255);
1168 const char *prefix;
1179 prefix = "Windows owner";
1185 prefix = "Windows group";
1191 prefix = "Interpreted owner";
1201 prefix = (const char*)NULL;
1209 printf("# %s S-%d-",prefix,sid[0] & 255);
1211 printf("%s S-%d-",prefix,sid[0] & 255);