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

/freebsd-9.3-release/bin/ed/test/
H A De1.d0 hello world
H A De2.d1 E !echo hello world-
H A De3.d1 E !echo hello world-
H A De4.d1 E !echo hello world-
/freebsd-9.3-release/tools/regression/usr.bin/make/basic/t2/
H A DMakefile6 echo hello
/freebsd-9.3-release/contrib/nvi/perl_scripts/
H A Dtk.pl8 $hello = $MW->Button(
12 $hello->pack;
/freebsd-9.3-release/share/examples/kld/syscall/module/
H A Dsyscall.c41 hello(struct thread *td, void *arg) function
44 printf("hello kernel\n");
53 hello /* sy_call */
/freebsd-9.3-release/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...]
/freebsd-9.3-release/lib/libz/
H A DMakefile67 echo hello world | ./minigzip | ./minigzip -d )
/freebsd-9.3-release/contrib/openpam/t/
H A Dt_openpam_readlinev.c118 static const char *hello[] = {
119 "hello",
124 "hello",
223 t_fprintf(tf, "hello\n");
225 ret = orlv_expect(tf, hello, 1 /*lines*/, 0 /*eof*/);
236 t_fprintf(tf, "hello world\n");
249 t_fprintf(tf, "hello world");
117 static const char *hello[] = { variable
/freebsd-9.3-release/contrib/wpa/src/tls/
H A Dtlsv1_client_write.c51 u8 *hello, *end, *pos, *hs_length, *hs_start, *rhdr; local
69 hello = os_malloc(len);
70 if (hello == NULL)
72 end = hello + len;
74 rhdr = hello;
122 os_free(hello);
128 return hello;
/freebsd-9.3-release/contrib/tcpdump/
H A Dprint-olsr.c257 const struct olsr_hello *hello; member in union:__anon4148
370 ptr.hello = (struct olsr_hello *)msg_data;
371 printf("\n\t hello-time %.3lfs, MPR willingness %u",
372 ME_TO_DOUBLE(ptr.hello->htime), ptr.hello->will);
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...]
/freebsd-9.3-release/share/examples/
H A DMakefile78 ibcs2/hello.uu \
/freebsd-9.3-release/contrib/binutils/bfd/doc/
H A Dchew.c50 hello - print "hello\n" to stdout
53 print - print TOS-1 on TOS (eg: "hello\n" stdout print)
347 static void hello (void);
1396 hello () function
1398 printf ("hello\n");
1490 add_intrinsic ("hello", hello);
/freebsd-9.3-release/contrib/binutils/
H A DMakefile.def74 host_modules= { module= hello; };
440 dependencies = { module=all-hello; on=all-intl; };
441 dependencies = { module=all-hello; on=all-build-texinfo; };
/freebsd-9.3-release/etc/
H A Dservices1204 hello-port 652/tcp
1205 hello-port 652/udp
/freebsd-9.3-release/contrib/cvs/src/
H A Dsanity.sh6166 echo hello >sub/subfile
17472 echo hello >file1

Completed in 264 milliseconds