Searched refs:strcmp (Results 1 – 21 of 21) sorted by relevance
/bionic/libc/netbsd/net/ |
D | getservbyname_r.c | 60 if (strcmp(name, s->s_name) == 0) in getservbyname_r() 63 if (strcmp(name, *cp) == 0) in getservbyname_r() 67 if (proto == NULL || strcmp(s->s_proto, proto) == 0) in getservbyname_r()
|
D | getservbyname.c | 49 if ( !strcmp( s->s_name, name ) && !strcmp( s->s_proto, proto ) ) in getservbyname()
|
D | getservbyport.c | 48 if ( s->s_port == port && !strcmp( s->s_proto, proto ) ) in getservbyport()
|
D | getservbyport_r.c | 56 if (proto == NULL || strcmp(s->s_proto, proto) == 0) in getservbyport_r()
|
/bionic/libc/arch-x86/string/ |
D | strcmp_wrapper.S | 33 # define ssse3_strcmp_latest strcmp
|
D | strcmp.S | 15 ENTRY(strcmp)
|
/bionic/libc/string/ |
D | strcoll.c | 39 return strcmp(s1, s2); in strcoll()
|
D | strcmp.c | 45 strcmp(const char *s1, const char *s2) in strcmp() function
|
/bionic/libc/include/ |
D | string.h | 53 extern int strcmp(const char *, const char *);
|
/bionic/libthread_db/ |
D | libthread_db.c | 204 if (strcmp(entry->d_name, ".") == 0 || strcmp(entry->d_name, "..") == 0) { in td_ta_thr_iter()
|
/bionic/libc/regex/ |
D | regerror.c | 123 if (strcmp(r->name, preg->re_endp) == 0) in regatoi()
|
/bionic/libc/bionic/ |
D | logd_write.c | 141 if (!strcmp(tag, "HTC_RIL")) in __android_log_write()
|
D | stubs.c | 141 if (!strcmp(iinfo[n].name, name)) { in android_name_to_passwd() 167 if (!strcmp(iinfo[n].name, name)) { in android_name_to_group()
|
/bionic/libstdc++/include/ |
D | cstring | 51 using ::strcmp;
|
/bionic/libc/unistd/ |
D | opendir.c | 213 return strcmp((*d1)->d_name, (*d2)->d_name); in alphasort()
|
/bionic/libc/netbsd/isc/ |
D | ev_timers.c | 280 if (strcmp(param, "rate") == 0) in evConfigTimer() 282 else if (strcmp(param, "interval") == 0) in evConfigTimer()
|
/bionic/libc/stdlib/ |
D | wchar.c | 327 if ( !strcmp( properties[nn], property ) ) in wctype()
|
/bionic/libc/ |
D | Android.mk | 360 string/strcmp.c \ 440 string/strcmp.c \
|
/bionic/linker/ |
D | linker_format.c | 666 if (strcmp(result, buffer)) { in utest_expect()
|
D | linker.c | 415 if(strcmp(strtab + s->st_name, name)) continue; in _elf_lookup() 1217 if(!strcmp(bname, si->name)) { in find_library()
|
/bionic/libc/tzcode/ |
D | localtime.c | 379 strcmp(cp, GRANDPARENTED) != 0) in settzname() 480 if (strcmp(name, origname) == 0) { 1275 if (lcl_is_set > 0 && strcmp(lcl_TZname, name) == 0) in tzset_locked()
|