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

  /external/bluetooth/bluedroid/gki/ulinux/
data_types.h 68 #define BCM_STRNCPY_S(x1,x2,x3,x4) strncpy((x1),(x3),(x4))
  /external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/
data_types.h 66 #define BCM_STRNCPY_S(x1,x2,x3,x4) strncpy((x1),(x3),(x4))
  /external/libnfc-nci/src/gki/ulinux/
data_types.h 66 #define BCM_STRNCPY_S(x1,x2,x3,x4) strncpy((x1),(x3),(x4))

Completed in 63 milliseconds