| /linux/scripts/kconfig/tests/preprocess/builtin_func/ |
| A D | expected_stderr | 1 Kconfig:8: hello world 1 2 Kconfig:18: hello world 3 3 Kconfig:22: hello world 4
|
| A D | Kconfig | 4 $(info,hello world 0) 8 $(warning-if,y,hello world 1) 18 $(warning,$(shell,echo hello world 3)) 22 $(warning,$(shell,printf 'hello\nworld\n\n4\n\n\n'))
|
| A D | expected_stdout | 1 hello world 0
|
| /linux/samples/kfifo/ |
| A D | record-example.c | 74 struct { unsigned char buf[6]; } hello = { "hello" }; in testfunc() local 78 kfifo_in(&test, &hello, sizeof(hello)); in testfunc()
|
| /linux/Documentation/kbuild/ |
| A D | kconfig-macro-language.rst | 156 to make "info" function print " hello", you can write like follows:: 160 $(info $(space)$(space)hello) 181 For example, $(shell echo hello, world) runs the command "echo hello, world". 182 Likewise, $(info hello, world) prints "hello, world" to stdout. You could say 188 $(shell, echo hello, world) 194 $(shell, echo hello$(comma) world)
|
| /linux/scripts/kconfig/tests/preprocess/escape/ |
| A D | expected_stderr | 1 Kconfig:9: hello, world
|
| A D | Kconfig | 9 $(warning,hello$(comma) world)
|
| /linux/drivers/of/unittest-data/ |
| A D | testcases_common.dtsi | 6 prop-update = "hello";
|
| /linux/Documentation/filesystems/ |
| A D | ecryptfs.rst | 55 echo "Hello, World" > /mnt/crypt/hello.txt 70 cat /mnt/crypt/hello.txt
|
| A D | ramfs-rootfs-initramfs.rst | 262 uses like this. (A "hello world" program statically linked against glibc is 266 A good first step is to get initramfs to run a statically linked "hello world" 270 cat > hello.c << EOF 280 gcc -static hello.c -o init
|
| /linux/Documentation/doc-guide/ |
| A D | sphinx.rst | 391 .. kernel-figure:: hello.dot 392 :alt: hello world 394 DOT's hello world example 398 .. kernel-figure:: hello.dot 399 :alt: hello world 401 DOT's hello world example
|
| /linux/Documentation/translations/zh_CN/doc-guide/ |
| A D | sphinx.rst | 350 .. kernel-figure:: ../../../doc-guide/hello.dot 357 .. kernel-figure:: ../../../doc-guide/hello.dot
|
| /linux/tools/build/feature/ |
| A D | Makefile | 16 test-hello.bin \ 95 $(OUTPUT)test-hello.bin:
|
| /linux/tools/build/ |
| A D | Makefile.feature | 84 hello \
|
| /linux/Documentation/networking/ |
| A D | tls.rst | 69 For example, we can send an encrypted hello world record as follows: 73 const char *msg = "hello world\n";
|
| A D | mctp.rst | 144 memcpy(buf + 1, "hello, world!", sizeof(buf) - 1);
|
| A D | snmp_counter.rst | 1132 Input a string in the nc client ('hello' in our example):: 1136 hello 1170 hello 1262 On the client side, we send the string "hello" by nc:: 1264 nstatuser@nstat-a:~$ echo "hello" | nc nstat-b 9000 1266 Then, we come back to the server side, the server has received the "hello"
|
| A D | decnet.rst | 60 which "hello" messages are sent, if you don't set an address on the loopback
|
| /linux/Documentation/dev-tools/kunit/ |
| A D | usage.rst | 475 TEST_SHA1("hello world", "2aae6c35c94fcfb415dbe95f408b9ce91ee846ed"); 476 TEST_SHA1("hello world!", "430ce34d020724ed75a196dfc2ad67c77772d169"); 501 .str = "hello world", 505 .str = "hello world!", 546 .str = "hello world", 550 .str = "hello world!",
|
| /linux/tools/scripts/ |
| A D | utilities.mak | 101 # |hello
|
| /linux/Documentation/staging/ |
| A D | rpmsg.rst | 263 The following is a simple rpmsg driver, that sends an "hello!" message 287 err = rpmsg_send(rpdev, "hello!", 6);
|
| /linux/Documentation/translations/it_IT/doc-guide/ |
| A D | sphinx.rst | 420 .. kernel-figure:: ../../../doc-guide/hello.dot 427 .. kernel-figure:: ../../../doc-guide/hello.dot
|
| /linux/samples/ |
| A D | Kconfig | 90 Build an example of how to dynamically add the hello
|
| /linux/Documentation/dev-tools/ |
| A D | kgdb.rst | 769 enter the kdb shell, you can run the ``hello`` command.
|
| /linux/Documentation/admin-guide/ |
| A D | spkguide.txt | 874 echo hello. 876 You would get the word hello printed on your screen as soon as you
|