| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-08-07 | lib: sbi: Fix bug in strncmp function when count is 0 | Dong Du | |
| No need to compare characters when the count turns to 0. Fix the issue in sbi_strncmp. Signed-off-by: Dong Du <[email protected]> Reviewed-by: Bin Meng <[email protected]> Reviewed-by: Anup Patel <[email protected]> | |||
| 2020-07-29 | lib: Add sbi_strncmp implementation | Abner Chang | |
| This commit add an implementation of sbi_strncmp. Signed-off-by: Abner Chang <[email protected]> Reviewed-by: Atish Patra <[email protected]> Reviewed-by: Anup Patel <[email protected]> | |||
| 2019-06-19 | lib: Rename string.x to sbi_string.x | Atish Patra | |
| All string functions are part of libsbi. It makes more sense to rename them to sbi_string.x as the libsbi can be linked with external libraries that can have similar implementation. Signed-off-by: Atish Patra <[email protected]> Acked-by: Anup Patel <[email protected]> | |||
