Searched refs:s1 (Results 1 – 8 of 8) sorted by relevance
| /mOS-networking-stack/core/src/bpf/ |
| H A D | sf_gencode.c | 2190 s1->s.k = 0; in gen_load_prism_llprefixlen() 2257 return (s1); in gen_load_prism_llprefixlen() 2282 s1->s.k = 4; in gen_load_avs_llprefixlen() 2298 return (s1); in gen_load_avs_llprefixlen() 2329 s1->s.k = 3; in gen_load_radiotap_llprefixlen() 2360 return (s1); in gen_load_radiotap_llprefixlen() 2398 s1->s.k = 3; in gen_load_ppi_llprefixlen() 2429 return (s1); in gen_load_ppi_llprefixlen() 6495 void sappend(s0, s1) in sappend() argument 6504 s0->next = s1; [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 | configfile.c | 1022 char *s, *s1; in getCWD() local 1035 s1 = realloc(s, len); in getCWD() 1036 if (!s1) { in getCWD() 1040 s = s1; in getCWD()
|
| H A D | lemon.c | 667 struct symbol *s1, *s2; local 670 s1 = rp->lhs; 674 progress += SetAdd(s1->firstset,s2->index); 676 }else if( s1==s2 ){ 677 if( s1->lambda==Bo_FALSE ) break; 679 progress += SetUnion(s1->firstset,s2->firstset); 3723 int SetUnion(s1,s2) in SetUnion() argument 3724 char *s1; in SetUnion() 3731 if( s1[i]==0 ){ 3733 s1[i] = 1;
|
| /mOS-networking-stack/scripts/ |
| H A D | configure | 2951 struct s1 {int (*f) (int a);};
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/ |
| H A D | configure | 4262 struct s1 {int (*f) (int a);};
|