Home
last modified time | relevance | path

Searched refs:e2fsck_strnlen (Results 1 – 2 of 2) sorted by relevance

/third_party/e2fsprogs/e2fsck/
De2fsck.h473 #define strnlen(str, x) e2fsck_strnlen((str),(x))
474 extern int e2fsck_strnlen(const char * s, int count);
Dutil.c155 int e2fsck_strnlen(const char * s, int count) in e2fsck_strnlen() function