OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:consumestr
(Results
1 - 2
of
2
) sorted by null
/external/minijail/
libminijail_unittest.c
21
char *
consumestr
(char **buf, size_t *buflength);
76
EXPECT_EQ(NULL,
consumestr
(&pos, &len));
86
EXPECT_EQ(NULL,
consumestr
(&pos, &len));
97
EXPECT_EQ((void *)buf,
consumestr
(&pos, &len));
108
EXPECT_EQ(NULL,
consumestr
(&pos, &len));
142
/* Should fail on the first
consumestr
since a NUL will never be found. */
libminijail.c
744
*
consumestr
: consumes a C string from a buffer @buf of length @length
750
char *
consumestr
(char **buf, size_t *buflength)
function
777
char *user =
consumestr
(&serialized, &length);
803
char *chrootdir =
consumestr
(&serialized, &length);
812
char *alt_syscall_table =
consumestr
(&serialized, &length);
849
const char *src =
consumestr
(&serialized, &length);
852
dest =
consumestr
(&serialized, &length);
855
type =
consumestr
(&serialized, &length);
868
char *cgroup =
consumestr
(&serialized, &length);
[
all
...]
Completed in 212 milliseconds