Searched refs:brand_name (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/bin/setfacl/
H A Dutil.c48 brand_name(int brand) function
H A Dsetfacl.h50 const char *brand_name(int brand);
H A Dremove.c59 brand_name(prev_acl_brand), brand_name(acl_brand));
H A Dmerge.c106 brand_name(prev_acl_brand), brand_name(acl_brand));
258 brand_name(acl_brand));
/freebsd-11-stable/contrib/gdb/gdb/
H A Dgo32-nat.c988 static char *brand_name[] = { local
1017 && brand_idx < sizeof(brand_name)/sizeof(brand_name[0])
1018 && *brand_name[brand_idx])
1019 strcpy (cpu_brand, brand_name[brand_idx]);

Completed in 73 milliseconds