Home
last modified time | relevance | path

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

/linux-4.1.27/tools/perf/util/
Dctype.c9 S = GIT_SPACE,
16 PS = GIT_SPACE | GIT_PRINT_EXTRA,
Dutil.h223 #define GIT_SPACE 0x01 macro
232 #define isspace(x) sane_istest(x,GIT_SPACE)