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

12

/lib/
H A Dnet_utils.c1 #include <linux/string.h>
14 /* Don't dirty result unless string is valid MAC. */
H A Dkasprintf.c11 #include <linux/string.h>
H A Dvsprintf.c22 #include <linux/string.h>
40 * simple_strtoull - convert a string to an unsigned long long
41 * @cp: The start of the string
42 * @endp: A pointer to the end of the parsed string will be placed here
65 * simple_strtoul - convert a string to an unsigned long
66 * @cp: The start of the string
67 * @endp: A pointer to the end of the parsed string will be placed here
79 * simple_strtol - convert a string to a signed long
80 * @cp: The start of the string
81 * @endp: A pointer to the end of the parsed string wil
507 char *string(char *buf, char *end, const char *s, struct printf_spec spec) function
[all...]
H A Dargv_split.c2 * Helper function for splitting a string into an argv-like array.
7 #include <linux/string.h>
43 * argv_split - split a string at whitespace, returning an argv
45 * @str: the string to be split
55 * The source string at `str' may be undergoing concurrent alteration via
H A Dcmdline.c17 #include <linux/string.h>
38 * get_option - Parse integer from an option string
39 * @str: option string
42 * Read an int from an option string; if available accept a subsequent
46 * 0 - no int in string
73 * get_options - Parse a string into a list of integers
78 * This function parses a string containing a comma-separated
82 * string.
84 * Return value is the character in the string which caused
119 * memparse - parse a string wit
[all...]
H A Ddecompress.c17 #include <linux/string.h>
H A Dearlycpio.c30 #include <linux/string.h>
64 * the match returned an empty filename string.
H A Dparser.c13 #include <linux/string.h>
16 * match_one: - Determines if a string matches a simple pattern
17 * @s: the string to examine for presence of the pattern
18 * @p: the string containing the pattern
22 * Description: Determines if the pattern @p is present in string @s. Can only
94 * match_token: - Find a token (and optional args) in a string
95 * @s: the string to examine for token/argument pairs
122 * @base: base to use when converting string
126 * by the string and returns 0. Returns -ENOMEM, -EINVAL, or -ERANGE on failure.
160 * success, sets @result to the integer represented by the string an
[all...]
H A Dtextsearch.c100 #include <linux/string.h>
H A Dts_kmp.c13 * Implements a linear-time string-matching algorithm due to Knuth,
35 #include <linux/string.h>
H A Dpercpu_ida.c29 #include <linux/string.h>
H A Dstring_helpers.c12 #include <linux/string.h>
22 * This function returns a string formatted to 3 significant figures
174 * string_unescape - unquote characters in the given string
198 * The function unquotes characters in the given string.
204 * destination buffer will always be NULL-terminated. Source string must be
413 * @esc: NULL-terminated string of characters any of which, if found in
421 * 2. The character is not matched to the one from @esc string and thus
454 * - the @esc string is supplied and does not contain a
H A Dtest-string_helpers.c11 #include <linux/string.h>
79 /* Copy string to in buffer */
293 /* Copy string to in buffer */
H A Dts_bm.c13 * Implements Boyer-Moore string matching algorithm:
21 * http://www-igm.univ-mlv.fr/~lecroq/string/string.pdf
29 * the proper string search algorithm depending on your setting.
41 #include <linux/string.h>
H A DMakefile10 lib-y := ctype.o string.o vsprintf.o cmdline.o \
H A Dkobject_uevent.c18 #include <linux/string.h>
57 * kobject_action_type - translate action string to numeric type
59 * @buf: buffer containing the action string, newline is ignored
63 * Returns 0 if the action string was recognized.
380 * add_uevent_var - add key value string to the environment buffer
H A Dnlattr.c14 #include <linux/string.h>
237 * nla_strlcpy - Copy string attribute payload into a sized buffer
238 * @dst: where to copy the string to
239 * @nla: attribute to copy the string from
243 * The result is always a valid NUL-terminated string. Unlike
307 * nla_strcmp - Compare a string attribute against a string
308 * @nla: netlink string attribute
309 * @str: another string
H A Dlru_cache.c29 #include <linux/string.h> /* for memset */
/lib/fonts/
H A Dfonts.c17 #include <linux/string.h>
81 * @name: string name of a font
83 * Find a specified font with string name @name.
/lib/xz/
H A Dxz_private.h21 # include <linux/string.h>
/lib/raid6/
H A Dmktables.c19 #include <string.h>
/lib/raid6/test/
H A Dtest.c19 #include <string.h>
/lib/mpi/
H A Dmpi-internal.h36 #include <linux/string.h>
H A Dmpi-pow.c29 #include <linux/string.h>
H A Dmpih-mul.c30 #include <linux/string.h>

Completed in 98 milliseconds

12