OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hello_world
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/public-domain/xz/dist/tests/
test_microlzma.c
23
static const uint8_t
hello_world
[] = { 0x48, 0x65, 0x6C, 0x6C, 0x6F, 0x0A,
variable
137
strm.next_in =
hello_world
;
138
strm.avail_in = sizeof(
hello_world
);
146
assert_uint_eq(strm.total_in, sizeof(
hello_world
));
187
strm.next_in =
hello_world
;
188
strm.avail_in = sizeof(
hello_world
);
205
assert_uint(strm.total_in, <, sizeof(
hello_world
));
234
strm.next_in =
hello_world
;
235
strm.avail_in = sizeof(
hello_world
);
315
sizeof(
hello_world
), true
[
all
...]
/src/external/bsd/openpam/dist/t/
t_openpam_readlinev.c
127
static const char *
hello_world
[] = {
238
t_fprintf(tf, "%s \\\n %s\n",
hello_world
[0],
hello_world
[1]);
240
ret = orlv_expect(tf,
hello_world
, 2 /*lines*/, 0 /*eof*/) &&
273
ret = orlv_expect(tf,
hello_world
, 1 /*lines*/, 0 /*eof*/);
302
ret = orlv_expect(tf,
hello_world
, 0 /*lines*/, 1 /*eof*/);
126
static const char *
hello_world
[] = {
variable
Completed in 16 milliseconds
Indexes created Sat May 02 00:23:24 UTC 2026