Home
last modified time | relevance | path

Searched refs:program (Results 1 – 14 of 14) sorted by relevance

/mOS-networking-stack/scripts/
H A Dconfigure941 -program-prefix | --program-prefix | --program-prefi | --program-pref \
942 | --program-pre | --program-pr | --program-p)
944 -program-prefix=* | --program-prefix=* | --program-prefi=* \
945 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
948 -program-suffix | --program-suffix | --program-suffi | --program-suff \
949 | --program-suf | --program-su | --program-s)
951 -program-suffix=* | --program-suffix=* | --program-suffi=* \
952 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
959 | --program-transfo | --program-transf \
960 | --program-trans | --program-tran \
[all …]
H A Daclocal.m49 # This program is distributed in the hope that it will be useful,
/mOS-networking-stack/samples/lighttpd-1.4.32/doc/outdated/
H A Dcgi.txt32 file-extensions that are handled by a CGI program
42 To setup a executable which doesn't need the help of a external program you
H A Dfeatures.txt55 a FastCGI program can get run through the SSI interpreter. SSI can also do
H A Dfastcgi.txt334 Preparing PHP as a FastCGI program
451 the FastCGI process by a external program like spawn-fcgi.
/mOS-networking-stack/core/src/include/bpf/
H A Dsfbpf.h188 int sfbpf_compile(int snaplen_arg, int linktype_arg, struct sfbpf_program *program, const char *buf…
191 void sfbpf_freecode(struct sfbpf_program *program);
/mOS-networking-stack/samples/lighttpd-1.4.32/
H A DINSTALL48 Configure the program with the following arguments:
103 Configure the program with the following arguments:
134 Configure the program with the following arguments:
H A Dconfigure1107 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1108 | --program-pre | --program-pr | --program-p)
1110 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1111 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1114 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1115 | --program-suf | --program-su | --program-s)
1117 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1118 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1125 | --program-transfo | --program-transf \
1126 | --program-trans | --program-tran \
[all …]
H A Daclocal.m49 # This program is distributed in the hope that it will be useful,
29 dnl This program is free software; you can redistribute it and/or modify
34 dnl This program is distributed in the hope that it will be useful, but
40 dnl along with this program; if not, write to the Free Software
45 dnl distribute this file as part of a program that contains a
48 dnl program.
877 # by default if the 'rm' program in use doesn't match our expectations; the
883 Your 'rm' program seems unable to run without file operands specified
909 AC_MSG_ERROR([Your 'rm' program is bad, sorry.])
1320 # specify the program used to strip binaries. This is especially
[all …]
H A DSConstruct52 print >> sys.stderr, "* error: can't find program `%s'" % (progname)
H A Dltmain.sh3922 file=$progdir/$program
3927 file=$progdir/$program
4177 func_fatal_help "you must specify an install program"
5520 The $output program cannot be directly executed until all the libtool
5823 /* target_name transforms -- use actual target program name; might have lt- prefix */
/mOS-networking-stack/samples/lighttpd-1.4.32/m4/
H A Dltoptions.m4139 _LT_DECL([], [AS], [1], [Assembler program])dnl
142 _LT_DECL([], [DLLTOOL], [1], [DLL creation program])dnl
145 _LT_DECL([], [OBJDUMP], [1], [Object dumper program])dnl
H A Dlibtool.m4944 # Allow CC to be a program name with arguments.
1144 # Links a minimal program and checks the executable
3443 # 'test_compile' -- check by making test program.
6351 # Allow CC to be a program name with arguments.
7708 program t
7719 # Allow CC to be a program name with arguments.
7844 program t
7855 # Allow CC to be a program name with arguments.
7957 # Allow CC to be a program name with arguments.
8028 # Allow CC to be a program name with arguments.
[all …]
/mOS-networking-stack/core/src/bpf/
H A Dsf_gencode.c388 DAQ_SO_PUBLIC int pcap_compile(int snaplen_arg, int linktype_arg, struct bpf_program *program, cons… in pcap_compile() argument
437 program->bf_insns = icode_to_fcode(root, &len); in pcap_compile()
438 program->bf_len = len; in pcap_compile()
449 DAQ_SO_PUBLIC void pcap_freecode(struct bpf_program *program) in pcap_freecode() argument
451 program->bf_len = 0; in pcap_freecode()
452 if (program->bf_insns != NULL) in pcap_freecode()
454 free((char *) program->bf_insns); in pcap_freecode()
455 program->bf_insns = NULL; in pcap_freecode()