HomeSort by: relevance | last modified time | path
    Searched defs:hello (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/external/bsd/gnu-efi/dist/apps/
trivial.S 30 addl $hello-0b,%eax
43 hello: .byte 'h',0,'e',0,'l',0,'l',0,'o',0,'\n',0,'\r',0,0,0 label
  /src/games/backgammon/teachgammon/
ttext1.c 63 const char *const hello[] = { variable in typeref:typename:const char * const[]
  /src/tests/usr.bin/indent/
lsym_type.c 43 size_t hello; variable in typeref:typename:size_t
51 size_t hello; variable in typeref:typename:size_t
  /src/tests/lib/libc/stdio/
t_open_memstream.c 37 const char hello[] = "hello"; variable in typeref:typename:const char[]
58 ATF_CHECK(fprintf(fp, hello) != EOF);
60 ATF_CHECK(size == OFFSET + sizeof(hello)-1);
71 ATF_CHECK(memcmp(buf + OFFSET, hello, sizeof(hello)-1) == 0);
76 ATF_CHECK(size == OFFSET + sizeof(hello)-1);
  /src/tests/net/sys/
t_rfc6056.c 53 static const char hello[] = "hello\n"; local in function:test
94 if (sendto(s, hello, sizeof(hello) - 1, 0,
111 if (send(s, hello, sizeof(hello) - 1, 0) == -1)
  /src/common/dist/zlib/test/
example.c 29 static z_const char hello[] = "hello, hello!"; variable in typeref:typename:z_const char[]
30 /* "hello world" would be more standard, but the repeated "hello"
34 static const char dictionary[] = "hello";
63 uLong len = (uLong)strlen(hello)+1;
65 err = compress(compr, &comprLen, (const Bytef*)hello, len);
73 if (strcmp((char*)uncompr, hello)) {
89 int len = (int)strlen(hello)+1
    [all...]

Completed in 15 milliseconds