Searched refs:string (Results 476 - 500 of 3843) sorted by relevance

<<11121314151617181920>>

/linux-master/arch/mips/boot/compressed/
H A Ddecompress.c15 #include <linux/string.h>
/linux-master/arch/s390/tools/
H A Dgen_facilities.c12 #include <string.h>
/linux-master/samples/cgroup/
H A Dcgroup_event_listener.c15 #include <string.h>
53 errx(1, "Arguments string is too long");
/linux-master/tools/testing/selftests/lsm/
H A Dcommon.c11 #include <string.h>
/linux-master/tools/testing/selftests/prctl/
H A Dset-process-name.c8 #include <string.h>
/linux-master/arch/x86/kernel/
H A Dcfi.c7 #include <linux/string.h>
/linux-master/tools/lib/bpf/
H A Dlibbpf_common.h12 #include <string.h>
/linux-master/arch/csky/abiv1/inc/abi/
H A Dcacheflush.h7 #include <asm/string.h>
/linux-master/arch/mips/include/asm/
H A Dpci.h119 #include <linux/string.h>
/linux-master/arch/s390/include/asm/
H A Dfacility.h14 #include <linux/string.h>
/linux-master/tools/perf/util/
H A Ddwarf-regs.c9 #include <string.h>
39 /* Return architecture dependent register string (for kprobe-tracer) */
/linux-master/arch/riscv/kernel/pi/
H A Dcmdline_early.c5 #include <linux/string.h>
/linux-master/tools/perf/tests/shell/coresight/thread_loop/
H A Dthread_loop.c10 #include <string.h>
/linux-master/net/core/
H A Drequest_sock.c13 #include <linux/string.h>
/linux-master/fs/smb/client/
H A Dsmbencrypt.c18 #include <linux/string.h>
77 *wpwd = 0; /* Ensure string is null terminated */
/linux-master/net/sched/
H A Dem_nbyte.c12 #include <linux/string.h>
/linux-master/tools/testing/selftests/kvm/x86_64/
H A Duserspace_io_test.c5 #include <string.h>
77 * Modify the rep string count in RCX: 2 => 1 and 3 => 8192.
78 * Note, this abuses KVM's batching of rep string I/O to avoid
/linux-master/drivers/platform/x86/
H A Dserdev_helpers.h22 #include <linux/string.h>
/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_sysctl_loop1.c5 #include <string.h>
H A Dtest_sysctl_loop2.c5 #include <string.h>
H A Dtest_sysctl_prog.c5 #include <string.h>
14 /* Max supported length of a string with unsigned long in base 10 (pow2 - 1). */
17 /* Max supported length of sysctl value string (pow2). */
/linux-master/tools/objtool/arch/x86/
H A Dspecial.c2 #include <string.h>
/linux-master/drivers/md/dm-vdo/
H A Dmemory-alloc.c366 int vdo_duplicate_string(const char *string, const char *what, char **new_string) argument
371 result = vdo_allocate(strlen(string) + 1, u8, what, &dup);
375 memcpy(dup, string, strlen(string) + 1);
/linux-master/drivers/platform/x86/intel/wmi/
H A Dthunderbolt.c15 #include <linux/string.h>
/linux-master/drivers/regulator/
H A Dfixed-helper.c3 #include <linux/string.h>

Completed in 408 milliseconds

<<11121314151617181920>>