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

1234567891011>>

/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 Drmdir.c3 #include <string.h>
H A Dln.c3 #include <string.h>
H A Drmmod.c2 #include <string.h>
H A Druncon.c3 #include <string.h>
/system/netd/
H A DBandwidthController.h20 #include <string>
30 TetherStats(std::string ifnIn, std::string ifnOut,
36 std::string ifaceIn;
37 std::string ifaceOut;
41 * Allocates a new string representing this:
81 int getTetherStats(TetherStats &stats, std::string &extraProcessingInfo);
92 QuotaInfo(std::string ifn, int64_t q, int64_t a)
94 std::string ifaceName;
115 std::string makeIptablesNaughtyCm
[all...]
H A DFirewallController.h20 #include <string>
H A DNetdConstants.h20 #include <string>
/system/extras/fatblock/
H A Dutils.c19 #include <string.h>
/system/extras/tests/bionic/libc/common/
H A Dtest_gethostname.c30 #include <string.h>
H A Dtest_strptime.c21 #include <string.h>
/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>
H A DNetlinkHandler.cpp20 #include <string.h>
/system/core/libcutils/
H A Dmemory.c57 #include <string.h>
62 * 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 Dklog.c23 #include <string.h>
/system/core/libzipfile/
H A Dprivate.h7 #include <string.h>
/system/core/init/
H A Dueventd_parser.c20 #include <string.h>
H A Dwatchdogd.c20 #include <string.h>

Completed in 1633 milliseconds

1234567891011>>