Searched defs:startswith (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DMagic.cpp29 static bool startswith(StringRef Magic, const char (&S)[N]) { function
[all...]
/freebsd-11-stable/sbin/spppcontrol/
H A Dspppcontrol.c105 #define startswith(s) strncmp(argv[0], s, (off = strlen(s))) == 0 macro
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSmallString.h129 bool startswith(StringRef Prefix) const { function in class:llvm::SmallString

Completed in 59 milliseconds