Home
last modified time | relevance | path

Searched refs:IsSpace (Results 1 – 14 of 14) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
H A Dgtest-typed-test.cc43 while (IsSpace(*str)) in SkipSpaces()
H A Dgtest.cc1694 for (; message_length && IsSpace(error_text[message_length - 1]); in HRESULTFailureHelper()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_libc.cc232 while (IsSpace(*nptr)) nptr++; in internal_simple_strtoll()
H A Dsanitizer_common.h417 INLINE bool IsSpace(int c) { in IsSpace() function
H A Dsanitizer_common_interceptors.inc3336 while (IsSpace(*nptr)) nptr++;
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_libc.cpp232 while (IsSpace(*nptr)) nptr++; in internal_simple_strtoll()
H A Dsanitizer_common.h470 inline bool IsSpace(int c) { in IsSpace() function
H A Dsanitizer_common_interceptors.inc3481 while (IsSpace(*nptr)) nptr++;
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_libc.cc230 while (IsSpace(*nptr)) nptr++; in internal_simple_strtoll()
H A Dsanitizer_common.h413 INLINE bool IsSpace(int c) { in IsSpace() function
H A Dsanitizer_common_interceptors.inc3390 while (IsSpace(*nptr)) nptr++;
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-port.h1923 inline bool IsSpace(char ch) {
1946 while (it != str.begin() && IsSpace(*--it))
H A Dgtest-internal.h634 while (IsSpace(*(++comma))) {} in GTEST_DISABLE_MSC_WARNINGS_POP_()
/netbsd-src/external/public-domain/sqlite/dist/
H A Dshell.c241 #define IsSpace(X) isspace((unsigned char)X) macro
19077 if( IsSpace(z[i]) ) continue; in wsToEol()
19340 for(i=0; IsSpace(z[i]); i++){} in shell_callback()
19342 if( IsSpace(c) ){ in shell_callback()
19344 if( IsSpace(z[j-1]) || z[j-1]=='(' ) continue; in shell_callback()
19345 }else if( (c=='(' || c==')') && j>0 && IsSpace(z[j-1]) ){ in shell_callback()
19350 while( j>0 && IsSpace(z[j-1]) ){ j--; } in shell_callback()
19379 while( IsSpace(z[i+1]) ){ i++; } in shell_callback()
19761 for(i=0; zCode[i]; i++){ if( IsSpace(zSql[i]) ) zCode[i] = ' '; } in shell_error_context()
21074 while( IsSpace(zSql[0]) ) zSql++; in shell_exec()
[all …]