#include <stdio.h>#include <stdlib.h>#include <string.h>#include <fnmatch.h>#include "pool.h"#include "poolid.h"#include "poolvendor.h"#include "util.h"Go to the source code of this file.
Functions | |
| Id | pool_vendor2mask (Pool *pool, Id vendor) |
Variables | |
| const char * | vendors [] |
Definition at line 38 of file poolvendor.c.
References _Queue::count, _Queue::elements, id2str(), queue_push(), _Pool::vendormap, and vendors.
Referenced by policy_illegal_vendorchange().
| const char* vendors[] |
Initial value:
{
"!openSUSE Build Service*",
"SUSE*",
"openSUSE*",
"SGI*",
"Novell*",
"Silicon Graphics*",
"Jpackage Project*",
"ATI Technologies Inc.*",
"Nvidia*",
0,
0,
}
Definition at line 24 of file poolvendor.c.
Referenced by pool_vendor2mask().