Home
last modified time | relevance | path

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

/arch/um/kernel/
Dexitcode.c51 if ((*end != '\0') && !isspace(*end)) in exitcode_proc_write()
/arch/powerpc/xmon/
Dxmon.c187 #define isspace(c) (c == ' ' || c == '\t' || c == 10 || c == 13 || c == 0) macro
2529 if (isspace(c)) { in scanhex()