Searched refs:string (Results 26 - 50 of 282) sorted by relevance

1234567891011>>

/system/core/libcutils/
H A Dsocket_loopback_client.c21 #include <string.h>
H A Dsocket_loopback_server.c21 #include <string.h>
H A Dsocket_network_client.c21 #include <string.h>
H A Dprivate.h91 #include "string.h"
247 char * icpyalloc P((const char * string));
252 const char * scheck P((const char * string, const char * format));
321 ** `_(MSGID)' uses the current locale's message library string for MSGID.
/system/core/toolbox/
H A Ddmesg.c6 #include <string.h>
H A Dsmd.c3 #include <string.h>
H A Dtoolbox.c3 #include <string.h>
H A Dumount.c6 #include <string.h>
/system/extras/tests/bionic/libc/common/
H A Dtest_clone.c13 #include <string.h>
H A Dtest_getaddrinfo.c10 #include <string.h> /* for memset */
/system/extras/tests/bionic/libc/glibc/assert/
H A Dtest-assert.c11 #include <string.h>
/system/media/opensles/tests/sandbox/
H A Dgetch.c7 #include <string.h>
/system/wlan/ti/sta_dk_4_0_4_32/CUDK/CLI/
H A Dipc.c35 #include <string.h>
/system/wlan/ti/sta_dk_4_0_4_32/pform/linux/src/
H A Denv_tst.c38 #include <linux/string.h>
/system/wlan/ti/wilink_6_1/utils/
H A Drate.h155 TI_STATUS rate_DrvBitmapToNetStr (TI_UINT32 uSuppRatesBitMap, TI_UINT32 uBasicRatesBitMap, TI_UINT8 *string, TI_UINT32 *len, TI_UINT32 *pFirstOfdmRate);
156 TI_STATUS rate_NetStrToDrvBitmap (TI_UINT32 *pBitMap, TI_UINT8 *string, TI_UINT32 len);
157 TI_STATUS rate_NetBasicStrToDrvBitmap (TI_UINT32 *pBitMap, TI_UINT8 *string, TI_UINT32 len);
158 TI_STATUS rate_McsNetStrToDrvBitmap (TI_UINT32 *pBitMap, TI_UINT8 *string);
/system/wlan/ti/sta_dk_4_0_4_32/common/src/utils/
H A Dutils.c574 DESCRIPTION: Converts bit map to the rates string
579 OUTPUT: string - network format rates array,
588 UINT8 *string, UINT32 *len,
597 string[i++] = NET_RATE_1M_BASIC;
599 string[i++] = NET_RATE_1M;
604 string[i++] = NET_RATE_2M_BASIC;
606 string[i++] = NET_RATE_2M;
611 string[i++] = NET_RATE_5_5M_BASIC;
613 string[i++] = NET_RATE_5_5M;
618 string[
587 bitMapToNetworkStringRates(UINT32 suppRatesBitMap, UINT32 basicRatesBitMap, UINT8 *string, UINT32 *len, UINT32 *firstOFDMrateLoc) argument
705 networkStringToBitMapSuppRates(UINT32 *bitMap, UINT8 *string, UINT32 len) argument
786 networkStringToBitMapBasicRates(UINT32 *bitMap, UINT8 *string, UINT32 len) argument
[all...]
/system/bluetooth/bluez-clean-headers/bluetooth/
H A Dbluetooth.h19 #include <string.h>
/system/core/adb/
H A Dlog_service.c21 #include <string.h>
75 /* returns the full path to the log file in a newly allocated string */
H A Dremount_service.c20 #include <string.h>
H A Dutils.c19 #include <string.h>
/system/core/debuggerd/
H A Dcrasher.c7 #include <string.h>
H A Dutility.c21 #include <string.h>
/system/core/fastboot/
H A Dbootimg.c31 #include <string.h>
H A Dutil_windows.c31 #include <string.h>
/system/core/include/acc/
H A Dacc.h60 const ACCchar** string,

Completed in 315 milliseconds

1234567891011>>