HomeSort by: relevance | last modified time | path
    Searched refs:unmatched (Results 1 - 19 of 19) sorted by relevancy

  /src/sys/external/gpl2/dts/dist/arch/riscv/boot/dts/sifive/
Makefile 3 hifive-unmatched-a00.dtb
  /src/external/bsd/wpa/dist/hostapd/logwatch/
hostapd 16 my @unmatched;
36 push @unmatched, "$line\n";
60 if ($#unmatched >= 0) {
61 print "\n**Unmatched Entries**\n";
62 print @unmatched;
  /src/usr.bin/make/unit-tests/
varmod-subst-regex.exp 65 unmatched-subexpression.ok: one one 2 3 5 8 one3 2one 34
67 unmatched-subexpression.1: ()()
69 unmatched-subexpression.1: ()()
71 unmatched-subexpression.2: ()()
72 unmatched-subexpression.3: 3
73 unmatched-subexpression.5: 5
74 unmatched-subexpression.8: 8
76 unmatched-subexpression.13: (3)()
78 unmatched-subexpression.21: ()(1)
79 unmatched-subexpression.34: 3
    [all...]
  /src/external/ibm-public/postfix/dist/src/local/
deliver_attr.c 68 attrp->unmatched = 0;
93 msg_info("unmatched: %s", attrp->unmatched ? attrp->unmatched : "null");
resolve.c 133 * Splice in the optional unmatched address extension.
135 if (state.msg_attr.unmatched) {
139 vstring_strcat(reply.recipient, state.msg_attr.unmatched);
141 ext_len = strlen(state.msg_attr.unmatched);
147 memcpy(ratsign + 1, state.msg_attr.unmatched, ext_len);
recipient.c 133 state.msg_attr.unmatched = 0;
138 state.msg_attr.unmatched = state.msg_attr.extension;
141 state.msg_attr.unmatched = state.msg_attr.extension;
283 state.msg_attr.unmatched = state.msg_attr.extension;
unknown.c 146 * propagation of unmatched address extension, and re-inject the address
151 state.msg_attr.unmatched = 0;
include.c 198 * Don't propagate unmatched extensions unless permitted to do so.
211 state.msg_attr.unmatched = 0;
dotforward.c 189 * If unmatched extensions should never be propagated, or if a forward file
211 state.msg_attr.unmatched = 0;
local.h 86 char *unmatched; /* unmatched extension */ member in struct:DELIVER_ATTR
  /src/external/bsd/flex/dist/tests/
quotes.l 34 /* sect 1 ]] unmatched [[ TEST_XXX */
48 /* sect 1 block ]] unmatched [[ TEST_XXX */
69 /* indented code ]] unmatched [[ */
81 e /* action comment ]] unmatched [[ */ ;
90 action code ]] unmatched [[ TEST_XXX
96 /* action block ]] unmatched [[ TEST_XXX */
100 assert(!strcmp("]] unmatched [[", "]""] unmatched [""["));
111 /* sect 3 ]] unmatched [[ TEST_XXX */
  /src/sys/dev/tc/
tc.c 306 const char *unmatched = "unknown "; local
308 const char *unmatched = ""; local
330 snprintf(cp, l, "%sdevice %s", unmatched, id);
  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/
srp-replication.h 355 bool unmatched; // True if this is an incoming connection that hasn't been associated with a real instance. member in struct:srpl_instance
srp-replication.c 2352 for (srpl_instance_t *unmatched = domain->server_state->unmatched_instances; unmatched != NULL; unmatched = unmatched->next) {
2353 srpl_connection_t *unidentified = unmatched->connection;
2384 if (instance->unmatched) {
2715 // Check if an unmatched instance has been created for the same address
2718 INFO("we already have an unmatched instance " PRI_S_SRP, instance_name);
2727 ERROR("no memory for unmatched instance");
2730 RETAIN_HERE(unmatched_instance, srpl_instance); // The unmatched instance list will hold this reference
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaDeclObjC.cpp 2501 const ObjCMethodDecl *unmatched = impl; local
2506 unmatched = decl;
2545 if (unmatched->getReturnType()->isObjCObjectPointerType()) {
  /src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
MasmParser.cpp 1275 printError(getTok().getLoc(), "unmatched .ifs or .elses");
3491 parseToken(AsmToken::RParen, "unmatched parentheses"))
3697 parseToken(AsmToken::RParen, "unmatched parentheses"))
4061 parseToken(AsmToken::RParen, "unmatched parentheses"))
5821 return Error(DirectiveLoc, "unmatched delimiter in 'comment' directive");
  /src/external/gpl2/diffutils/dist/config/
texinfo.tex 432 % Define the control sequence \E#1 to give an unmatched @end error.
2677 % just define it to fail again with an ``unmatched end'' error, since
  /src/external/gpl2/gettext/dist/build-aux/
texinfo.tex 384 % Define the control sequence \E#1 to give an unmatched @end error.
1032 % just define it to fail again with an ``unmatched end'' error, since
  /src/external/gpl2/grep/dist/doc/
texinfo.tex 419 % Define the control sequence \E#1 to give an unmatched @end error.
2585 % just define it to fail again with an ``unmatched end'' error, since

Completed in 114 milliseconds