| /mOS-networking-stack/samples/lighttpd-1.4.32/src/ |
| H A D | splaytree.c | 63 splay_tree N, *l, *r, *y; in splaytree_splay() local 77 t->left = y->right; in splaytree_splay() 78 y->right = t; in splaytree_splay() 80 t = y; in splaytree_splay() 91 t->right = y->left; in splaytree_splay() 92 y->left = t; in splaytree_splay() 94 t = y; in splaytree_splay() 114 for (y = N.right; y != NULL; y = y->right) { in splaytree_splay() 115 y->size = l_size; in splaytree_splay() 118 for (y = N.left; y != NULL; y = y->left) { in splaytree_splay() [all …]
|
| H A D | buffer.h | 70 #define buffer_copy_off_t(x, y) buffer_copy_long(x, y) argument 71 #define buffer_append_off_t(x, y) buffer_append_long(x, y) argument 116 #define BUFFER_APPEND_STRING_CONST(x, y) \ argument 117 buffer_append_string_len(x, y, sizeof(y) - 1) 119 #define BUFFER_COPY_STRING_CONST(x, y) \ argument 120 buffer_copy_string_len(x, y, sizeof(y) - 1)
|
| H A D | plugin.c | 232 #define PLUGIN_TO_SLOT(x, y) \ argument 233 handler_t plugins_call_##y(server *srv, connection *con) {\ 242 switch(r = p->y(srv, con, p->data)) {\ 280 #define PLUGIN_TO_SLOT(x, y) \ in PLUGIN_TO_SLOT() argument 281 handler_t plugins_call_##y(server *srv) {\ in PLUGIN_TO_SLOT() 290 switch(r = p->y(srv, p->data)) {\ in PLUGIN_TO_SLOT() 379 #define PLUGIN_TO_SLOT(x, y) \ argument 380 if (p->y) { \
|
| H A D | md5.c | 78 #define F(x, y, z) (((x) & (y)) | ((~x) & (z))) argument 79 #define G(x, y, z) (((x) & (z)) | ((y) & (~z))) argument 80 #define H(x, y, z) ((x) ^ (y) ^ (z)) argument 81 #define I(x, y, z) ((y) ^ ((x) | (~z))) argument
|
| H A D | Makefile.am | 43 configparser.c: $(srcdir)/configparser.y $(srcdir)/lempar.c lemon$(EXEEXT) 45 $(LEMON) -q $(srcdir)/configparser.y $(srcdir)/lempar.c 48 mod_ssi_exprparser.c: $(srcdir)/mod_ssi_exprparser.y $(srcdir)/lempar.c lemon$(EXEEXT) 50 $(LEMON) -q $(srcdir)/mod_ssi_exprparser.y $(srcdir)/lempar.c 309 EXTRA_DIST = mod_skeleton.c configparser.y mod_ssi_exprparser.y lempar.c SConscript
|
| H A D | SConscript | 34 configparser = env.Command(['configparser.c', 'configparser.h'], 'configparser.y', '(cd build; ../'… 37 …mmand(['mod_ssi_exprparser.c', 'mod_ssi_exprparser.h'], 'mod_ssi_exprparser.y', '(cd build; ../' +…
|
| H A D | lemon.c | 769 struct config *x, *y; local 770 for(x=bp, y=stp->bp; x && y; x=x->bp, y=y->bp){ 771 Plink_copy(&y->bplp,x->bplp); 3763 char *Strsafe(y) in Strsafe() argument 3764 char *y; in Strsafe() 3768 z = Strsafe_find(y); 3769 if( z==0 && (z=malloc( strlen(y)+1 ))!=0 ){ 3770 strcpy(z,y);
|
| H A D | mod_rewrite.c | 268 # define parse_config_entry(srv, ca, x, option, y) parse_config_entry(srv, ca, option) in SETDEFAULTS_FUNC() argument
|
| H A D | Makefile.in | 928 EXTRA_DIST = mod_skeleton.c configparser.y mod_ssi_exprparser.y lempar.c SConscript 1957 @[email protected]: $(srcdir)/configparser.y $(srcdir)/lempar.c lemon$(EXEEXT) 1959 @CROSS_COMPILING_FALSE@ $(LEMON) -q $(srcdir)/configparser.y $(srcdir)/lempar.c 1962 @CROSS_COMPILING_FALSE@mod_ssi_exprparser.c: $(srcdir)/mod_ssi_exprparser.y $(srcdir)/lempar.c lemo… 1964 @CROSS_COMPILING_FALSE@ $(LEMON) -q $(srcdir)/mod_ssi_exprparser.y $(srcdir)/lempar.c
|
| H A D | mod_compress.c | 47 # define mkdir(x,y) mkdir(x) argument
|
| /mOS-networking-stack/util/include/ |
| H A D | netlib.h | 15 #define MAX(x, y) ((x) > (y) ? (x) : (y)) argument 19 #define MIN(x, y) ((x) < (y) ? (x) : (y)) argument
|
| /mOS-networking-stack/ |
| H A D | .travis.yml | 17 - sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test 21 sudo apt-get install -qq -y gcc-6 23 sudo apt-get install -qq -y gcc-5 25 sudo apt-get install -qq -y gcc-4.8 40 - sudo apt-get install -y linux-headers-$(uname -r)
|
| H A D | setup.sh | 120 if [[ "$option" == y* ]]; then 149 if [[ "$option" == y* ]]; then
|
| /mOS-networking-stack/core/src/include/bpf/ |
| H A D | sfbpf-int.h | 42 #define strlcpy(x, y, z) \ argument 43 (strncpy((x), (y), (z)), \ 45 strlen((y)))
|
| H A D | sfbpf.h | 83 #define SET_BPFFILTER(x, y) sfbpf_compile(ETH_FRAME_LEN, DLT_EN10MB, x, y, 1, 0) argument 84 #define EVAL_BPFFILTER(x, y, z) sfbpf_filter(x.bf_insns, y, z, z) argument
|
| /mOS-networking-stack/core/src/bpf/ |
| H A D | sf_optimize.c | 1866 static int eq_slist(x, y) in eq_slist() argument 1867 struct slist *x, *y; in eq_slist() 1873 while (y && y->s.code == NOP) 1874 y = y->next; 1876 return y == 0; 1877 if (y == 0) 1879 if (x->s.code != y->s.code || x->s.k != y->s.k) 1882 y = y->next;
|
| H A D | sf_gencode.c | 1787 #define SWAPLONG(y) \ argument 1788 ((((y)&0xff)<<24) | (((y)&0xff00)<<8) | (((y)&0xff0000)>>8) | (((y)>>24)&0xff))
|
| /mOS-networking-stack/core/src/ |
| H A D | mos_api.c | 17 #define MAX(x, y) (((x) > (y)) ? (x) : (y)) argument 18 #define MIN(x, y) (((x) < (y)) ? (x) : (y)) argument
|
| /mOS-networking-stack/samples/simple_firewall/ |
| H A D | simple_firewall.c | 39 #define IP_NETMASK(x, y) x & (0xFFFFFFFF >> (32 - y)); argument
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/ |
| H A D | install-sh | 498 # time-stamp-format: "%:y-%02m-%02d.%02H"
|
| H A D | config.guess | 777 -e y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/ \
|
| H A D | ltmain.sh | 1367 # time-stamp-pattern: "10/scriptversion=%:y-%02m-%02d.%02H; # UTC" 1975 # time-stamp-pattern: "10/scriptversion=%:y-%02m-%02d.%02H; # UTC"
|