Home
last modified time | relevance | path

Searched refs:strcmp (Results 1 – 21 of 21) sorted by relevance

/bionic/libc/netbsd/net/
Dgetservbyname_r.c60 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()
Dgetservbyname.c49 if ( !strcmp( s->s_name, name ) && !strcmp( s->s_proto, proto ) ) in getservbyname()
Dgetservbyport.c48 if ( s->s_port == port && !strcmp( s->s_proto, proto ) ) in getservbyport()
Dgetservbyport_r.c56 if (proto == NULL || strcmp(s->s_proto, proto) == 0) in getservbyport_r()
/bionic/libc/arch-x86/string/
Dstrcmp_wrapper.S33 # define ssse3_strcmp_latest strcmp
Dstrcmp.S15 ENTRY(strcmp)
/bionic/libc/string/
Dstrcoll.c39 return strcmp(s1, s2); in strcoll()
Dstrcmp.c45 strcmp(const char *s1, const char *s2) in strcmp() function
/bionic/libc/include/
Dstring.h53 extern int strcmp(const char *, const char *);
/bionic/libthread_db/
Dlibthread_db.c204 if (strcmp(entry->d_name, ".") == 0 || strcmp(entry->d_name, "..") == 0) { in td_ta_thr_iter()
/bionic/libc/regex/
Dregerror.c123 if (strcmp(r->name, preg->re_endp) == 0) in regatoi()
/bionic/libc/bionic/
Dlogd_write.c141 if (!strcmp(tag, "HTC_RIL")) in __android_log_write()
Dstubs.c141 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/
Dcstring51 using ::strcmp;
/bionic/libc/unistd/
Dopendir.c213 return strcmp((*d1)->d_name, (*d2)->d_name); in alphasort()
/bionic/libc/netbsd/isc/
Dev_timers.c280 if (strcmp(param, "rate") == 0) in evConfigTimer()
282 else if (strcmp(param, "interval") == 0) in evConfigTimer()
/bionic/libc/stdlib/
Dwchar.c327 if ( !strcmp( properties[nn], property ) ) in wctype()
/bionic/libc/
DAndroid.mk360 string/strcmp.c \
440 string/strcmp.c \
/bionic/linker/
Dlinker_format.c666 if (strcmp(result, buffer)) { in utest_expect()
Dlinker.c415 if(strcmp(strtab + s->st_name, name)) continue; in _elf_lookup()
1217 if(!strcmp(bname, si->name)) { in find_library()
/bionic/libc/tzcode/
Dlocaltime.c379 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()