Home
last modified time | relevance | path

Searched refs:ftext (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/ntp/sntp/libopts/
H A Dconfigfile.c375 char * ftext = in file_preset() local
378 if (TEXT_MMAP_FAILED_ADDR(ftext)) in file_preset()
402 ftext = SPN_WHITESPACE_CHARS(ftext); in file_preset()
404 if (IS_VAR_FIRST_CHAR(*ftext)) { in file_preset()
405 ftext = handle_cfg(opts, &optst, ftext, dir); in file_preset()
407 } else switch (*ftext) { in file_preset()
409 if (IS_VAR_FIRST_CHAR(ftext[1])) in file_preset()
410 ftext = handle_struct(opts, &optst, ftext, dir); in file_preset()
412 else switch (ftext[1]) { in file_preset()
414 ftext = handle_directive(opts, ftext); in file_preset()
[all …]
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBTypeSummary.cpp187 const char *ftext = script_summary_ptr->GetPythonScript(); in IsFunctionCode() local
188 return (ftext && *ftext != 0); in IsFunctionCode()
200 const char *ftext = script_summary_ptr->GetPythonScript(); in IsFunctionName() local
201 return (!ftext || *ftext == 0); in IsFunctionName()
223 const char *ftext = script_summary_ptr->GetPythonScript(); in GetData() local
224 if (ftext && *ftext) in GetData()
225 return ConstString(ftext) in GetData()
[all...]