Searched
full:strncmp (Results
301 -
325 of
747) sorted by null
<<11121314151617181920>>
/prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/libexec/gcc/arm-eabi/4.2.1/install-tools/ |
fixincl | |
/prebuilt/linux-x86/toolchain/sh-4.3.3/libexec/gcc/sh-linux-gnu/4.3.3/install-tools/ |
fixincl | |
/external/openssl/apps/ |
speed.c | [all...] |
s_socket.c | 596 if (strncmp(name,ghbn_cache[i].name,128) == 0)
|
/external/bluetooth/bluez/audio/ |
telephony-maemo.c | 455 if (number[0] == '+' || strncmp(number, "00", 2) == 0) 619 if (strncmp(number, "*31#", 4) == 0) { 622 } else if (strncmp(number, "#31#", 4) == 0) { [all...] |
/external/bluetooth/glib/glib/ |
goption.c | 1328 if (strncmp (arg, group->entries[j].long_name, len) == 0 && [all...] |
/external/opencore/android/ |
playerdriver.cpp | 704 if (strncmp(url, "rtsp:", strlen("rtsp:")) == 0) { 706 } else if (strncmp(url, "http:", strlen("http:")) == 0) { [all...] |
/bionic/libc/unistd/ |
getopt_long.c | 192 if (strncmp(current_argv, long_options[i].name,
|
/external/bluetooth/bluez/compat/ |
sdp.c | 255 if (strncmp(pdlist->val.str, pdlist2->val.str, 5)) {
|
/external/bluetooth/bluez/tools/ |
avinfo.c | 643 if (!strncmp(optarg, "hci", 3))
|
/external/bluetooth/glib/gio/ |
gdummyfile.c | 255 if (strncmp (path, prefix, prefix_len) != 0)
|
/external/bluetooth/glib/gio/win32/ |
gwinhttpfile.c | 312 if (strncmp (path, prefix, prefix_len) != 0)
|
/external/e2fsprogs/debugfs/ |
set_fields.c | 198 if (strncmp(field, prefix, prefix_len) == 0)
|
/external/e2fsprogs/lib/ext2fs/ |
tdbtool.c | 433 if (strncmp(ctp->name,cmdname,cmd_len) == 0) {
|
/external/icu4c/test/cintltst/ |
spooftest.c | 77 success = (strncmp((expected), buf_inside_macro, len) == 0);
|
/external/libffi/src/ |
closures.c | 133 if (strncmp (p + 1, "selinuxfs ", 10) != 0)
|
/external/opencore/ |
ChangeLog | 189 - Conversion of strcmp and strstr usage to strncmp for non null
|
/external/openssl/crypto/conf/ |
conf_mod.c | 338 if (!strncmp(tmod->name, name, nchar))
|
/external/openssl/crypto/err/ |
err.c | 157 if (strncmp(file,"*POSIX(", sizeof("*POSIX(")-1) == 0) {
|
/external/ppp/pppd/plugins/ |
winbind.c | 177 if (strncmp(hexchars, "0x", 2) == 0) {
|
/external/qemu/distrib/sdl-1.2.12/ |
android-configure.sh | 365 sdl_check_funcs strtod atoi atof strcmp strncmp _stricmp strcasecmp _strnicmp
|
/external/qemu/distrib/sdl-1.2.12/include/ |
SDL_stdinc.h | 525 #define SDL_strncmp strncmp
|
/external/sqlite/android/ |
sqlite3_android.cpp | 199 if (strncmp(external_storage, path, strlen(external_storage)) != 0) {
|
/external/svox/pico/lib/ |
picopal.c | 108 return (picopal_int32)strncmp((const char *)a, (const char *)b, (size_t) siz);
|
/external/v8/samples/ |
lineprocessor.cc | 157 } else if (strncmp(str, "--", 2) == 0) {
|
Completed in 629 milliseconds
<<11121314151617181920>>