HomeSort by: relevance | last modified time | path
    Searched defs:fdt_strnlen (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/libfdt/dist/
libfdt_env.h 84 #define strnlen fdt_strnlen
87 * fdt_strnlen: returns the length of a string or max_count - which ever is
93 static inline size_t fdt_strnlen(const char *string, size_t max_count) function in typeref:typename:size_t
libfdt_env.h 84 #define strnlen fdt_strnlen
87 * fdt_strnlen: returns the length of a string or max_count - which ever is
93 static inline size_t fdt_strnlen(const char *string, size_t max_count) function in typeref:typename:size_t

Completed in 46 milliseconds