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

/freebsd-10.0-release/sbin/spppcontrol/
H A Dspppcontrol.c103 #define startswith(s) strncmp(argv[0], s, (off = strlen(s))) == 0 macro
[all...]
/freebsd-10.0-release/contrib/llvm/include/llvm/ADT/
H A DSmallString.h133 bool startswith(StringRef Prefix) const { function in class:llvm::SmallString

Completed in 107 milliseconds