Home
last modified time | relevance | path

Searched refs:clobber (Results 1 – 25 of 59) sorted by relevance

123

/freebsd-14-stable/contrib/tcp_wrappers/
HDsetenv.c19 int setenv(char *name, char *value, int clobber) in setenv() argument
25 if (clobber == 0 && getenv(name) != 0) in setenv()
HDenviron.c93 int setenv(char *name, char *value, int clobber) in setenv() argument
104 if (envp != 0 && clobber == 0) in setenv()
/freebsd-14-stable/contrib/elftoolchain/common/
HDMakefile8 .PHONY: all clean clobber depend obj
12 clean clobber: target
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/VE/
HDVERegisterInfo.cpp136 Register clobber; member in __anonc617b4360111::EliminateFrameIndex
190 : TII(TII), TRI(TRI), DL(DL), MBB(MBB), II(II), clobber(VE::SX13) {} in EliminateFrameIndex()
213 build(VE::LEAzii, clobber).addImm(0).addImm(0).addImm(Lo_32(Offset)); in prepareReplaceFI()
214 build(VE::ANDrm, clobber).addReg(clobber).addImm(M0(32)); in prepareReplaceFI()
215 build(VE::LEASLrri, clobber) in prepareReplaceFI()
216 .addReg(clobber) in prepareReplaceFI()
221 FrameReg = clobber; in prepareReplaceFI()
/freebsd-14-stable/usr.bin/split/
HDsplit.c67 static bool clobber = true; /* Whether to overwrite existing output files. */ variable
132 clobber = false; in main()
369 if (!clobber) in newfile()
446 if (!clobber && errno == EEXIST) in newfile()
/freebsd-14-stable/sys/conf/
HDkern.post.mk72 .for target in all clean cleandepend cleandir clobber depend install \
80 ${target:S/^reinstall$/install/:S/^clobber$/cleandir/}
86 ${target:S/^reinstall$/install/:S/^clobber$/cleandir/}
151 kernel-clobber:
/freebsd-14-stable/contrib/elftoolchain/libelftc/
HDMakefile54 .if !make(clean) && !make(clobber) && !make(obj)
/freebsd-14-stable/crypto/openssh/regress/misc/fuzz-harness/
HDkex_fuzz.cc42 struct sshbuf *store, int clobber, size_t *n) in do_send_and_receive() argument
57 debug_f("%zu%s", len, clobber ? " ignore" : ""); in do_send_and_receive()
68 if (!clobber && (r = ssh_input_append(to, buf, len)) != 0) { in do_send_and_receive()
/freebsd-14-stable/contrib/byacc/
HDdescrip.mms35 clobber : clean
HDMakefile.old54 clobber:; @rm -f $(OBJS) $(PROGRAM)
HDvmsbuild.com153 $ clobber :
/freebsd-14-stable/usr.bin/mail/
HDcmdtab.c118 { "clobber", clobber, M|RAWLIST, 0, 1 },
HDextern.h91 int clobber(void *);
HDcmd2.c387 clobber(void *arg) in clobber() function
/freebsd-14-stable/contrib/ntp/html/hints/
HDdecosf129 as it will cheerfully clobber your painstakingly crafted ntp.conf program.
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/M68k/
HDM68kInstrCompiler.td76 // sub / add which can clobber CCR.
HDM68kInstrControl.td261 // All calls clobber the non-callee saved registers. %SP is marked as
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
HDWebAssemblyInstrControl.td70 // These use/clobber VALUE_STACK to prevent them from being moved into the
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/LoongArch/
HDLoongArchRegisterInfo.td118 // restored to the saved value before the tail call, which would clobber a call
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86InstrControl.td205 // All calls clobber the non-callee saved registers. ESP is marked as
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/MSP430/
HDMSP430InstrInfo.td172 // sub / add which can clobber SR.
277 // All calls clobber the non-callee saved registers. SPW is marked as
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
HDRISCVRegisterInfo.td184 // restored to the saved value before the tail call, which would clobber a call
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
HDSystemZInstrInfo.td129 // These instructions do not use or clobber the condition codes.
131 // instructions clobber CC, so that we can lower them to separate
192 // Decrement a register and branch if it is nonzero. These don't clobber CC,
199 // This doesn't need to clobber CC since we never need to split it.
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/XCore/
HDXCoreInstrInfo.td698 // All calls clobber the link register and the non-callee-saved registers:
979 // All calls clobber the link register and the non-callee-saved registers:
/freebsd-14-stable/contrib/bmake/mk/
HDmk-files.txt110 # now clobber the environment

123