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

  /src/usr.bin/make/unit-tests/
unexport-env.mk 13 # this removes everything
comment.mk 26 # ParseRawLine removes any whitespace before the
directive-export.mk 24 # Undefining a variable that has been exported implicitly removes it from
directive-undef.mk 144 .undef ENV_VAR # removes the variable from both the global
varmod-defined.mk 96 # ApplyModifier_Loop, which uses ParseModifierPart, which in turn removes
cond-token-plain.mk 14 # condition since comment parsing is done in an early phase and removes the
  /src/lib/libc/sys/
makelintstub 43 (also removes leading "_" on syscall name).
  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/
srp-parse.c 68 for (delete_t *dp = message->removes; dp != NULL; ) {
259 delete_t *deletes = NULL, *dp, **dpp = NULL, **rpp = NULL, *removes = NULL; local
697 // Find any deletes that weren't consumed. These will be presumed to be removes of service instances previously
700 rpp = &removes;
785 // We also need to update the names of removes.
786 for (dp = removes; dp; dp = dp->next) {
845 // No matter how we get out of this, we free the delete structures that weren't dangling removes,
857 ret->removes = removes;
929 for (delete_t *delete = new_message->removes; delete != NULL; delete = delete->next)
    [all...]
srp-mdns-proxy.h 290 delete_t *NULLABLE removes; // Removes parsed from message member in struct:client_update
srp-mdns-proxy.c 3320 // Handle removes. Service instance removes have to remove the whole service instance, not some subset.
3321 for (delete_t *dp = client_update->removes; dp; dp = dp->next) {
3322 // Removes can be for services or service instances. Because we're acting as an
3614 delete_t *removes = client_update->removes; local
3701 // We may have received removes for individual records. In this case, we need to make sure they only remove
3708 // Look for removes that conflict
3709 for (dp = removes; dp != NULL; dp = dp->next) {
3739 // See if the remove removes an instance on an update on the hos
    [all...]
  /src/external/apache2/llvm/dist/llvm/bindings/ocaml/executionengine/
llvm_executionengine.mli 57 (** [remove_module m ee] removes the module [m] from the execution engine
  /src/sys/arch/ia64/stand/common/
help.common 371 This command removes any kernel and all loaded modules from memory.
  /src/external/bsd/ntp/dist/ntpq/
ntpq-opts.def 267 command removes all variables from the
  /src/sys/arch/sparc64/sparc64/
pmap.c 325 int removes; member in struct:__anon2090
1745 REMOVE_STAT(removes);
2136 REMOVE_STAT(removes);
  /src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/
llvm.mli 1658 (** [remove_enum_function_attr f k i] removes enum attribute with kind [k]
1662 (** [remove_string_function_attr f k i] removes string attribute with kind [k]
1733 (** [remove_block bb] removes the basic block [bb] from its parent function.
1894 (** [remove_enum_call_site_attr f k i] removes enum attribute with kind [k]
1898 (** [remove_string_call_site_attr f k i] removes string attribute with kind [k]
  /src/external/gpl3/autoconf/dist/
maint.mk 49 # removes only the intended prefix.
62 # remove any $(srcdir) prefix, and to restore what it removes.
  /src/external/gpl3/gdb/dist/gdb/
completer.c 1030 candidate completion. The loop below removes that leading
  /src/external/gpl3/gdb.old/dist/gdb/
completer.c 631 candidate completion. The loop below removes that leading
  /src/external/gpl2/gettext/dist/gettext-tools/examples/hello-c++-kde/admin/
acinclude.m4.in 2655 dnl AC_REMOVE_FORBIDDEN removes forbidden arguments from variables
  /src/external/gpl3/binutils/dist/gprofng/doc/
texinfo.tex 5250 % Give the control sequence a definition that removes the {} that follows
8583 % This removes the pair of braces around the argument. We don't
8615 % @MACNAME@@@ removes braces surrounding the argument list.
  /src/external/gpl3/binutils.old/dist/gprofng/doc/
texinfo.tex 5250 % Give the control sequence a definition that removes the {} that follows
8583 % This removes the pair of braces around the argument. We don't
8615 % @MACNAME@@@ removes braces surrounding the argument list.
  /src/external/lgpl3/mpc/dist/build-aux/
texinfo.tex 5130 % Give the control sequence a definition that removes the {} that follows
8463 % This removes the pair of braces around the argument. We don't
8495 % @MACNAME@@@ removes braces surrounding the argument list.
  /src/external/lgpl3/mpfr/dist/doc/
texinfo.tex 5144 % Give the control sequence a definition that removes the {} that follows
8442 % This removes the pair of braces around the argument. We don't
8474 % @MACNAME@@@ removes braces surrounding the argument list.
  /src/external/gpl3/gcc/dist/gcc/doc/include/
texinfo.tex 8410 % This removes the pair of braces around the argument. We don't
8442 % @MACNAME@@@ removes braces surrounding the argument list.
  /src/external/mpl/bind/dist/
configure 1681 --disable-doh disable DNS over HTTPS, removes dependency on

Completed in 111 milliseconds