HomeSort by relevance Sort by last modified time
    Searched defs:os_strncmp (Results 1 - 8 of 8) sorted by null

  /external/wpa_supplicant/
os_none.c 176 return os_strncmp(s1, s2, n);
198 int os_strncmp(const char *s1, const char *s2, size_t n) function
os.h 330 * os_strncmp - Compare two strings
338 int os_strncmp(const char *s1, const char *s2, size_t n);
435 #ifndef os_strncmp
436 #define os_strncmp(s1, s2, n) strncmp((s1), (s2), (n)) macro
os_internal.c 335 return os_strncmp(s1, s2, n);
378 int os_strncmp(const char *s1, const char *s2, size_t n) function
417 if (os_strncmp(haystack, needle, len) == 0)
  /external/wpa_supplicant_6/wpa_supplicant/src/utils/
os_none.c 176 return os_strncmp(s1, s2, n);
198 int os_strncmp(const char *s1, const char *s2, size_t n) function
os.h 330 * os_strncmp - Compare two strings
338 int os_strncmp(const char *s1, const char *s2, size_t n);
435 #ifndef os_strncmp
436 #define os_strncmp(s1, s2, n) strncmp((s1), (s2), (n)) macro
os_internal.c 335 return os_strncmp(s1, s2, n);
378 int os_strncmp(const char *s1, const char *s2, size_t n) function
442 if (os_strncmp(haystack, needle, len) == 0)
  /hardware/ti/wlan/wl1271/CUDK/os/linux/src/
osapi.c 307 * os_strncmp *
313 S32 os_strncmp(const PS8 s1, const PS8 s2, U32 n) function
  /system/wlan/ti/wilink_6_1/CUDK/os/linux/src/
osapi.c 307 * os_strncmp *
313 S32 os_strncmp(const PS8 s1, const PS8 s2, U32 n) function

Completed in 281 milliseconds