Searched refs:string (Results 101 - 125 of 288) sorted by relevance

1234567891011>>

/system/core/toolbox/
H A Droute.c33 #include <string.h>
H A Ddate.c5 #include <string.h>
H A Dioctl.c6 #include <string.h>
H A Dsendevent.c3 #include <string.h>
H A Dsetconsole.c4 #include <string.h>
H A Dsyren.c3 #include <string.h>
/system/extras/tests/bionic/libc/common/
H A Dbench_stdio.c39 #include <string.h>
/system/extras/tests/ext4/
H A Drand_emmc_perf.c24 #include <string.h>
/system/netd/
H A DIdletimerController.cpp82 #include <string.h>
H A Dmain.cpp21 #include <string.h>
/system/core/sh/
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/libusbhost/
H A Dusbhost.c35 #include <string.h>
340 char string[256]; local
346 string[0] = 0;
364 // skip first word, and copy the rest to the string, changing shorts to bytes.
367 string[i - 1] = buffer[i];
368 string[i - 1] = 0;
369 return strdup(string);
/system/bluetooth/brfpatch/
H A Dbrfpatch.c20 #include <string.h>
64 // advance beyond next whitespace. Return -1 if end of string reached
/system/core/adb/
H A Dtransport_usb.c19 #include <string.h>
H A Dusb_linux_client.c20 #include <string.h>
/system/core/fastboot/
H A Dprotocol.c31 #include <string.h>
/system/core/init/
H A Dparser.c3 #include <string.h>
H A Dueventd.c19 #include <string.h>
/system/core/libcutils/
H A Darray.c20 #include <string.h>
H A Dqtaguid.c27 #include <string.h>
H A Drecord_stream.c23 #include <string.h>
H A Dsocket_local_client.c20 #include <string.h>
/system/core/libsuspend/
H A Dautosuspend_wakeup_count.c22 #include <string.h>
/system/core/libsync/
H A Dsync_test.c22 #include <string.h>
/system/core/logwrapper/
H A Dlogwrapper.c17 #include <string.h>

Completed in 156 milliseconds

1234567891011>>