Searched refs:string (Results 1 - 25 of 282) sorted by relevance

1234567891011>>

/system/media/opensles/tools/hashgen/
H A Dfrag2.c5 #include <string.h>
H A Dpart1.c22 #include <string.h>
/system/core/sh/
H A Dmystring.h37 #include <string.h>
H A Dmystring.c48 * scopy(from, to) Copy a string.
50 * number(s) Convert a string of digits to an integer.
51 * is_number(s) Return true if s is a string of digits.
61 char nullstr[1]; /* zero length string */
73 * scopyn - copy a string from "from" to "to", truncating the string
91 * prefix -- see if pfx is a prefix of string.
95 prefix(const char *pfx, const char *string) argument
98 if (*pfx++ != *string++)
106 * Convert a string o
[all...]
/system/core/toolbox/
H A Dstart.c2 #include <string.h>
H A Dstop.c2 #include <string.h>
H A Dmkdir.c3 #include <string.h>
H A Drmdir.c3 #include <string.h>
H A Dln.c3 #include <string.h>
H A Dchmod.c3 #include <string.h>
H A Drmmod.c2 #include <string.h>
/system/extras/tests/bionic/libc/common/
H A Dtest_gethostname.c3 #include <string.h>
/system/wlan/ti/sta_dk_4_0_4_32/CUDK/CLI/
H A Dticon.h24 #include <string.h>
/system/wlan/ti/wilink_6_1/utils/
H A Drate.c527 DESCRIPTION: Converts bit map to the rates string
532 OUTPUT: string - network format rates array,
542 TI_UINT8 *string,
552 string[i++] = NET_RATE_1M_BASIC;
556 string[i++] = NET_RATE_1M;
564 string[i++] = NET_RATE_2M_BASIC;
568 string[i++] = NET_RATE_2M;
576 string[i++] = NET_RATE_5_5M_BASIC;
580 string[i++] = NET_RATE_5_5M;
588 string[
540 rate_DrvBitmapToNetStr(TI_UINT32 uSuppRatesBitMap, TI_UINT32 uBasicRatesBitMap, TI_UINT8 *string, TI_UINT32 *len, TI_UINT32 *pFirstOfdmRate) argument
827 rate_NetStrToDrvBitmap(TI_UINT32 *pBitMap, TI_UINT8 *string, TI_UINT32 len) argument
963 rate_NetBasicStrToDrvBitmap(TI_UINT32 *pBitMap, TI_UINT8 *string, TI_UINT32 len) argument
1080 rate_McsNetStrToDrvBitmap(TI_UINT32 *pBitMap, TI_UINT8 *string) argument
[all...]
/system/core/fastboot/
H A Dutil_linux.c31 #include <string.h>
/system/vold/
H A DResponseCode.cpp19 #include <string.h>
H A Dhash.h42 #include <string.h>
/system/core/libcutils/
H A Dmemory.c53 #include <string.h>
58 * Copy src to string dst of size siz. At most siz-1 characters
H A Dcpu_info.c21 #include <string.h>
H A Diosched_policy.c22 #include <string.h>
H A Dnative_handle.c21 #include <string.h>
H A Dprocess_name.c17 #include <string.h>
H A Dsocket_inaddr_any_server.c21 #include <string.h>
/system/core/libzipfile/
H A Dprivate.h7 #include <string.h>
/system/core/init/
H A Dueventd_parser.c20 #include <string.h>

Completed in 3490 milliseconds

1234567891011>>