VirtualBox

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

最後變更 在這個檔案從53658是 53658,由 vboxsync 提交於 10 年 前

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

  • 屬性 svn:eol-style 設為 LF
  • 屬性 svn:keywords 設為 Author Date Id Revision
檔案大小: 601 位元組
 
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
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

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