Searched refs:s2 (Results 1 - 6 of 6) sorted by relevance

/system/core/sh/
H A Dmystring.h44 #define equal(s1, s2) (strcmp(s1, s2) == 0)
45 #define scopy(s1, s2) ((void)strcpy(s2, s1))
H A Darith_lex.c1825 static void yy_flex_strncpy (char* s1, yyconst char * s2, int n ) argument
1829 s1[i] = s2[i];
/system/extras/tests/bionic/libstdc++/
H A Dtest_climits.cpp57 volatile short s2 = SHRT_MIN; local
/system/core/adb/
H A Dsockets.c731 asocket *s2; local
753 s2 = create_host_service_socket(service, serial);
754 if(s2 == 0) {
771 s->peer->peer = s2;
772 s2->peer = s->peer;
778 s2->ready(s2);
/system/core/toolbox/
H A Dnewfs_msdos.c739 const char *s1, *s2; local
754 s2 = mp->f_mntfromname;
755 if (!strncmp(s2, _PATH_DEV, len))
756 s2 += len;
757 if ((r && s2 != mp->f_mntfromname && !strcmp(s1 + 1, s2)) ||
758 !strcmp(s1, s2))
/system/extras/tests/memtest/
H A Dmemtest.cpp375 static int ref_memcmp(const void *s1, const void *s2, size_t n) argument
377 const unsigned char *c1 = (const unsigned char *)s1, *c2 = (const unsigned char *)s2;

Completed in 1225 milliseconds