Searched refs:string (Results 76 - 100 of 282) sorted by relevance

1234567891011>>

/system/media/opensles/tests/sandbox/
H A Dobject.c20 #include <string.h>
49 const char *string = slesutObjectIDToString(objectID); local
50 if (NULL != string)
51 printf(" (%s)", string);
/system/vold/
H A DXwarp.cpp21 #include <string.h>
/system/wlan/ti/sta_dk_4_0_4_32/CUDK/IPC/Linux/
H A Dcu_ipc.c22 #include <string.h>
H A Dproc_main.c27 #include <string.h>
/system/core/adb/
H A Dusb_linux_client.c20 #include <string.h>
H A Dframebuffer_service.c20 #include <string.h>
/system/core/init/
H A Dueventd.c19 #include <string.h>
/system/core/libacc/tests/
H A DruntimeTest.cpp12 #include <string.h>
/system/core/libcutils/
H A Dashmem-host.c23 #include <string.h>
/system/core/libnetutils/
H A Ddhcpmsg.c19 #include <string.h>
/system/core/libpixelflinger/tinyutils/
H A DSharedBuffer.cpp10 #include <string.h>
/system/core/libsysutils/src/
H A DNetlinkEvent.cpp17 #include <string.h>
/system/core/nexus/
H A DSupplicantStatus.cpp18 #include <string.h>
H A DTiwlanWifiController.cpp20 #include <string.h>
H A DVpnController.cpp18 #include <string.h>
/system/core/run-as/
H A Drun-as.c23 #include <string.h>
/system/core/sh/
H A Dinput.c49 #include <string.h>
75 struct strpush *prev; /* preceding string on stack */
91 int fd; /* file descriptor (or -1 if string) */
278 * 1) If a string was pushed back on the input, pop it;
280 * from a string so we can't refill the buffer, return EOF.
382 * Push a string back onto the input at this current parsefile level.
477 * Like setinputfile, but takes input from a string.
481 setinputstring(char *string, int push) argument
486 parsenextc = string;
487 parselleft = parsenleft = strlen(string);
[all...]
H A Dexpand.c76 * Structure specifying which parts of the string should be searched
88 char *expdest; /* output of current string */
344 * evaluate, place result in (backed up) result, adjust string position.
601 * input string.
716 * Terminate the string and start recording the pattern
819 * Add the value of a specialized variable to the stack string.
909 * string for IFS characters.
939 * Break the argument string into pieces based upon IFS and add the
940 * strings to the argument list. The regions of the string to be
944 ifsbreakup(char *string, struc argument
1331 patmatch(char *pattern, char *string, int squoted) argument
1343 pmatch(char *pattern, char *string, int squoted) argument
[all...]
/system/core/toolbox/
H A Dcmp.c3 #include <string.h>
H A Dhd.c3 #include <string.h>
H A Dinsmod.c2 #include <string.h>
H A Dioctl.c4 #include <string.h>
/system/netd/
H A Dmain.cpp21 #include <string.h>
/system/wlan/ti/sta_dk_4_0_4_32/common/src/utils/
H A Dutils.h195 UINT8 *string, UINT32 *len,
198 void networkStringToBitMapSuppRates(UINT32 *bitMap, UINT8 *string, UINT32 len);
199 void networkStringToBitMapBasicRates(UINT32 *bitMap, UINT8 *string, UINT32 len);
219 void TiWlanIntToStr(UINT8 number , char *string, UINT8 radix);
239 /* returns TI_STATUS as string */
/system/bluetooth/brfpatch/
H A Dbrfpatch.c20 #include <string.h>
64 // advance beyond next whitespace. Return -1 if end of string reached

Completed in 223 milliseconds

1234567891011>>