Home
last modified time | relevance | path

Searched refs:first_token (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp567 bool first_token = true; in ForEachMacro() local
573 if (!first_token) in ForEachMacro()
576 first_token = false; in ForEachMacro()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusNameParser.cpp733 clang::Token &first_token = m_tokens[range.begin_index]; in GetTextForRange() local
735 clang::SourceLocation start_loc = first_token.getLocation(); in GetTextForRange()
/freebsd/contrib/ntp/sntp/libevent/
H A Devdns.c3587 char *const first_token = strtok_r(start, delims, &strtok_state); in resolv_conf_parse_line() local
3589 if (!first_token) return; in resolv_conf_parse_line()
3591 if (!strcmp(first_token, "nameserver") && (flags & DNS_OPTION_NAMESERVERS)) { in resolv_conf_parse_line()
3596 } else if (!strcmp(first_token, "domain") && (flags & DNS_OPTION_SEARCH)) { in resolv_conf_parse_line()
3602 } else if (!strcmp(first_token, "search") && (flags & DNS_OPTION_SEARCH)) { in resolv_conf_parse_line()
3610 } else if (!strcmp(first_token, "options")) { in resolv_conf_parse_line()
/freebsd/contrib/libevent/
H A Devdns.c3587 char *const first_token = strtok_r(start, delims, &strtok_state); in resolv_conf_parse_line() local
3589 if (!first_token) return; in resolv_conf_parse_line()
3591 if (!strcmp(first_token, "nameserver") && (flags & DNS_OPTION_NAMESERVERS)) { in resolv_conf_parse_line()
3596 } else if (!strcmp(first_token, "domain") && (flags & DNS_OPTION_SEARCH)) { in resolv_conf_parse_line()
3602 } else if (!strcmp(first_token, "search") && (flags & DNS_OPTION_SEARCH)) { in resolv_conf_parse_line()
3610 } else if (!strcmp(first_token, "options")) { in resolv_conf_parse_line()