代码搜索:names
找到约 10,000 项符合「names」的源代码
代码结果 10,000
www.eeworm.com/read/440906/1781876
c asm-names.c
/* The name specified by an asm("...") suffix on a declaration is not
to have an underscore prefixed, even if normal symbols are.
Problem reported by Krister Walfridsson . */
/
www.eeworm.com/read/437018/1838486
deck long_names.deck
Long names
*
* This circuit contains a sine wave source followed by a
* gain block code model with a gain of 10. Long names
* are used for instances, models, and nodes.
*
.tran 1e-5 1e-3
*
v1_1234567
www.eeworm.com/read/428548/1959102
h rt_names.h
/* vi: set sw=4 ts=4: */
#ifndef RT_NAMES_H_
#define RT_NAMES_H_ 1
#if __GNUC_PREREQ(4,1)
# pragma GCC visibility push(hidden)
#endif
extern const char* rtnl_rtprot_n2a(int id, char *buf, int len);
www.eeworm.com/read/428548/1959108
c rt_names.c
/* vi: set sw=4 ts=4: */
/*
* rt_names.c rtnetlink names DB.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
*
www.eeworm.com/read/427042/1979561
c o_names.c
#include
#include
#include
#include
#include
#include
#include
#include
www.eeworm.com/read/427042/1980384
pl extract-names.pl
#!/usr/bin/perl
$/ = ""; # Eat a paragraph at once.
while() {
chop;
s/\n/ /gm;
if (/^=head1 /) {
$name = 0;
} elsif ($name) {
if (/ - /) {
s/ - .*//;
s/,\s+/,/g;