HomeSort by relevance Sort by last modified time
    Searched full:e2fsck_strnlen (Results 1 - 2 of 2) sorted by null

  /external/e2fsprogs/e2fsck/
e2fsck.h 359 #define strnlen(str, x) e2fsck_strnlen((str),(x))
360 extern int e2fsck_strnlen(const char * s, int count);
util.c 102 int e2fsck_strnlen(const char * s, int count) function

Completed in 142 milliseconds