Searched refs:prototype (Results 1 - 15 of 15) sorted by relevance
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/ |
H A D | cproto.t | 16 ok( !defined prototype "CORE::".$keyword, $keyword ); 19 eval { prototype "CORE::".$keyword }; 23 is( "(".prototype("CORE::".$keyword).")", $proto, $keyword ); 163 prototype undef
|
/osnet-11/usr/src/lib/libsocket/socket/ |
H A D | socket.c | 111 int prototype = 0; local 127 &devpath, &prototype) == -1) { 137 if (prototype != 0) { 139 (caddr_t)&prototype, (int)sizeof (prototype)) < 0) {
|
H A D | _soutil.c | 118 * Returns the pathname and a prototype value (to be passed into SO_PROTOTYPE) 123 char **pathp, int *prototype) 134 *prototype = 0; 136 *prototype = protocol; 122 _s_netconfig_path(int family, int type, int protocol, char **pathp, int *prototype) argument
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Storable/t/ |
H A D | code.t | 94 ok(prototype($thawed->[4]), prototype($obj[0]->[4])); 139 ok(prototype($thawed->[4]), prototype($obj[0]->[4])); 151 ok(prototype($thawed->[4]), prototype($obj[0]->[4])); 282 ok(prototype($thawed->[4]), prototype($obj[0]->[4]));
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/comp/ |
H A D | proto.t | 8 # It is impossible to test every prototype that can be specified, but 24 my $p = prototype(shift); 26 my $what = defined $c ? '(' . $p . ')' : 'no prototype'; 401 print "not " if defined prototype('CORE::print'); 404 print "not " if defined prototype('CORE::system'); 407 print "# CORE::open => ($p)\nnot " if ($p = prototype('CORE::open')) ne '*;$@'; 411 if defined ($p = eval { prototype('CORE::Foo') or 1 }) or $@ !~ /^Can't find an opnumber/; 437 # test if the (*) prototype allows barewords, constants, scalar expressions, 535 # test scalarref prototype 552 no warnings 'prototype'; [all...] |
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ |
H A D | myconfig.SH | 48 alignbytes=$alignbytes, prototype=$prototype
|
H A D | config_h.SH | 1952 * a prototype for shmat(). Otherwise, it is up to the program to 2205 #$prototype CAN_PROTOTYPE /**/ 2360 * a prototype for the dbminit() function. Otherwise, it is up 2414 * a prototype for the flock() function. Otherwise, it is up 2656 * a prototype for the modfl() function. Otherwise, it is up 2730 * a prototype for the sbrk() function. Otherwise, it is up 2782 * a prototype for the sockatmark() function. Otherwise, it is up 2802 * a prototype for the setresgid() function. Otherwise, it is up 2810 * a prototype for the setresuid() function. Otherwise, it is up 2877 * a prototype fo [all...] |
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/List/Util/t/ |
H A D | proto.t | 32 $proto = prototype shift;
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/t/ |
H A D | Functions.t | 116 next, prototype, redo, return, sub, wantarray 122 defined, dump, eval, formline, local, my, our, prototype,
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Safe/t/ |
H A D | safeops.t | 88 prototype prototype 'foo'
|
/osnet-11/usr/src/cmd/perl/5.8.4/i386/ |
H A D | config.sh | 815 prototype='define'
|
/osnet-11/usr/src/cmd/perl/5.8.4/sparc/ |
H A D | config.sh | 814 prototype='define'
|
/osnet-11/usr/src/grub/grub2/ |
H A D | configure | 11119 /* Override any GCC internal prototype to avoid an error. 11121 builtin and then its argument prototype would still apply. */ 11717 /* Override any GCC internal prototype to avoid an error. 11719 builtin and then its argument prototype would still apply. */ 11793 /* Override any GCC internal prototype to avoid an error. 11795 builtin and then its argument prototype would still apply. */ 12147 /* Override any GCC internal prototype to avoid an error. 12149 builtin and then its argument prototype would still apply. */ 13449 /* Override any GCC internal prototype to avoid an error. 13451 builtin and then its argument prototype woul [all...] |
/osnet-11/usr/src/grub/grub-0.97/ |
H A D | configure | 4565 /* Override any gcc2 internal prototype to avoid an error. */ 4570 builtin and then its argument prototype would still apply. */ 4641 /* Override any gcc2 internal prototype to avoid an error. */ 4646 builtin and then its argument prototype would still apply. */ 4713 /* Override any gcc2 internal prototype to avoid an error. */ 4718 builtin and then its argument prototype would still apply. */
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/ |
H A D | xsubpp | 57 By default I<xsubpp> will not automatically generate prototype code for 246 # prototype defaults to '$' 248 warn("Warning: File '$typemap' Line $. '$line' Invalid prototype '$proto'\n") 693 death("Error: Invalid prototype '$_'") 699 # If no prototype specified, then assume empty prototype "" 1256 #XS(XS_${Full_func_name}); /* prototype to pass -Wmissing-prototypes */ 1518 # Build the prototype string for the xsub 1523 # User has specified empty prototype 1527 # User has specified a prototype [all...] |
Completed in 72 milliseconds