OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:empty_line
(Results
1 - 5
of
5
) sorted by null
/external/oprofile/libutil/
op_string.h
67
int
empty_line
(char const * c);
op_string.c
53
int
empty_line
(char const * c)
function
/external/oprofile/libutil/tests/
string_tests.c
67
if (!
empty_line
(""))
68
error("
empty_line
is false for \"\"");
69
if (!
empty_line
("\n\t "))
70
error("
empty_line
is false for \"\\n\\n \"");
71
if (!
empty_line
(" "))
72
error("
empty_line
is false for \" \"");
73
if (
empty_line
("\r"))
74
error("
empty_line
is true for \\r");
/external/oprofile/libop/
op_events.c
238
if (
empty_line
(line) || comment_line(line))
445
if (
empty_line
(line) || comment_line(line))
749
if (
empty_line
(line) || comment_line(line))
/external/oprofile/daemon/
opd_ibs.c
533
if (
empty_line
(argv) != 0)
Completed in 99 milliseconds