Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/googletest/googletest/src/
H A Dgtest-typed-test.cc44 while (IsSpace(*str)) str++; in SkipSpaces()
H A Dgtest.cc1917 for (; message_length && IsSpace(error_text[message_length - 1]); in HRESULTFailureHelper()
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_libc.cpp257 while (IsSpace(*nptr)) nptr++; in internal_simple_strtoll()
H A Dsanitizer_common.h499 inline bool IsSpace(int c) { in IsSpace() function
H A Dsanitizer_common_interceptors.inc3546 while (IsSpace(*nptr)) nptr++;
/freebsd-14.2/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h1941 inline bool IsSpace(char ch) {
1977 while (it != str.begin() && IsSpace(*--it)) it = str.erase(it);
H A Dgtest-internal.h642 while (IsSpace(*(++comma))) { in GTEST_DISABLE_MSC_WARNINGS_POP_()
/freebsd-14.2/contrib/sqlite3/
H A Dshell.c241 #define IsSpace(X) isspace((unsigned char)X) macro
20340 if( IsSpace(z[i]) ) continue; in wsToEol()
20603 for(i=0; IsSpace(z[i]); i++){} in shell_callback()
20605 if( IsSpace(c) ){ in shell_callback()
24469 if( IsSpace(c) ){ in testcase_glob()
24470 if( !IsSpace(*z) ) return 0; in testcase_glob()
24471 while( IsSpace(*zGlob) ) zGlob++; in testcase_glob()
24472 while( IsSpace(*z) ) z++; in testcase_glob()
24533 while( IsSpace(*z) ){ z++; } in testcase_glob()
26102 while( IsSpace(zLine[h]) ){ h++; } in do_meta_command()
[all …]