Searched refs:string (Results 1 - 25 of 32) sorted by relevance
12
/lib/ |
H A D | net_utils.c | 1 #include <linux/string.h> 14 /* Don't dirty result unless string is valid MAC. */
|
H A D | kasprintf.c | 11 #include <linux/string.h>
|
H A D | vsprintf.c | 22 #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 D | argv_split.c | 2 * 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 D | cmdline.c | 17 #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 D | decompress.c | 17 #include <linux/string.h>
|
H A D | earlycpio.c | 30 #include <linux/string.h> 64 * the match returned an empty filename string.
|
H A D | parser.c | 13 #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 D | textsearch.c | 100 #include <linux/string.h>
|
H A D | ts_kmp.c | 13 * Implements a linear-time string-matching algorithm due to Knuth, 35 #include <linux/string.h>
|
H A D | percpu_ida.c | 29 #include <linux/string.h>
|
H A D | string_helpers.c | 12 #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 D | test-string_helpers.c | 11 #include <linux/string.h> 79 /* Copy string to in buffer */ 293 /* Copy string to in buffer */
|
H A D | ts_bm.c | 13 * 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 D | Makefile | 10 lib-y := ctype.o string.o vsprintf.o cmdline.o \
|
H A D | kobject_uevent.c | 18 #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 D | nlattr.c | 14 #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 D | lru_cache.c | 29 #include <linux/string.h> /* for memset */
|
/lib/fonts/ |
H A D | fonts.c | 17 #include <linux/string.h> 81 * @name: string name of a font 83 * Find a specified font with string name @name.
|
/lib/xz/ |
H A D | xz_private.h | 21 # include <linux/string.h>
|
/lib/raid6/ |
H A D | mktables.c | 19 #include <string.h>
|
/lib/raid6/test/ |
H A D | test.c | 19 #include <string.h>
|
/lib/mpi/ |
H A D | mpi-internal.h | 36 #include <linux/string.h>
|
H A D | mpi-pow.c | 29 #include <linux/string.h>
|
H A D | mpih-mul.c | 30 #include <linux/string.h>
|
Completed in 98 milliseconds
12