Searched refs:s2 (Results 1 – 7 of 7) sorted by relevance
| /mOS-networking-stack/core/src/bpf/ |
| H A D | sf_gencode.c | 2502 sappend(s, s2); in gen_load_802_11_header_len() 2504 s2->s.k = 24; in gen_load_802_11_header_len() 2505 sappend(s, s2); in gen_load_802_11_header_len() 2508 sappend(s, s2); in gen_load_802_11_header_len() 2511 s2->s.k = 0; in gen_load_802_11_header_len() 2512 sappend(s, s2); in gen_load_802_11_header_len() 2550 sappend(s, s2); in gen_load_802_11_header_len() 2552 s2->s.k = 2; in gen_load_802_11_header_len() 2553 sappend(s, s2); in gen_load_802_11_header_len() 2556 sappend(s, s2); in gen_load_802_11_header_len() [all …]
|
| H A D | sfbpf-int.c | 117 int sfbpf_strcasecmp(const char *s1, const char *s2) in sfbpf_strcasecmp() argument 119 register const u_char *cm = charmap, *us1 = (const u_char *) s1, *us2 = (const u_char *) s2; in sfbpf_strcasecmp()
|
| H A D | sf_scanner.c | 4647 static void yy_flex_strncpy (char* s1, yyconst char * s2, int n ) in yy_flex_strncpy() argument 4651 s1[i] = s2[i]; in yy_flex_strncpy()
|
| /mOS-networking-stack/core/src/include/bpf/ |
| H A D | sfbpf-int.h | 49 int sfbpf_strcasecmp(const char *s1, const char *s2);
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/src/ |
| H A D | lemon.c | 667 struct symbol *s1, *s2; local 672 s2 = rp->rhs[i]; 673 if( s2->type==TERMINAL ){ 674 progress += SetAdd(s1->firstset,s2->index); 676 }else if( s1==s2 ){ 679 progress += SetUnion(s1->firstset,s2->firstset); 680 if( s2->lambda==Bo_FALSE ) break; 3723 int SetUnion(s1,s2) in SetUnion() argument 3725 char *s2; 3730 if( s2[i]==0 ) continue;
|
| /mOS-networking-stack/scripts/ |
| H A D | configure | 2952 struct s2 {int (*f) (double a);};
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/ |
| H A D | configure | 4263 struct s2 {int (*f) (double a);};
|