HomeSort by: relevance | last modified time | path
    Searched defs:system_ns (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libperfuse/
subr.c 221 const char *system_ns[] = { "system.", "trusted.", "security", NULL }; local in function:perfuse_ns_match
224 for (i = 0; system_ns[i]; i++) {
225 if (strncmp(attrname, system_ns[i], strlen(system_ns[i])) == 0)
subr.c 221 const char *system_ns[] = { "system.", "trusted.", "security", NULL }; local in function:perfuse_ns_match
224 for (i = 0; system_ns[i]; i++) {
225 if (strncmp(attrname, system_ns[i], strlen(system_ns[i])) == 0)

Completed in 21 milliseconds