Searched refs:string (Results 451 - 475 of 3843) sorted by relevance

<<11121314151617181920>>

/linux-master/tools/perf/util/
H A Dcloexec.c12 #include <linux/string.h>
H A Dpmu.y15 #include <string.h>
H A Dbpf-filter.y11 #include <string.h>
/linux-master/tools/testing/selftests/pidfd/
H A Dpidfd.h13 #include <string.h>
/linux-master/tools/lib/api/fs/
H A Dcgroup.c8 #include <string.h>
/linux-master/tools/perf/arch/powerpc/tests/
H A Ddwarf-unwind.c2 #include <string.h>
/linux-master/tools/perf/arch/arm64/tests/
H A Ddwarf-unwind.c2 #include <string.h>
/linux-master/tools/perf/arch/arm/tests/
H A Ddwarf-unwind.c2 #include <string.h>
/linux-master/tools/usb/usbip/src/
H A Dusbip_detach.c12 #include <string.h>
/linux-master/arch/arm/common/
H A Dsharpsl_param.c12 #include <linux/string.h>
/linux-master/fs/vboxsf/
H A Dshfl_hostintf.h61 /** Shared folder string buffer structure. */
63 /** Allocated size of the string member in bytes. */
66 /** Length of string without trailing nul in bytes. */
69 /** UTF-8 or UTF-16 string. Nul terminated. */
74 } string; member in struct:shfl_string
78 /* The size of shfl_string w/o the string part. */
81 /* Calculate size of the string. */
82 static inline u32 shfl_string_buf_size(const struct shfl_string *string) argument
84 return string ? SHFLSTRING_HEADER_SIZE + string
[all...]
/linux-master/arch/s390/hypfs/
H A Dhypfs.h29 char *string);
/linux-master/include/linux/decompress/
H A Dmm.h81 #include <linux/string.h>
/linux-master/tools/testing/selftests/arm64/signal/
H A Dtest_signals_utils.h9 #include <string.h>
/linux-master/samples/bpf/
H A Dspintest_user.c4 #include <string.h>
/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_cls_redirect.h7 #include <string.h>
/linux-master/arch/powerpc/kernel/
H A Dof_platform.c10 #include <linux/string.h>
/linux-master/lib/
H A Dargv_split.c3 * Helper function for splitting a string into an argv-like array.
8 #include <linux/string.h>
44 * argv_split - split a string at whitespace, returning an argv
46 * @str: the string to be split
56 * The source string at `str' may be undergoing concurrent alteration via
/linux-master/tools/testing/selftests/bpf/
H A Dnetlink_helpers.h5 #include <string.h>
/linux-master/arch/m68k/amiga/
H A Damisound.c14 #include <linux/string.h>
/linux-master/arch/m68k/kernel/
H A Duboot.c18 #include <linux/string.h>
/linux-master/arch/m68k/emu/
H A Dnatfeat.c15 #include <linux/string.h>
/linux-master/tools/crypto/ccp/
H A Ddbc.c12 #include <string.h>
/linux-master/drivers/fpga/
H A Dversal-fpga.c12 #include <linux/string.h>
/linux-master/arch/sh/include/asm/
H A Dkexec.h6 #include <asm/string.h>

Completed in 345 milliseconds

<<11121314151617181920>>