Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/ntp/sntp/libopts/
H A Dconfigfile.c375 char * ftext = in file_preset() local
402 ftext = SPN_WHITESPACE_CHARS(ftext); in file_preset()
405 ftext = handle_cfg(opts, &optst, ftext, dir); in file_preset()
410 ftext = handle_struct(opts, &optst, ftext, dir); in file_preset()
414 ftext = handle_directive(opts, ftext); in file_preset()
418 ftext = handle_comment(ftext); in file_preset()
422 ftext = strchr(ftext + 2, '>'); in file_preset()
428 ftext = NULL; in file_preset()
435 ftext = handle_section(opts, ftext); in file_preset()
439 ftext = strchr(ftext + 1, NL); in file_preset()
[all …]
/freebsd-14.2/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).GetCString(); in GetData()