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

/haiku-fatelf/src/bin/network/tcpdump/tests/
H A Dmpls-ldp-hello.sh3 uudecode mpls-ldp-hello.puu
5 echo -n test mpls-ldp-hello ...
6 ../tcpdump -t -n -v -r mpls-ldp-hello.pcap >mpls-ldp-hello.new
7 if diff mpls-ldp-hello.new mpls-ldp-hello.out
/haiku-fatelf/src/libs/pdflib/bind/pdflib/c/
H A DMakefile20 $(srcdir)/hello.c \
31 hello$(EXE) \
42 -./hello
54 $(RM) chartab.pdf hello.pdf image.pdf pdfclock.pdf invoice.pdf
58 hello$(EXE): hello.c $(DEPLIBS)
/haiku-fatelf/src/libs/pdflib/bind/pdflib/cpp/
H A DMakefile18 $(srcdir)/hello.cpp \
28 hello$(EXE) \
40 -./hello
53 $(RM) hello.pdf image.pdf pdfclock.pdf chartab.pdf invoice.pdf
56 hello$(EXE): hello.cpp $(DEPLIBS)
/haiku-fatelf/src/libs/pdflib/bind/pdflib/perl/
H A DMakefile23 -$(PERLBIN) hello.pl
45 $(RM) hello.pdf image.pdf pdfclock.pdf chartab.pdf invoice.pdf
/haiku-fatelf/src/libs/pdflib/bind/pdflib/python/
H A DMakefile23 -$(LIBTOOL_EXE) python hello.py
53 $(RM) hello.pdf image.pdf pdfclock.pdf chartab.pdf invoice.pdf
/haiku-fatelf/src/libs/pdflib/bind/pdflib/java/
H A Dhello.java1 /* $Id: hello.java 14574 2005-10-29 16:27:43Z bonefish $
3 * PDFlib client: hello example in Java
10 public class hello class
21 if (p.open_file("hello.pdf") == -1) {
25 p.set_info("Creator", "hello.java");
43 System.err.print("PDFlib exception occurred in hello sample:\n");
H A DMakefile19 hello.class \
53 -CLASSPATH=$$CLASSPATH:pdflib.jar:. $(LIBTOOL_EXE) java hello
86 $(RM) hello.pdf image.pdf pdfclock.pdf chartab.pdf invoice.pdf
/haiku-fatelf/src/libs/pdflib/bind/pdflib/tcl/
H A DMakefile21 -$(LIBTOOL_EXE) $(TCLBIN) hello.tcl
57 $(RM) hello.pdf image.pdf pdfclock.pdf chartab.pdf invoice.pdf
/haiku-fatelf/src/libs/zlib/
H A Dexample.c29 const char hello[] = "hello, hello!"; variable
30 /* "hello world" would be more standard, but the repeated "hello"
34 const char dictionary[] = "hello";
64 uLong len = (uLong)strlen(hello)+1;
66 err = compress(compr, &comprLen, (const Bytef*)hello, len);
74 if (strcmp((char*)uncompr, hello)) {
94 int len = (int)strlen(hello)
[all...]
/haiku-fatelf/src/libs/ncurses/test/
H A Drailroad.c235 static char *hello[] = local
237 railroad(hello);
H A Dncurses.c1735 const char *hello; local
1751 hello = "Test";
1755 hello = "Hello";
1790 hello = numbered;
1792 printw("%-*.*s", width, width, hello);
1899 const char *hello; local
1912 hello = "Test";
1916 hello = "Hello";
1951 hello = numbered;
1953 printw("%-*.*s", width, width, hello);
[all...]
/haiku-fatelf/src/bin/network/tcpdump/
H A Dprint-decnet.c183 int src, dst, info, blksize, eco, ueco, hello, other, vers; local
201 hello = EXTRACT_LE_16BITS(cmp->cm_init.in_hello);
204 "src %sblksize %d vers %d eco %d ueco %d hello %d",
206 hello);
250 (void)printf("router-hello ");
263 hello = EXTRACT_LE_16BITS(cmp->cm_rhello.rh_hello);
266 "vers %d eco %d ueco %d src %s blksize %d pri %d hello %d",
268 blksize, priority, hello);
273 (void)printf("endnode-hello ");
289 hello
[all...]
/haiku-fatelf/src/bin/gdb/bfd/doc/
H A Dchew.c50 hello - print "hello\n" to stdout
53 print - print TOS-1 on TOS (eg: "hello\n" stdout print)
346 static void hello (void);
1434 hello () function
1436 printf ("hello\n");
1528 add_intrinsic ("hello", hello);
/haiku-fatelf/src/bin/gdb/
H A DMakefile.def64 host_modules= { module= hello; };
385 dependencies = { module=all-hello; on=all-intl; };
386 dependencies = { module=all-hello; on=all-build-texinfo; };
/haiku-fatelf/src/bin/bash/
H A DMANIFEST592 examples/loadables/hello.c f
/haiku-fatelf/src/bin/coreutils/
H A Dconfigure21178 echo hello world > conftest.txt
[all...]

Completed in 297 milliseconds