Lines Matching refs:name
22 INIT_LOCAL_API WorkSpace *GetWorkSpaceByName(const char *name)
30 uint32_t labelIndex = (uint32_t)paramSpace->selinuxSpace.getParamLabelIndex(name) + WORKSPACE_INDEX_BASE;
86 int (*result)(const uint32_t *context, const char *name, const char *value), const uint32_t *context)
90 char *name = line;
91 while (isspace(*name) && (*name != '\0')) {
92 name++;
95 if (*name == '\0' || *name == '#') {
99 char *value = name;
111 char *tmp = name;
120 // empty name, just ignore this line
127 if (strncmp(name, exclude[i], strlen(exclude[i])) == 0) {
150 return result(context, name, value);