Searched defs:hello (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/boot/lib/libz/test/
H A Dexample.c29 z_const char hello[] = "hello, hello!"; variable
30 /* "hello world" would be more standard, but the repeated "hello"
34 const char dictionary[] = "hello";
93 uLong len = (uLong)strlen(hello)+1;
95 err = compress(compr, &comprLen, (const Bytef*)hello, len);
103 if (strcmp((char*)uncompr, hello)) {
123 int len = (int)strlen(hello)
[all...]

Completed in 53 milliseconds