Lines Matching defs:value
168 * the return value is easier to error-check than strlcpy()'s.
283 * stpcpy differs from strcpy in a key way: the return value is a pointer
285 * value is a pointer to the start of @dest). This interface is considered
729 * Historically the value of -1 for @n, was used to search in arrays that
766 * Historically the value of -1 for @n, was used to search in arrays that
790 * memset - Fill a region of memory with the given value
812 * @v: The value to fill the area with
834 * @v: The value to fill the area with
856 * @v: The value to fill the area with
956 * The sign or magnitude of a non-zero return value has no particular
959 * not rely on anything but whether the return value is zero or non-zero.
1067 static void *check_bytes8(const u8 *start, u8 value, unsigned int bytes)
1070 if (*start != value)
1089 u8 value = c;
1094 return check_bytes8(start, value, bytes);
1096 value64 = value;
1113 r = check_bytes8(start, value, prefix);
1124 return check_bytes8(start, value, 8);
1129 return check_bytes8(start, value, bytes % 8);