OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:isspace
(Results
101 - 125
of
1470
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/valgrind/memcheck/tests/solaris/
name_service_door.c
209
while ((p < limit) &&
isspace
(*p))
212
while ((p < limit) && !
isspace
(*p))
216
while ((p < limit) &&
isspace
(*p))
221
} while ((p < limit) && !
isspace
(*p));
224
while ((p < limit) &&
isspace
(*p))
227
while ((p < limit) && !
isspace
(*p))
/hardware/ti/omap3/omx/system/src/openmax_il/perf/src/
perf_config.c
121
while (*line &&
isspace
(*line)) line++;
129
for (ptr = line; *ptr && !
isspace
(*ptr) && *ptr != '.' && *ptr != '='; ptr++);
200
while (*line &&
isspace
(line [strlen(line)-1]))
240
while (*line &&
isspace
(*line)) line++;
249
while (*line &&
isspace
(*line)) line++;
256
while (*line &&
isspace
(*line)) line++;
/bionic/libc/upstream-openbsd/lib/libc/gen/
isctype.c
103
#undef
isspace
macro
105
isspace
(int c)
function
/external/e2fsprogs/e2fsck/
argv_parse.c
60
if (
isspace
((int) ch))
85
if (
isspace
((int) ch)) {
/external/e2fsprogs/lib/e2p/
mntopts.c
84
while (*cp &&
isspace
(*cp))
91
while (*cp && !
isspace
(*cp) && *cp != ',')
/external/selinux/libsemanage/src/
conf-scan.l
80
while (
isspace
(*s)) {
84
while (t >= s &&
isspace
(*t)) {
users_base_file.c
116
*(info->ptr) != '}' && !
isspace
(*(info->ptr)))
125
if (delim && !
isspace
(delim)) {
/external/toybox/toys/other/
makedevs.c
64
while (
isspace
(*ptr)) ptr++;
68
while (*ptr && !
isspace
(*ptr)) ptr++;
/external/toybox/toys/posix/
uniq.c
43
while (*str &&
isspace
(*str)) str++;
44
while (*str && !
isspace
(*str)) str++;
/hardware/qcom/gps/msm8084/utils/
loc_misc_utils.cpp
92
if ( !
isspace
(*scan_ptr) && first_nonspace == NULL) {
104
if ( !
isspace
(*scan_ptr)) {
/hardware/qcom/gps/msm8909/utils/
loc_misc_utils.cpp
92
if ( !
isspace
(*scan_ptr) && first_nonspace == NULL) {
104
if ( !
isspace
(*scan_ptr)) {
/hardware/qcom/gps/msm8994/utils/
loc_misc_utils.cpp
92
if ( !
isspace
(*scan_ptr) && first_nonspace == NULL) {
104
if ( !
isspace
(*scan_ptr)) {
/hardware/qcom/gps/msm8996/utils/
loc_misc_utils.cpp
92
if ( !
isspace
(*scan_ptr) && first_nonspace == NULL) {
104
if ( !
isspace
(*scan_ptr)) {
/hardware/qcom/gps/utils/
loc_misc_utils.cpp
92
if ( !
isspace
(*scan_ptr) && first_nonspace == NULL) {
104
if ( !
isspace
(*scan_ptr)) {
/ndk/sources/cxx-stl/stlport/stlport/
ctype.h
51
# undef
isspace
macro
76
__inline int (
isspace
)(int c) { return _isctype(c, _SPACE); }
function
locale
66
#undef
isspace
83
inline bool
isspace
(_CharT c, const locale& loc)
/prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/
ctype.h
51
# undef
isspace
macro
76
__inline int (
isspace
)(int c) { return _isctype(c, _SPACE); }
function
locale
66
#undef
isspace
83
inline bool
isspace
(_CharT c, const locale& loc)
/system/core/base/
strings.cpp
60
if (!
isspace
(s[start_index])) {
68
if (!
isspace
(s[end_index])) {
/bionic/libc/bionic/
ctype.cpp
68
return
isspace
(c);
/bionic/libstdc++/include/
cctype
51
using ::
isspace
;
/external/icu/icu4c/source/test/perf/charperf/
CharPerf_r.pl
47
"
isSpace
", ["$p1 TestIsSpace" , "$p2 TestIsSpace" ],
/ndk/sources/cxx-stl/gabi++/include/
cctype
51
using ::
isspace
;
/ndk/sources/cxx-stl/stlport/stlport/using/
locale
14
using _STLP_NEW_IO_NAMESPACE::
isspace
;
/ndk/sources/cxx-stl/system/include/
cctype
51
using ::
isspace
;
Completed in 449 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>