Searched refs:string (Results 226 - 250 of 3814) sorted by relevance

1234567891011>>

/linux-master/tools/testing/selftests/tc-testing/plugin-lib/
H A DscapyPlugin.py5 from string import Template
/linux-master/arch/s390/kernel/
H A Dipl_vmparm.c3 #include <linux/string.h>
/linux-master/arch/x86/tools/
H A Drelocs.h10 #include <string.h>
/linux-master/arch/microblaze/kernel/
H A Dmicroblaze_ksyms.c8 #include <linux/string.h>
/linux-master/tools/testing/selftests/arm64/fp/
H A Dsve-probe-vls.c10 #include <string.h>
/linux-master/tools/testing/selftests/powerpc/tm/
H A Dtm-sigreturn.c18 #include <string.h>
/linux-master/tools/bootconfig/include/linux/
H A Dbootconfig.h11 #include <string.h>
24 /* Copied from lib/string.c */
/linux-master/tools/testing/selftests/proc/
H A Dproc-tid0.c22 #include <string.h>
/linux-master/tools/perf/tests/
H A Ddemangle-ocaml-test.c2 #include <string.h>
H A Dgenelf.c5 #include <string.h>
/linux-master/include/crypto/
H A Ddrbg.h58 * Concatenation Helper and string operation helper
73 static inline void drbg_string_fill(struct drbg_string *string, argument
76 string->buf = buf;
77 string->len = len;
78 INIT_LIST_HEAD(&string->list);
202 * @addtl_input additional information string input buffer
203 * @addtllen length of additional information string buffer
226 * @addtl_input additional information string input buffer
227 * @addtllen length of additional information string buffer
251 * @pers personalization string inpu
[all...]
/linux-master/tools/testing/selftests/gpio/
H A Dgpio-chip-info.c12 #include <string.h>
H A Dgpio-line-name.c12 #include <string.h>
/linux-master/fs/unicode/
H A Dutf8n.h12 #include <linux/string.h>
19 * Determine the length of the normalized from of the string,
48 * Initialize a utf8cursor to normalize a string.
59 * Returns -1 if the string being normalized is not valid UTF-8.
/linux-master/tools/power/cpupower/lib/
H A Dacpi_cppc.c6 #include <string.h>
/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_skb_cgroup_id_kern.c7 #include <string.h>
/linux-master/net/sunrpc/auth_gss/
H A Dauth_gss_internal.h12 #include <linux/string.h>
/linux-master/arch/microblaze/lib/
H A Dmemset.c31 #include <linux/string.h>
/linux-master/tools/testing/selftests/timers/
H A Dskew_consistency.c35 #include <string.h>
/linux-master/tools/verification/dot2/
H A Ddot2k.py64 string = ""
67 string = string + line + "\n"
70 return string[:-1]
/linux-master/arch/powerpc/kexec/
H A Dcore_32.c12 #include <linux/string.h>
/linux-master/arch/um/kernel/
H A Dkmsg_dump.c5 #include <linux/string.h>
/linux-master/tools/testing/selftests/bpf/
H A Dbpf_util.h7 #include <string.h>
23 /* Copy up to sz - 1 bytes from zero-terminated src string and ensure that dst
24 * is zero-terminated string no matter what (unless sz == 0, in which case
/linux-master/tools/tracing/rtla/src/
H A Dtimerlat.c9 #include <string.h>
/linux-master/tools/perf/arch/powerpc/util/
H A Devent.c3 #include <linux/string.h>

Completed in 419 milliseconds

1234567891011>>