Home
last modified time | relevance | path

Searched defs:s2 (Results 1 – 12 of 12) sorted by relevance

/busybox-1.35.0/archival/libarchive/
Dliblzo.h48 #define DX2(p,s1,s2) \ argument
52 #define DX3(p,s1,s2,s3) ((DX2((p)+1,s2,s3) << (s1)) ^ (p)[0]) argument
/busybox-1.35.0/libbb/
Duuencode.c57 unsigned s1, s2; in bb_uuencode() local
/busybox-1.35.0/networking/
Dtls.h98 #define memcmpct(s1, s2, len) memcmp((s1), (s2), (len)) argument
Dftpgetput.c97 static int ftpcmd(const char *s1, const char *s2) in ftpcmd()
Dwget.c508 static int ftpcmd(const char *s1, const char *s2, FILE *fp) in ftpcmd()
Dtls.c342 const uint8_t* s2 = src2; in xorbuf3() local
/busybox-1.35.0/scripts/kconfig/
Dexpr.c43 struct expr *expr_alloc_comp(enum expr_type type, struct symbol *s1, struct symbol *s2) in expr_alloc_comp()
/busybox-1.35.0/archival/libarchive/bz/
Dblocksort.c383 uint16_t s1, s2; in mainGtU() local
/busybox-1.35.0/util-linux/
Dmdev.c445 const char *s2 = strchr(s, val[0]); in parse_next_rule() local
/busybox-1.35.0/archival/
Dlzop.c520 uint32_t s2 = (adler >> 16) & 0xffff; in lzo_adler32() local
Ddpkg.c1358 char s1, s2; /* status abbreviations */ in list_packages() local
/busybox-1.35.0/editors/
Dvi.c2416 static int mycmp(const char *s1, const char *s2, int len) in mycmp()