VirtualBox

source: vbox/trunk/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/mknames.sed@ 63435

Last change on this file since 63435 was 62835, checked in by vboxsync, 9 years ago

ExtPacks/dtrace: warnings

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 618 bytes
Line 
1#$Id: mknames.sed 62835 2016-08-01 16:41:36Z vboxsync $
2## @file
3# pure sed version of mknames.sh.
4#
5
61b heading
7$b footer
8/DIF_SUBR_MAX/b end
9s/^#[[:space:]]*define[[:space:]][[:space:]]*\(DIF_SUBR_[a-zA-Z0-9_]*\).*$/ case \1: \
10 return "\L\1";/p
11b end
12
13:heading
14i\/* Autogenerated source file - DO NOT EDIT! */
15i\/*
16i\ * Copyright 2003 Sun Microsystems, Inc. All rights reserved.
17i\ * Use is subject to license terms.
18i\ */
19i\#include <dtrace.h>
20i\const char *dtrace_subrstr(dtrace_hdl_t *dtp, int subr)
21i\{
22i\ (void)dtp;
23i\ switch (subr)
24i\ {
25b end
26
27:footer
28i\ default:
29i\ return "unknown";
30i\ }
31i\}
32b end
33
34
35
36
37:end
38
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette