Home
last modified time | relevance | path

Searched refs:EOF (Results 1 – 8 of 8) sorted by relevance

/mOS-networking-stack/samples/lighttpd-1.4.32/
H A Ddistribute.sh.in36 cat > release-news.${VERSION}-mail.txt <<EOF heredoc
55 EOF
57 cat > release-news.${VERSION}.txt <<EOF heredoc
72 EOF
H A Dconfig.guess142 cat <<-EOF > $dummy.c heredoc
151 EOF
455 sed 's/^ //' << EOF >$dummy.c heredoc
475 EOF
562 EOF
665 EOF
699 sed 's/^ //' << EOF >$dummy.c heredoc
723 EOF
969 EOF
1375 cat >&2 <<EOF heredoc
[all …]
H A Dar-lib104 cat <<EOF heredoc
108 EOF
H A Dcompile240 cat <<\EOF
251 EOF
H A Dltmain.sh5526 EOF
5673 EOF
5683 EOF
5689 EOF
5693 EOF
5701 EOF
5706 EOF
5712 EOF
5716 EOF
5791 EOF
[all …]
H A Ddepcomp34 cat <<\EOF
50 EOF
/mOS-networking-stack/core/src/bpf/
H A Dsfbpf-int.c159 while (c != '\n' && c != EOF);
202 if (c == EOF) in pcap_next_etherent()
231 } while (!isspace(c) && c != EOF && --d > 0); in pcap_next_etherent()
240 } while (c != EOF); in pcap_next_etherent()
H A Dsf_scanner.c2774 #define getc(fp) (*in_buffer == 0 ? EOF : *in_buffer++)
2869 (c = getc( sfbpf_in )) != EOF && c != '\n'; ++n ) \
2873 if ( c == EOF && ferror( sfbpf_in ) ) \
4170 return EOF; in yyinput()