Home
last modified time | relevance | path

Searched refs:class (Results 1 – 2 of 2) sorted by relevance

/lib/
Dglob.c72 char const *class = pat + inverted; in glob_match() local
73 unsigned char a = *class++; in glob_match()
86 if (class[0] == '-' && class[1] != ']') { in glob_match()
87 b = class[1]; in glob_match()
92 class += 2; in glob_match()
96 } while ((a = *class++) != ']'); in glob_match()
100 pat = class; in glob_match()
Dlocking-selftest.c148 #define INIT_CLASS_FUNC(class) \ argument
150 init_class_##class(spinlock_t *lock, rwlock_t *rwlock, \