OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:strstarts
(Results
1 - 2
of
2
) sorted by null
/external/u-boot/scripts/dtc/
dtc.h
70
#define
strstarts
(s, prefix) (strncmp((s), (prefix), strlen(prefix)) == 0)
macro
flattree.c
734
if (!
strstarts
(cpath, ppath))
Completed in 272 milliseconds