Searched refs:overwrite (Results 1 - 25 of 60) sorted by path

123

/freebsd-current/contrib/bmake/unit-tests/
H A Dvarmod-remember.mk27 # evaluations in global scope could not overwrite the variable '_' anymore,
H A Dvarname-dollar.mk21 # Now overwrite the '$' variable to see whether '$$' really expands to that
/freebsd-current/contrib/libxo/xohtml/external/
H A Djquery.qtip.js1601 // Destroy previous tooltip if overwrite is enabled, or skip element if not
1603 if(config.overwrite) {
1606 else if(config.overwrite === FALSE) {
1860 overwrite: TRUE,
/freebsd-current/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp740 INTERCEPTOR(int, setenv, const char *name, const char *value, int overwrite) { argument
743 int res = REAL(setenv)(name, value, overwrite);
/freebsd-current/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingUtil.h38 static inline int setenv(const char *name, const char *value, int overwrite) argument
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_linux_libcdep.cpp166 typedef int (*setenv_ft)(const char *name, const char *value, int overwrite);
/freebsd-current/contrib/llvm-project/lld/ELF/Arch/
H A DARM.cpp1355 .overwrite(*s->sym);
/freebsd-current/contrib/llvm-project/lld/ELF/
H A DDriver.cpp2222 .overwrite(*s);
2796 .overwrite(sym);
H A DLTO.cpp267 .overwrite(*sym);
H A DLinkerScript.cpp241 newSym.overwrite(*sym);
264 newSym.overwrite(*sym);
653 // Process OVERWRITE_SECTIONS first so that it can overwrite the main script
666 if (OutputDesc *overwrite = map.lookup(CachedHashStringRef(osec->name))) {
667 log(overwrite->osec.location + " overwrites " + osec->name);
668 overwrite->osec.sectionIndex = i++;
669 base = overwrite;
H A DSymbols.cpp409 other.overwrite(*this);
607 other.overwrite(*this);
611 other.overwrite(*this);
623 other.overwrite(*this);
628 other.overwrite(*this);
637 other.overwrite(*this);
653 other.overwrite(*this);
668 other.overwrite(*this);
681 other.overwrite(*this);
687 void Defined::overwrite(Symbo function in class:Defined
[all...]
H A DSymbols.h260 void overwrite(Symbol &sym, Kind k) const { function in class:lld::elf::Symbol
363 void overwrite(Symbol &sym) const;
401 void overwrite(Symbol &sym) const { function in class:lld::elf::CommonSymbol
402 Symbol::overwrite(sym, CommonKind);
420 void overwrite(Symbol &sym) const { function in class:lld::elf::Undefined
421 Symbol::overwrite(sym, UndefinedKind);
464 void overwrite(Symbol &sym) const { function in class:lld::elf::SharedSymbol
465 Symbol::overwrite(sym, SharedKind);
492 void overwrite(Symbol &sym) const { Symbol::overwrite(sy function in class:lld::elf::LazySymbol
[all...]
H A DWriter.cpp263 .overwrite(sym);
289 .overwrite(*sym);
/freebsd-current/contrib/llvm-project/lldb/include/lldb/API/
H A DSBEnvironment.h94 /// If the variable exists, its value is updated only if overwrite is true.
102 /// \param [in] overwrite
103 /// Flag that indicates whether to overwrite an existing environment
108 bool Set(const char *name, const char *value, bool overwrite);
/freebsd-current/contrib/llvm-project/lldb/source/API/
H A DSBEnvironment.cpp75 bool SBEnvironment::Set(const char *name, const char *value, bool overwrite) { argument
76 LLDB_INSTRUMENT_VA(this, name, value, overwrite);
78 if (overwrite) {
/freebsd-current/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_environment.cpp173 void __kmp_env_set(char const *name, char const *value, int overwrite) { argument
176 int rc = setenv(name, value, overwrite);
188 if (!overwrite) {
191 // Variable exists, do not overwrite.
H A Dkmp_environment.h30 void __kmp_env_set(char const *name, char const *value, int overwrite);
/freebsd-current/contrib/ncurses/
H A Dconfigure768 --disable-overwrite put headers in subdir, omit link to -lcurses
3058 # We do the test twice because some compilers refuse to overwrite an
8191 ### use option --disable-overwrite to leave out the link to -lcurses
8195 # Check whether --enable-overwrite or --disable-overwrite was given.
24269 # We do the test twice because some compilers refuse to overwrite an
29925 overwrite=$WITH_OVERWRITE \
H A Dmk-1st.awk54 # overwrite ("yes" or "no", flag to add link to libcurses.a
311 printf "# overwrite: %s\n", overwrite
406 if ( overwrite == "yes" && name == "ncurses" )
445 if ( overwrite == "yes" && name == "ncurses" )
508 if ( overwrite == "yes" && lib_name == "libncurses.a" )
531 if ( overwrite == "yes" && lib_name == "libncurses.a" )
/freebsd-current/contrib/ncurses/ncurses/base/
H A Dlib_overlay.c38 ** The routines overlay(), copywin(), and overwrite().
118 ** overwrite(win1, win2)
121 ** overwrite() writes the overlapping area of win1 behind win2
127 overwrite(const WINDOW *win1, WINDOW *win2) function
129 T((T_CALLED("overwrite(%p,%p)"), (const void *) win1, (void *) win2));
/freebsd-current/contrib/netbsd-tests/fs/tmpfs/
H A Dt_sizes.sh110 atf_test_case overwrite
138 atf_add_test_case overwrite
/freebsd-current/contrib/netbsd-tests/lib/libcurses/slave/
H A Dcurses_commands.c3759 report_return(overwrite(source, dest));
/freebsd-current/contrib/openpam/
H A Dconfig.guess1439 operating system you are using. If your script is old, overwrite *all*
/freebsd-current/contrib/openpam/lib/libpam/
H A Dpam_setenv.c61 int overwrite)
75 if (!overwrite && openpam_findenv(pamh, name, strlen(name)) >= 0)
58 pam_setenv(pam_handle_t *pamh, const char *name, const char *value, int overwrite) argument
/freebsd-current/contrib/unifdef/tests/
H A Doverdir.sh2 cp if1.c overdir/overwrite.c
3 unifdef -DFOO=1 -DFOOB=42 -UBAR -ooverdir/overwrite.c overdir/overwrite.c
5 cat overdir/overwrite.c

Completed in 534 milliseconds

123