Home
last modified time | relevance | path

Searched refs:EOF (Results 301 – 325 of 438) sorted by relevance

1...<<1112131415161718

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/vk-gl-cts/
H A Dkhronos-cts.inc61 cat > ${WORKDIR}/qemuwrapper << EOF
64 EOF
/openbmc/linux/tools/testing/selftests/mm/
H A Drun_vmtests.sh14 cat <<EOF heredoc
73 EOF
/openbmc/qemu/tests/qemu-iotests/
H A D271873 cat <<EOF
882 EOF
887 cat <<EOF
892 EOF
/openbmc/linux/tools/iio/
H A Dlsiio.c168 while ((c = getopt(argc, argv, "v")) != EOF) { in main()
/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/
H A D0019-errno-util-Make-STRERROR-portable-for-musl.patch37 /* A helper to print an error message or message for functions that return 0 on EOF.
/openbmc/linux/tools/testing/selftests/
H A Dkselftest_deps.sh81 EOF
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd/
H A D0019-errno-util-Make-STRERROR-portable-for-musl.patch37 /* A helper to print an error message or message for functions that return 0 on EOF.
/openbmc/openbmc/poky/meta/recipes-core/sysvinit/sysvinit/
H A Dpidof-add-m-option.patch153 - while ((opt = getopt(argc,argv,"qhco:d:sxzn")) != EOF) switch (opt) {
154 + while ((opt = getopt(argc,argv,"qhcmo:d:sxzn")) != EOF) switch (opt) {
/openbmc/openbmc/meta-security/recipes-ids/samhain/
H A Dsamhain.inc88 cat << EOF > ${S}/config-site.${BP}
91 EOF
/openbmc/linux/tools/testing/selftests/net/
H A Dfib_rule_tests.sh435 cat <<EOF heredoc
440 EOF
H A Dfib-onlink-tests.sh473 cat <<EOF heredoc
478 EOF
/openbmc/u-boot/common/
H A Dcli_hush.c133 #define EOF -1 macro
770 do res=getchar(); while(res!='\n' && res!=EOF); in builtin_read()
935 if (ch=='\0') return EOF; in static_get()
2724 while (b_getch(&pipe_str)!=EOF) { /* discard */ };
2899 while(ch=b_getch(input),ch!=EOF && ch!='}') {
2965 while ((ch=b_getch(input))!=EOF) {
3009 if (next == EOF) {
3021 while(ch=b_getch(input),ch!=EOF && ch!='\'') {
3027 if (ch==EOF) {
3118 while (ch = b_getch(input), ch != EOF &&
[all …]
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dpopulate_sdk_base.bbclass308 cat << "EOF" >> ${T}/pre_install_command
310 EOF
312 cat << "EOF" >> ${T}/post_install_command
314 EOF
/openbmc/linux/tools/perf/util/
H A Dcopyfile.c33 if (fputs(line, to_fp) == EOF) in slow_copyfile()
/openbmc/u-boot/scripts/kconfig/
H A Dzconf.l154 <<EOF>> {
/openbmc/linux/scripts/dtc/
H A Dfdtoverlay.c169 while ((opt = util_getopt_long()) != EOF) { in main()
H A Ddtc-lexer.l89 <*><<EOF>> {
/openbmc/u-boot/test/fs/
H A Dfs-test.sh222 $UBOOT << EOF heredoc
341 EOF
/openbmc/linux/tools/testing/selftests/amd-pstate/
H A Dgitsource.sh285 gnuplot << EOF heredoc
318 EOF
H A Dtbench.sh272 gnuplot << EOF heredoc
305 EOF
/openbmc/u-boot/scripts/dtc/
H A Ddtc-lexer.l104 <*><<EOF>> {
/openbmc/openbmc/poky/scripts/
H A Dsstate-sysroot-cruft.sh13 cat << EOF heredoc
/openbmc/linux/tools/perf/tests/
H A Dbuiltin-test-list.c76 } while (ch != EOF && ch != '\n'); in shell_test__description()
/openbmc/linux/scripts/genksyms/
H A Dgenksyms.c416 while ((c = fgetc(f)) != EOF) { in read_node()
767 &long_opts[0], NULL)) != EOF) in main()
769 while ((o = getopt(argc, argv, "s:dwqVDr:T:ph")) != EOF) in main()
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/vsftpd/vsftpd-3.0.5/
H A Dvsftpd-2.1.0-filter.patch88 /* PURPOSE: Extract a line of text (delimited by \n or EOF) from a string

1...<<1112131415161718