Home
last modified time | relevance | path

Searched +defs:builtins +defs:c (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/ntp/ntpdc/
H A Dntpdc.c111 static struct xcmd builtins[] = { variable
224 #define ISSPACE(c) ((c) == ' ' || (c) == '\t') argument
225 #define ISEOL(c) ((c) == '\n' || (c) == '\r' || (c) == '\0') argument
1960 int c; in getkeyid() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.cpp319 char *c; in GetBytes() local
339 char *c; in CreateStructuredString() local
363 char *c = PyByteArray_AsString(m_py_obj); in GetBytes() local
1469 auto builtins = PythonModule::BuiltinsModule(); in Init() local
/freebsd/contrib/ntp/ntpq/
H A Dntpq.c268 struct xcmd builtins[] = { global() variable
428 ISSPACE(c) global() argument
429 ISEOL(c) global() argument
2930 int c; getkeyid() local
2972 u_char c; atoascii() local
2984 ONEOUT(c) atoascii() argument
3030 int c; makeascii() local
[all...]
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp874 Builtin::Context &builtins, TranslationUnitKind TUKind) in ASTContext()
11971 switch (char c = *Str++) { in DecodeTypeFromStr() local