Searched refs:string (Results 151 - 175 of 231) sorted by relevance

12345678910

/darwin-on-arm/xnu/tools/tests/libMicro/
H A Dpipe.c41 #include <string.h>
H A Dbench.sh133 # grep the XML for the characteristic we need. The key appears twice, so grep for the useful key (with 'string')
134 # use sed to strip off the <string></string> and the tabs in front of the string. So much work for so little result.
137 grep -A1 current_processor_speed | grep string | \
138 sed -E 's/<string>(.+)<\/string>/\1/' | sed 's- --g'`
140 grep -A1 cpu_type | grep string | \
141 sed -E 's/<string>(.+)<\/string>/\
[all...]
H A Dcoreos_bench.sh141 # grep the XML for the characteristic we need. The key appears twice, so grep for the useful key (with 'string')
142 # use sed to strip off the <string></string> and the tabs in front of the string. So much work for so little result.
145 grep -A1 current_processor_speed | grep string | \
146 sed -E 's/<string>(.+)<\/string>/\1/' | sed 's- --g'`
148 grep -A1 cpu_type | grep string | \
149 sed -E 's/<string>(.+)<\/string>/\
[all...]
H A Dembd_bench.sh140 # grep the XML for the characteristic we need. The key appears twice, so grep for the useful key (with 'string')
141 # use sed to strip off the <string></string> and the tabs in front of the string. So much work for so little result.
144 grep -A1 current_processor_speed | grep string | \
145 sed -E 's/<string>(.+)<\/string>/\1/' | sed 's- --g'`
147 grep -A1 cpu_type | grep string | \
148 sed -E 's/<string>(.+)<\/string>/\
[all...]
/darwin-on-arm/xnu/bsd/kern/
H A Dkpi_mbuf.c39 #include <string.h>
825 const char *string,
828 return net_str_id_find_internal(string, out_id, NSI_MBUF_TAG, 1);
824 mbuf_tag_id_find( const char *string, mbuf_tag_id_t *out_id) argument
H A Dsubr_sbuf.c47 #include <string.h>
53 /* MALLOC_DEFINE(M_SBUF, "sbuf", "string buffers"); */
159 * If buf is non-NULL, it points to a static or already-allocated string
263 * Append a byte string to an sbuf.
290 * Copy a byte string from userland into an sbuf.
316 * Copy a byte string into an sbuf.
329 * Append a string to an sbuf.
354 * Append a string from userland to an sbuf.
389 * Copy a string into an sbuf.
402 * Format the given argument list and append the resulting string t
[all...]
/darwin-on-arm/xnu/SETUP/md/
H A Dmd.c80 #include <string.h>
/darwin-on-arm/xnu/bsd/dev/random/YarrowCoreLib/src/
H A Dprng.c76 #include <string.h> /* memcpy, etc. */
H A Dsha1mod.c37 #include <string.h>
/darwin-on-arm/xnu/bsd/dev/random/
H A Drandomdev.c47 #include <string.h>
/darwin-on-arm/xnu/bsd/net/
H A Dbpf_filter.c71 #include <string.h>
H A Dpf_ruleset.c118 #include <string.h>
/darwin-on-arm/xnu/bsd/netinet/
H A Ddhcp_options.c43 #include <string.h>
/darwin-on-arm/xnu/bsd/security/audit/
H A Daudit_bsd.c30 #include <string.h>
/darwin-on-arm/xnu/libkern/kxld/
H A Dkxld.c28 #include <string.h>
H A Dkxld_array.c28 #include <string.h>
/darwin-on-arm/xnu/osfmk/arm/
H A Dlocks_arm.c84 #include <string.h>
/darwin-on-arm/xnu/osfmk/i386/
H A Di386_init.c61 #include <string.h>
/darwin-on-arm/xnu/osfmk/ipc/
H A Dipc_entry.c81 #include <string.h>
/darwin-on-arm/xnu/osfmk/kern/
H A Dprintf.c87 * %D hexdump, ptr & separator string ("%6D", ptr, ":") -> XX:XX:XX:XX:XX:XX
91 * %s string
167 #include <string.h>
/darwin-on-arm/xnu/tools/tests/affinity/
H A Dpool.c12 #include <string.h>
H A Dsets.c12 #include <string.h>
/darwin-on-arm/xnu/tools/tests/jitter/
H A Dtimer_jitter.c41 #include <string.h>
/darwin-on-arm/xnu/tools/tests/libMicro/apple/
H A Dlb_mmtest.c75 #include <string.h>
/darwin-on-arm/xnu/tools/tests/xnu_quick_test/
H A Dmain.c42 #include <string.h>
443 /* get a local copy of the parameter string to work with - break range into two strings */
453 /* we hit the case where the range indicator is at the end of one string, for example: 33- */

Completed in 182 milliseconds

12345678910