Lines Matching defs:resource
159 sanei_authorize (const char *resource,
172 DBG (4, "called for ``%s'' by %s\n", resource, backend);
174 if (strlen (resource) > 127)
175 DBG (1, "resource is longer than 127 chars...\n");
195 if (strcmp (strchr (strchr (line, ':') + 1, ':') + 1, resource)
217 DBG (3, "could not find resource ``%s''...\n", resource);
229 resource, getpid (), (long int) time (NULL), randombits ());
231 DBG(0, "resource=%s\n", md5resource);
258 && (strcmp (strchr (linep, ':') + 1, resource) == 0))