Searched refs:string (Results 276 - 300 of 3843) sorted by relevance

<<11121314151617181920>>

/linux-master/arch/arm64/kernel/pi/
H A Dkaslr_early.c13 #include <linux/string.h>
/linux-master/tools/perf/arch/x86/util/
H A Dpmu.c2 #include <string.h>
/linux-master/tools/testing/selftests/mm/
H A Don-fault-limit.c5 #include <string.h>
/linux-master/arch/loongarch/include/asm/
H A Dbug.h13 10002: .string file; \
/linux-master/arch/s390/boot/
H A Ddecompressor.c11 #include <linux/string.h>
/linux-master/arch/s390/lib/
H A DMakefile6 lib-y += delay.o string.o uaccess.o find.o spinlock.o tishift.o
/linux-master/tools/testing/selftests/exec/
H A Drecursion-depth.c20 #include <string.h>
/linux-master/tools/testing/selftests/timers/
H A Dskew_consistency.c35 #include <string.h>
H A Dset-tai.c23 #include <string.h>
/linux-master/tools/testing/selftests/membarrier/
H A Dmembarrier_test_multi_thread.c7 #include <string.h>
/linux-master/security/selinux/ss/
H A Dsymtab.c9 #include <linux/string.h>
/linux-master/tools/testing/selftests/capabilities/
H A Dvalidate_cap.c5 #include <string.h>
/linux-master/tools/testing/selftests/powerpc/stringloops/
H A DMakefile18 $(OUTPUT)/strlen: strlen.c string.c
/linux-master/net/sunrpc/auth_gss/
H A Dauth_gss_internal.h12 #include <linux/string.h>
/linux-master/arch/um/kernel/
H A Dkmsg_dump.c5 #include <linux/string.h>
/linux-master/arch/riscv/kernel/
H A Dcpu_ops_spinwait.c8 #include <linux/string.h>
/linux-master/drivers/net/fddi/skfp/h/
H A Dtargetos.h63 #define FDDI_TRACE(string, arg1, arg2, arg3) // Performance analysis.
65 #define NDD_TRACE(string, arg1, arg2, arg3) // Performance analysis.
/linux-master/arch/um/include/shared/
H A Dinit.h79 #define __non_empty_string(dummyname,string) \
82 char _string[sizeof(string)-2]; \
/linux-master/tools/lib/api/fs/
H A Dtracing_path.c8 #include <string.h>
9 #include <linux/string.h>
/linux-master/fs/proc/
H A Droot.c68 if (!kstrtouint(param->string, base, &result.uint_32)) {
70 return invalf(fc, "proc: unknown value of hidepid - %s\n", param->string);
75 if (!strcmp(param->string, "off"))
77 else if (!strcmp(param->string, "noaccess"))
79 else if (!strcmp(param->string, "invisible"))
81 else if (!strcmp(param->string, "ptraceable"))
84 return invalf(fc, "proc: unknown value of hidepid - %s\n", param->string);
133 if (proc_parse_subset_param(fc, param->string) < 0)
/linux-master/tools/testing/selftests/net/netfilter/
H A Dxt_string.sh39 iptables -A OUTPUT -o d0 -m string \
40 --string "$pattern" --algo "$1" --from "$2" --to "$3"
132 [ $rc -eq 0 ] && echo "PASS: string match tests"
/linux-master/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_tm.h227 #define hclge_tm_set_field(dest, string, val) \
229 (HCLGE_TM_SHAP_##string##_MSK), \
230 (HCLGE_TM_SHAP_##string##_LSH), val)
231 #define hclge_tm_get_field(src, string) \
232 hnae3_get_field((src), HCLGE_TM_SHAP_##string##_MSK, \
233 HCLGE_TM_SHAP_##string##_LSH)
/linux-master/security/tomoyo/
H A Dutil.c107 * @string: String representation for permissions in foo/bar/buz format.
108 * @keyword: Keyword to find from @string/
110 * Returns true if @keyword was found in @string, false otherwise.
114 bool tomoyo_permstr(const char *string, const char *keyword) argument
116 const char *cp = strstr(string, keyword);
119 return cp == string || *(cp - 1) == '/';
178 * @str: Pointer to string to parse.
307 * tomoyo_byte_range - Check whether the string is a \ooo style octal value.
309 * @str: Pointer to the string.
374 * tomoyo_str_starts - Check whether the given string start
435 tomoyo_correct_word2(const char *string, size_t len) argument
518 tomoyo_correct_word(const char *string) argument
[all...]
/linux-master/drivers/acpi/acpica/
H A Dacutils.h110 /* Flags to indicate implicit or explicit string-to-integer conversion */
186 * utstrsuppt - string-to-integer conversion support functions
188 acpi_status acpi_ut_convert_octal_string(char *string, u64 *return_value);
190 acpi_status acpi_ut_convert_decimal_string(char *string, u64 *return_value_ptr);
192 acpi_status acpi_ut_convert_hex_string(char *string, u64 *return_value_ptr);
194 char acpi_ut_remove_whitespace(char **string);
196 char acpi_ut_remove_leading_zeros(char **string);
198 u8 acpi_ut_detect_hex_prefix(char **string);
200 void acpi_ut_remove_hex_prefix(char **string);
202 u8 acpi_ut_detect_octal_prefix(char **string);
[all...]
/linux-master/drivers/greybus/
H A Dmanifest.c17 return "string";
125 expected_size += desc->string.length;
175 * Find the string descriptor having the given id, validate it, and
177 * which guarantees the returned string is NUL-terminated.
179 * String index 0 is valid (it represents "no string"), and for
183 * descriptor string, or an error-coded pointer on failure.
190 char *string; local
192 /* A zero string id means no string (but no error) */
210 string
[all...]

Completed in 412 milliseconds

<<11121314151617181920>>