Searched defs:strlen (Results 1 - 25 of 42) sorted by last modified time

12

/external/wpa_supplicant_8/hostapd/src/utils/
H A Dos.h516 #define os_strlen(s) strlen(s)
637 #define strlen OS_DO_NOT_USE_strlen macro
/external/wpa_supplicant_8/src/utils/
H A Dos.h516 #define os_strlen(s) strlen(s)
637 #define strlen OS_DO_NOT_USE_strlen macro
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dos.h516 #define os_strlen(s) strlen(s)
637 #define strlen OS_DO_NOT_USE_strlen macro
/external/webrtc/webrtc/base/
H A Dstringutils.h60 // strlen, strcmp, stricmp, strncmp, strnicmp
75 inline size_t strlen(const wchar_t* s) { function
/external/valgrind/drd/tests/
H A Dunit_vc.c45 SizeT VG_(strlen)(const HChar* str) { return strlen(str); } function
/external/valgrind/coregrind/m_demangle/
H A Dvg_libciface.h60 #define strlen(_str) VG_(strlen)(_str) macro
/external/valgrind/coregrind/m_gdbserver/
H A Dserver.h145 #define strlen(s) VG_(strlen) ((s)) macro
/external/valgrind/coregrind/
H A Dm_libcbase.c262 SizeT VG_(strlen) ( const HChar* str ) function
389 n = VG_(strlen)(needle);
404 n = VG_(strlen)(needle);
425 Int n = VG_(strlen)(s);
461 *saveptr = token + VG_(strlen) (token);
519 const SizeT tokens_len = VG_(strlen)(tokens);
527 const SizeT input_len = VG_(strlen)(input);
/external/tcpdump/
H A Dprint-bgp.c599 pos += strlen(pos);
640 offset = strlen(buf);
654 offset = strlen(buf);
705 pos += strlen(pos);
876 offset = strlen(buf);
884 offset = strlen(buf);
893 offset = strlen(buf);
902 offset = strlen(buf);
909 offset = strlen(buf);
920 offset = strlen(bu
968 int plen,tlen,strlen,tlv_type,tlv_len,ttlv_len; local
[all...]
/external/syslinux/com32/lib/
H A Dstrlen.c2 * strlen()
7 size_t strlen(const char *s) function
/external/syslinux/dos/
H A Dstring.h13 #define strlen(a) __builtin_strlen(a) macro
/external/syslinux/gpxe/src/arch/x86/include/bits/
H A Dstring.h239 static inline size_t strlen(const char * s) function
/external/syslinux/gpxe/src/core/
H A Dstring.c161 const char *p = s + strlen(s);
172 * strlen - Find the length of a string
175 size_t strlen(const char * s) function
301 l2 = strlen(s2);
304 l1 = strlen(s1);
340 size_t len = strlen(s);
/external/syslinux/memdisk/
H A Dmemdisk.h89 static inline size_t strlen(const char *__a) function
/external/svox/pico/lib/
H A Dpicoos.c1928 /* check whether 'str' of length strlen matches contents in circular buffer buf, located in the first strlen bytes and ending
1930 static picoos_uint8 os_matched( picoos_char * str, picoos_uint32 strlen, picoos_char * buf, picoos_int32 bufpos) { argument
1931 picoos_int32 i = strlen-1;
1936 bufpos = strlen-1;
1963 picoos_uint8 strlen, bufpos; local
1967 picoos_getSVOXHeaderString(str,&strlen,32);
1971 /* read in initial chunk of length strlen */
1972 n = strlen;
1973 done = picoos_ReadBytes(f,(picoos_uint8 *)buf,&n) && (n == strlen);
[all...]
/external/robolectric/v3/runtime/
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
/external/robolectric/v1/lib/main/
H A Dhttpcore-4.0.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/protocol/ ...
/external/piex/src/binary_parse/
H A Drange_checked_byte_ptr.cc287 size_t strlen(const RangeCheckedBytePtr &src) { function in namespace:piex::binary_parse
/external/pcre/dist2/src/
H A Dpcre2_internal.h184 #define strlen(s) _strlen(s) macro
H A Dpcre2_string_utils.c173 PRIV(strlen)(PCRE2_SPTR str) function

Completed in 1598 milliseconds

12