OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:skip_nonws
(Results
1 - 4
of
4
) sorted by null
/external/oprofile/libutil/tests/
string_tests.c
52
if (strcmp(
skip_nonws
(""), ""))
53
error("
skip_nonws
of \"\" is not \"\"");
54
if (strcmp(
skip_nonws
("a"), ""))
55
error("
skip_nonws
of a is not \"\"");
56
if (strcmp(
skip_nonws
("\n"), "\n"))
57
error("
skip_nonws
of \\n is not \\n");
58
if (strcmp(
skip_nonws
(" "), " "))
59
error("
skip_nonws
of \" \" is not \" \"");
60
if (strcmp(
skip_nonws
("\t"), "\t"))
61
error("
skip_nonws
of \\t is not \\t")
[
all
...]
/external/oprofile/libutil/
op_string.h
59
char const *
skip_nonws
(char const * c);
op_string.c
45
char const *
skip_nonws
(char const * c)
function
/external/oprofile/libop/
op_events.c
120
valueend =
skip_nonws
(valueend);
187
c =
skip_nonws
(c);
358
end =
skip_nonws
(end);
Completed in 44 milliseconds