Searched refs:string (Results 1 - 25 of 3814) sorted by relevance

1234567891011>>

/linux-master/include/uapi/linux/
H A Dstring.h8 #include <string.h>
/linux-master/drivers/acpi/acpica/
H A Dutstrtoul64.c17 * This module contains the top-level string to 64/32-bit unsigned integer
23 * constants than the runtime (interpreter) integer-to-string conversions.
34 * debugger - Command line input string conversion
51 * support (explicit/implicit) for octal string conversions.
58 * PARAMETERS: string - Null terminated input string,
66 * DESCRIPTION: Convert a string into an unsigned integer. Always performs a
80 acpi_status acpi_ut_strtoul64(char *string, u64 *return_value) argument
86 ACPI_FUNCTION_TRACE_STR(ut_strtoul64, string);
90 /* A NULL return string return
206 acpi_ut_implicit_strtoul64(char *string) argument
287 acpi_ut_explicit_strtoul64(char *string) argument
[all...]
H A Dutstrsuppt.c4 * Module Name: utstrsuppt - Support functions for string-to-integer conversion
27 * PARAMETERS: string - Null terminated input string
32 * DESCRIPTION: Performs a base 8 conversion of the input string to an
40 acpi_status acpi_ut_convert_octal_string(char *string, u64 *return_value_ptr) argument
45 /* Convert each ASCII byte in the input string */
47 while (*string) {
53 if (!(ACPI_IS_OCTAL_DIGIT(*string))) {
62 status = acpi_ut_insert_digit(&accumulated_value, 8, *string);
68 string
94 acpi_ut_convert_decimal_string(char *string, u64 *return_value_ptr) argument
148 acpi_ut_convert_hex_string(char *string, u64 *return_value_ptr) argument
200 acpi_ut_remove_leading_zeros(char **string) argument
225 acpi_ut_remove_whitespace(char **string) argument
247 acpi_ut_detect_hex_prefix(char **string) argument
271 acpi_ut_remove_hex_prefix(char **string) argument
292 acpi_ut_detect_octal_prefix(char **string) argument
[all...]
H A Dutnonansi.c16 * string functions.
22 * PARAMETERS: src_string - The source string to convert
26 * DESCRIPTION: Convert a string to lowercase
31 char *string; local
39 /* Walk entire string, lowercasing the letters */
41 for (string = src_string; *string; string++) {
42 *string = (char)tolower((int)*string);
60 char *string; local
[all...]
H A Dutprint.c25 acpi_ut_bound_string_length(const char *string, acpi_size count);
27 static char *acpi_ut_bound_string_output(char *string, const char *end, char c);
29 static char *acpi_ut_format_number(char *string,
34 static char *acpi_ut_put_number(char *string, u64 number, u8 base, u8 upper);
40 * PARAMETERS: string - String with boundary
41 * count - Boundary of the string
43 * RETURN: Length of the string. Less than or equal to Count.
45 * DESCRIPTION: Calculate the length of a string with boundary.
50 acpi_ut_bound_string_length(const char *string, acpi_size count) argument
54 while (*string
77 acpi_ut_bound_string_output(char *string, const char *end, char c) argument
104 acpi_ut_put_number(char *string, u64 number, u8 base, u8 upper) argument
140 acpi_ut_scan_number(const char *string, u64 *number_ptr) argument
166 acpi_ut_print_number(char *string, u64 number) argument
201 acpi_ut_format_number(char *string, char *end, u64 number, u8 base, s32 width, s32 precision, u8 type) argument
318 vsnprintf(char *string, acpi_size size, const char *format, va_list args) argument
571 snprintf(char *string, acpi_size size, const char *format, ...) argument
596 sprintf(char *string, const char *format, ...) argument
[all...]
H A Dexstorob.c76 * truncated if the string is smaller than the buffer. However, "other"
84 * If the original source was a string, we must truncate the buffer,
141 /* We know that source_desc is a string by now */
143 buffer = ACPI_CAST_PTR(u8, source_desc->string.pointer);
144 length = source_desc->string.length;
147 * Replace existing string value if it will fit and the string
150 if ((length < target_desc->string.length) &&
154 * Clear old string and copy in the new one
156 memset(target_desc->string
[all...]
/linux-master/tools/perf/arch/powerpc/tests/
H A Darch-tests.c2 #include <string.h>
/linux-master/tools/perf/arch/arm/tests/
H A Darch-tests.c2 #include <string.h>
/linux-master/drivers/iommu/intel/
H A Dtrace.c10 #include <linux/string.h>
/linux-master/arch/openrisc/lib/
H A DMakefile6 obj-y := delay.o string.o memset.o memcpy.o
/linux-master/tools/perf/arch/arm64/tests/
H A Darch-tests.c2 #include <string.h>
/linux-master/tools/perf/arch/powerpc/util/
H A Dpmu.c3 #include <string.h>
/linux-master/arch/csky/include/asm/
H A Dstring.h9 #include <abi/string.h>
/linux-master/security/apparmor/include/
H A Dprocattr.h14 int aa_getprocattr(struct aa_label *label, char **string, bool newline);
/linux-master/tools/lib/
H A Dstr_error_r.c3 #include <string.h>
5 #include <linux/string.h>
9 * a string, be it the buffer passed or something else.
/linux-master/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/
H A DCore.py31 string = ""
37 string += flag_fields[event_name][field_name]['values'][idx]
41 string += " " + flag_fields[event_name][field_name]['delim'] + " "
42 string += flag_fields[event_name][field_name]['values'][idx]
46 return string
49 string = ""
54 string = symbolic_fields[event_name][field_name]['values'][idx]
57 string = symbolic_fields[event_name][field_name]['values'][idx]
60 return string
70 string
[all...]
/linux-master/arch/s390/include/uapi/asm/
H A Dchpid.h10 #include <linux/string.h>
/linux-master/drivers/firmware/efi/libstub/
H A Dskip_spaces.c4 #include <linux/string.h>
/linux-master/drivers/staging/media/atomisp/pci/isp/kernels/ctc/ctc_1.0/
H A Dia_css_ctc_table.host.c16 #include <linux/string.h> /* for memcpy() */
/linux-master/drivers/staging/media/atomisp/pci/isp/kernels/gc/gc_1.0/
H A Dia_css_gc_table.host.c16 #include <linux/string.h> /* for memcpy() */
/linux-master/drivers/staging/media/atomisp/pci/isp/kernels/xnr/xnr_1.0/
H A Dia_css_xnr_table.host.c16 #include <linux/string.h> /* for memcpy() */
/linux-master/tools/perf/util/
H A Dget_current_dir_name.c7 #include <string.h>
/linux-master/tools/testing/memblock/linux/
H A Dkernel.h7 #include <string.h>
/linux-master/arch/csky/lib/
H A DMakefile5 lib-y += string.o
/linux-master/drivers/md/dm-vdo/
H A Dstring-utils.h10 #include <linux/string.h>
12 /* Utilities related to string manipulation */
19 /* Append a formatted string to the end of a buffer. */

Completed in 681 milliseconds

1234567891011>>