VirtualBox

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

Last change on this file since 53688 was 53658, checked in by vboxsync, 10 years ago

VBoxDTrace: Generated dt_names.c and dt_errtags.c. (r35)

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 601 bytes
Line 
1#$Id: mknames.sed 53658 2015-01-02 12:31:02Z 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\ switch (subr)
23i\ {
24b end
25
26:footer
27i\ default:
28i\ return "unknown";
29i\ }
30i\}
31b end
32
33
34
35
36:end
37
Note: See TracBrowser for help on using the repository browser.

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