| /sfw/usr/src/cmd/gcc/gcc-3.4.3/gcc/testsuite/g++.dg/init/ |
| string1.C | 3 extern const char * const target = "foo"; variable 7 f (target); // { dg-error "conversion" }
|
| /sfw/usr/src/cmd/net-snmp/net-snmp-5.4.1/agent/mibgroup/ |
| target.h | 1 config_require(target/snmpTargetAddrEntry) 2 config_require(target/snmpTargetParamsEntry) 3 config_require(target/target) 4 config_require(target/target_counters) 5 config_add_mib(SNMP-TARGET-MIB)
|
| /sfw/usr/src/cmd/gcc/gcc-3.4.3/gcc/testsuite/objc.dg/ |
| const-str-2.m | 5 { dg-error "no class name specified|missing argument" "" { target *-*-* } 0 }
|
| /sfw/usr/src/lib/trove/trove-2.0.4/src/gnu/trove/ |
| ToObjectArrayProcedure.java | 22 * A procedure which stores each value it receives into a target array. 31 private final T[] target; field in class:ToObjectArrayProcedure 34 public ToObjectArrayProcedure(final T[] target) { 35 this.target = target; 39 target[pos++] = value;
|
| /sfw/usr/src/cmd/automake/automake-1.10/automake-1.10/tests/ |
| all.test | 25 for target in all install-exec install-data uninstall; do 26 echo "Doing $target" 27 echo "${target}-local:" > Makefile.am 32 $FGREP "${target}-local ${target}-local" Makefile.in && exit 1
|
| /sfw/usr/src/cmd/automake/automake-1.9.6/automake-1.9.6/tests/ |
| all.test | 25 for target in all install-exec install-data uninstall; do 26 echo "Doing $target" 27 echo "${target}-local:" > Makefile.am 32 $FGREP "${target}-local ${target}-local" Makefile.in && exit 1
|
| /sfw/usr/src/cmd/binutils/binutils-2.19/ld/testsuite/ld-arm/ |
| emit-relocs1.s | 5 b target 6 b target+16
|
| /sfw/usr/src/cmd/perl510/perl-5.10.0/lib/CGI/eg/ |
| make_links.pl | 6 ($target=$_)=~s/cgi$/txt/; 7 symlink $_,$target
|
| /sfw/usr/src/cmd/postgres/postgresql-8.3/postgresql-8.3.8/src/tools/msvc/ |
| install.pl | 11 my $target = shift || Usage(); 12 Install($target);
|
| /sfw/usr/src/cmd/postgres/postgresql-8.4/postgresql-8.4.1/src/tools/msvc/ |
| install.pl | 11 my $target = shift || Usage(); 12 Install($target);
|
| /sfw/usr/src/lib/jdtcore/plugins/org.eclipse.core.resources/src/org/eclipse/core/internal/utils/ |
| WrappedRuntimeException.java | 20 private Throwable target; field in class:WrappedRuntimeException 22 public WrappedRuntimeException(Throwable target) { 24 this.target = target; 28 return this.target; 32 return target.getMessage();
|
| /sfw/usr/src/cmd/mrtg/mrtg-2.16.2/contrib/procmem/ |
| create-cfg-proc.pl | 36 $target = "$ARGV[0]"."_"."$counter"; 42 Target[$target]: `/home/alexander1/dste/cisco/getproc.pl $ARGV[0] $instance` 43 Title[$target]: $counter processor usage 44 MaxBytes[$target]: 100 45 Unscaled[$target]: dwmy 46 PageTop[$target]: <H1> $counter processor usage </H1> 47 Suppress[$target]: y 48 LegendI[$target]: % 49 LegendO[$target] [all...] |
| /sfw/usr/src/cmd/php5/php-5.2.11/ext/xmlrpc/libxmlrpc/ |
| simplestring.c | 181 * copies n characters from source to target string 183 * target - target string 193 void simplestring_addn(simplestring* target, const char* source, int add_len) { 194 if(target && source) { 195 if(!target->str) { 196 simplestring_init_str(target); 198 if(target->len + add_len + 1 > target->size) { 200 int newsize = target->len + add_len + 1 [all...] |
| /sfw/usr/src/lib/xpp3-min/xpp3-1.1.4c/src/java/builder/org/xmlpull/v1/builder/adapter/ |
| XmlAttributeAdapter.java | 13 private XmlAttribute target; field in class:XmlAttributeAdapter 18 ela.target = (XmlAttribute) target.clone(); 23 public XmlAttributeAdapter(XmlAttribute target) { 24 this.target = target; 29 return target.getOwner(); 33 return target.getNamespaceName(); 37 return target.getNamespace(); 41 return target.getName() [all...] |
| /sfw/usr/src/cmd/swig/swig-1.3.35/Examples/test-suite/errors/ |
| swig_typemap_old.i | 5 $target;
|
| /sfw/usr/src/cmd/swig/swig-1.3.35/Lib/ruby/ |
| rubyapi.swg | 10 SWIG_Ruby_AppendOutput(VALUE target, VALUE o) { 11 if (NIL_P(target)) { 12 target = o; 14 if (TYPE(target) != T_ARRAY) { 15 VALUE o2 = target; 16 target = rb_ary_new(); 17 rb_ary_push(target, o2); 19 rb_ary_push(target, o); 21 return target;
|
| /sfw/usr/src/lib/antlr/antlr-3.0/src/org/antlr/analysis/ |
| Transition.java | 34 * transitions) and has a label/target pair. I have abstracted the notion 38 /** What label must be consumed to transition to target */ 41 /** The target of this transition */ 42 public State target; field in class:Transition 44 public Transition(Label label, State target) { 46 this.target = target; 49 public Transition(int label, State target) { 51 this.target = target; [all...] |
| /sfw/usr/src/lib/drools/drools-compiler/src/main/java/org/drools/lang/descr/ |
| ImportDescr.java | 26 private String target; field in class:ImportDescr 32 this.target = clazzName; 36 return this.target; 40 this.target = clazzName; 49 result = PRIME * result + ((this.target == null) ? 0 : this.target.hashCode()); 68 if ( this.target == null ) { 69 if ( other.target != null ) { 72 } else if ( !this.target.equals( other.target ) ) { [all...] |
| /sfw/usr/src/lib/xom/xom-1.1-src/src/nu/xom/ |
| ProcessingInstruction.java | 32 * <li>The target, a non-colonized name</li> 47 private String target; field in class:ProcessingInstruction 53 * Create a processing instruction with a certain target and data. 56 * @param target the target of the processing instruction 59 * @throws IllegalTargetException if the target is not a 64 public ProcessingInstruction(String target, String data) { 65 _setTarget(target); 79 this.target = instruction.target; [all...] |
| /sfw/usr/src/cmd/gcc/gcc-3.4.3/libjava/java/awt/ |
| LayoutManager2.java | 63 * Determines the maximum size of the specified target container. 65 * @param target the container to lay out 69 Dimension maximumLayoutSize(Container target); 72 * Returns the preferred X axis alignment for the specified target 77 * @param target the target container 80 float getLayoutAlignmentX(Container target); 83 * Returns the preferred Y axis alignment for the specified target 88 * @param target the target containe [all...] |
| /sfw/usr/src/cmd/gcc/gcc-3.4.3/libjava/java/lang/reflect/ |
| InvocationTargetException.java | 67 private final Throwable target; field in class:InvocationTargetException 99 target = targetException; 110 return target; 121 return target;
|
| /sfw/usr/src/cmd/grails/grails-1.0.3/src/groovy/org/codehaus/groovy/grails/plugins/converters/codecs/ |
| JSONCodec.groovy | 32 static encode = { target -> 33 return new JSON(target).toString(true)
|
| XMLCodec.groovy | 32 static encode = { target -> 33 return new XML(target).toString()
|
| /sfw/usr/src/lib/jdtcore/plugins/org.eclipse.core.resources.win32/src/org/eclipse/core/internal/resources/refresh/win32/ |
| Convert.java | 31 * @param target The String to be converted, can not be <code>null</code>. 38 public static byte[] toPlatformBytes(String target) { 40 return target.getBytes(); 43 return target.getBytes(defaultEncoding); 47 return target.getBytes();
|
| /sfw/usr/src/cmd/snort/snort-2.8.4.1/rpm/ |
| generate-all-rpms | 19 rpmbuild -bb --target i386 --with mysql --with postgresql snort.spec 20 rpmbuild -bs --target i386 snort.spec 28 #rpmbuild -bb --target i386 --with inline --with mysql --with postgresql snort.spec
|