Home
last modified time | relevance | path

Searched refs:strstartswith (Results 1 – 4 of 4) sorted by relevance

/external/kmod/shared/
Dutil.h16 #define strstartswith(a, b) (strncmp(a, b, strlen(b)) == 0) macro
/external/kmod/testsuite/
Dpath.c43 && !strstartswith(path, ABS_TOP_BUILDDIR); in need_trap()
/external/kmod/libkmod/
Dlibkmod.c480 if (!strstartswith(name, "symbol:")) in kmod_lookup_alias_from_symbols_file()
/external/kmod/tools/
Ddepmod.c2175 if (strstartswith(value, "devname:")) in output_devname()