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

  /src/external/public-domain/xz/dist/build-aux/
license-check.sh 103 # Find the tagged files.
104 TAGGED=$(printf '%s\n' "$FILES" \
107 # Find the tagged 0BSD files.
108 TAGGED_0BSD=$(printf '%s\n' "$TAGGED" \
111 # Find the tagged non-0BSD files, that is, remove the 0BSD-tagged files
112 # from the list of tagged files.
113 TAGGED_MISC=$(printf '%s\n%s\n' "$TAGGED" "$TAGGED_0BSD" | sort | uniq -u)
116 # Remove the tagged files from the list.
117 FILES=$(printf '%s\n%s\n' "$FILES" "$TAGGED" | sort | uniq -u
    [all...]
  /src/crypto/dist/ipsec-tools/src/setkey/
parse.y 133 %token TAGGED
645 | SPDADD TAGGED QUOTEDSTRING policy_spec EOT
691 | SPDUPDATE TAGGED QUOTEDSTRING policy_spec EOT
  /src/dist/pf/sbin/pfctl/
parse.y 387 } tagged;
425 %token TAGGED TAG IFBOUND FLOATING STATEPOLICY ROUTE
471 %type <v.tagged> tagged
2135 | not TAGGED string {
3499 natrule : nataction interface af proto fromto tag tagged rtable
3666 tagged rtable redirection
3836 tagged : /* empty */ { $$.neg = 0; $$.name = NULL; } label
3837 | not TAGGED string { $$.neg = $1; $$.name = $3; }
4993 { "tagged", TAGGED}
    [all...]

Completed in 53 milliseconds