003 File Manager
Current Path:
/usr/src/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/scalars
usr
/
src
/
cddl
/
contrib
/
opensolaris
/
cmd
/
dtrace
/
test
/
tst
/
common
/
scalars
/
📁
..
📄
err.D_ARR_LOCAL.thisarray.d
(1.19 KB)
📄
err.D_DECL_CLASS.selfthis.d
(1.1 KB)
📄
err.D_DECL_CLASS.thisself.d
(1.08 KB)
📄
err.D_DECL_IDRED.errval.d
(1.11 KB)
📄
err.D_OP_INCOMPAT.dec.err.d
(1.09 KB)
📄
err.D_OP_INCOMPAT.dupgtype.d
(1.11 KB)
📄
err.D_OP_INCOMPAT.dupltype.d
(1.13 KB)
📄
err.D_OP_INCOMPAT.dupttype.d
(1.19 KB)
📄
err.D_SYNTAX.declare.d
(1.1 KB)
📄
err.bigglobal.d
(587 B)
📄
err.biglocal.d
(598 B)
📄
tst.16kglobal.d
(641 B)
📄
tst.16klocal.d
(643 B)
📄
tst.basicvar.d
(1.28 KB)
📄
tst.basicvar.d.out
(23 B)
📄
tst.localvar.d
(1.21 KB)
📄
tst.misc.d
(1.52 KB)
📄
tst.self.d
(1.11 KB)
📄
tst.selfarray.d
(1.24 KB)
📄
tst.selfarray2.d
(1.47 KB)
📄
tst.selfthis.d
(1.16 KB)
📄
tst.this.d
(1.08 KB)
📄
tst.thisself.d
(1.16 KB)
Editing: tst.16kglobal.d
/* * This file and its contents are supplied under the terms of the * Common Development and Distribution License ("CDDL"), version 1.0. * You may only use this file in accordance with the terms of version * 1.0 of the CDDL. * * A full copy of the text of the CDDL should have accompanied this * source. A copy of the CDDL is also available via the Internet at * http://www.illumos.org/license/CDDL. */ /* * Copyright (c) 2016, Joyent, Inc. All rights reserved. */ #pragma D option strsize=16k char *k; BEGIN { j = probeprov; k = j; k[0] = 'D'; k[1] = 'T'; } BEGIN { trace(stringof(k)); exit(k == "DTrace" ? 0 : 1); }
Upload File
Create Folder