| /src/external/ibm-public/postfix/dist/src/util/ |
| safe.h | 18 extern int unsafe(void);
|
| safe_getenv.c | 15 /* environment, provided that the unsafe() routine agrees. 17 /* unsafe(3), detect non-user privileges 42 return (unsafe() == 0 ? getenv(name) : 0);
|
| unsafe.c | 1 /* $NetBSD: unsafe.c,v 1.2 2020/03/18 19:05:22 christos Exp $ */ 5 /* unsafe 3 11 /* int unsafe() 59 /* unsafe - can we trust user-provided environment, working directory, etc. */ 61 int unsafe(void) function
|
| msg_syslog.c | 198 if (unsafe())
|
| msg_logger.c | 262 if (unsafe())
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.go/ |
| unsafe.go | 4 "unsafe") 9 fmt.Printf ("%d\n", unsafe.Sizeof (42)) 10 fmt.Printf ("%d\n", unsafe.Sizeof (mystring))
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.go/ |
| unsafe.go | 4 "unsafe") 9 fmt.Printf ("%d\n", unsafe.Sizeof (42)) 10 fmt.Printf ("%d\n", unsafe.Sizeof (mystring))
|
| /src/external/apache2/llvm/dist/llvm/bindings/go/llvm/ |
| support.go | 24 "unsafe" 32 defer C.free(unsafe.Pointer(libstr)) 36 C.free(unsafe.Pointer(errstr)) 48 defer C.free(unsafe.Pointer(argstrs[i])) 51 defer C.free(unsafe.Pointer(overviewstr))
|
| bitreader.go | 24 "unsafe" 33 defer C.free(unsafe.Pointer(cfilename)) 37 C.free(unsafe.Pointer(errmsg)) 48 C.free(unsafe.Pointer(errmsg))
|
| executionengine.go | 21 import "unsafe" 56 return (*C.LLVMGenericValueRef)(unsafe.Pointer(t)) 67 func NewGenericValueFromPointer(p unsafe.Pointer) (g GenericValue) { 82 func (g GenericValue) Pointer() unsafe.Pointer { 115 C.LLVMInitializeMCJITCompilerOptions(&options, C.size_t(unsafe.Sizeof(C.struct_LLVMMCJITCompilerOptions{}))) 121 fail := C.LLVMCreateMCJITCompilerForModule(&ee.C, m.C, &options.C, C.size_t(unsafe.Sizeof(C.struct_LLVMMCJITCompilerOptions{})), &cmsg) 157 defer C.free(unsafe.Pointer(cname)) 162 func (ee ExecutionEngine) RecompileAndRelinkFunction(f Value) unsafe.Pointer { 171 func (ee ExecutionEngine) AddGlobalMapping(global Value, addr unsafe.Pointer) { 175 func (ee ExecutionEngine) PointerToGlobal(global Value) unsafe.Pointer [all...] |
| transforms_instrumentation.go | 20 import "unsafe" 42 defer C.free(unsafe.Pointer(abiliststrs[i]))
|
| ir.go | 22 import "unsafe" 95 func llvmTypeRefPtr(t *Type) *C.LLVMTypeRef { return (*C.LLVMTypeRef)(unsafe.Pointer(t)) } 96 func llvmValueRefPtr(t *Value) *C.LLVMValueRef { return (*C.LLVMValueRef)(unsafe.Pointer(t)) } 98 return (*C.LLVMMetadataRef)(unsafe.Pointer(t)) 101 return (*C.LLVMBasicBlockRef)(unsafe.Pointer(t)) 365 defer C.free(unsafe.Pointer(cname)) 372 defer C.free(unsafe.Pointer(cname)) 383 defer C.free(unsafe.Pointer(cname)) 405 defer C.free(unsafe.Pointer(ckind)) 407 defer C.free(unsafe.Pointer(cval) [all...] |
| dibuilder.go | 23 "unsafe" 127 defer C.free(unsafe.Pointer(file)) 129 defer C.free(unsafe.Pointer(dir)) 131 defer C.free(unsafe.Pointer(producer)) 133 defer C.free(unsafe.Pointer(flags)) 135 defer C.free(unsafe.Pointer(sysroot)) 137 defer C.free(unsafe.Pointer(sdk)) 160 defer C.free(unsafe.Pointer(cfilename)) 162 defer C.free(unsafe.Pointer(cdir)) 211 defer C.free(unsafe.Pointer(name) [all...] |
| target.go | 22 import "unsafe" 119 defer C.free(unsafe.Pointer(crep)) 219 defer C.free(unsafe.Pointer(ctriple)) 223 C.free(unsafe.Pointer(errstr)) 245 defer C.free(unsafe.Pointer(cTriple)) 247 defer C.free(unsafe.Pointer(cCPU)) 249 defer C.free(unsafe.Pointer(cFeatures)) 276 C.free(unsafe.Pointer(errstr)) 293 defer C.free(unsafe.Pointer(cTriple))
|
| /src/external/gpl3/gcc/dist/libquadmath/math/ |
| expq.c | 136 int tval1, tval2, unsafe, n_i; local 178 /* 'unsafe' is 1 iff n_1 != 0. */ 179 unsafe = abs(n_i) >= 15000; 180 ex2_u.ieee.exponent += n_i >> unsafe; 184 scale_u.ieee.exponent += n_i - (n_i >> unsafe); 226 if (!unsafe)
|
| /src/external/gpl3/gcc.old/dist/libquadmath/math/ |
| expq.c | 136 int tval1, tval2, unsafe, n_i; local 178 /* 'unsafe' is 1 iff n_1 != 0. */ 179 unsafe = abs(n_i) >= 15000; 180 ex2_u.ieee.exponent += n_i >> unsafe; 184 scale_u.ieee.exponent += n_i - (n_i >> unsafe); 226 if (!unsafe)
|
| /src/external/lgpl2/userspace-rcu/dist/include/urcu/arch/ |
| aarch64.h | 46 # error Your gcc version performs unsafe access to deallocated stack
|
| /src/external/gpl2/groff/dist/contrib/grap2graph/ |
| grap2graph.sh | 11 # A -U option on the command line enables gpic/groff "unsafe" mode. 40 -unsafe)
|
| /src/external/gpl2/groff/dist/contrib/eqn2graph/ |
| eqn2graph.sh | 11 # A -U option on the command line enables gpic/groff "unsafe" mode. 44 -unsafe)
|
| /src/external/gpl2/groff/dist/contrib/pic2graph/ |
| pic2graph.sh | 11 # An -unsafe option on the command line enables gpic/groff "unsafe" mode. 46 -unsafe)
|
| /src/external/ibm-public/postfix/dist/src/global/ |
| mail_conf.c | 221 && unsafe()) /* untrusted env and cli */
|
| /src/external/ibm-public/postfix/dist/src/postfix/ |
| postfix.c | 540 if (unsafe() != 0)
|
| /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/internal/ |
| lifetime.d | 12 buffer, without breaking the type system with unsafe casts.
|
| /src/external/ibm-public/postfix/dist/src/master/ |
| master.c | 353 if (unsafe() != 0)
|
| /src/external/ibm-public/postfix/lib/util/ |
| Makefile | 225 unsafe.c \
|