/osnet-11/usr/src/lib/libresolv2/common/irs/ |
H A D | gai_strerror.c | 59 static int once = 0; 67 if (!once) { 70 if (!once) { 75 once = 1;
|
H A D | irs_data.c | 60 static int once = 0; variable 135 if (!once) { 138 if (!once) { 143 once = 1;
|
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/Pg/ |
H A D | Makefile.PL | 49 no warnings qw(once);
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ |
H A D | vars.t | 13 # catch "used once" warnings 24 my $e = !(grep /^Name "X::x" used only once: possible typo/, @warns) && 'not '; 26 $e = !(grep /^Name "main::x" used only once: possible typo/, @warns) && 'not '; 28 $e = !(grep /^Name "main::y" used only once: possible typo/, @warns) && 'not '; 30 $e = !(grep /^Name "main::z" used only once: possible typo/, @warns) && 'not '; 36 # to avoid "used once" warnings
|
H A D | constant.pm | 236 =head2 Defining multiple constants at once 332 Multiple constant declarations at once added by Casey West,
|
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/ |
H A D | Makefile.PL | 50 no warnings qw(once);
|
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/Privilege/ |
H A D | Makefile.PL | 32 no warnings qw(once);
|
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/Project/ |
H A D | Makefile.PL | 32 no warnings qw(once);
|
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/Task/ |
H A D | Makefile.PL | 32 no warnings qw(once);
|
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/Ucred/ |
H A D | Makefile.PL | 32 no warnings qw(once);
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/t/ |
H A D | utf8.t | 16 no warnings qw/ once /;
|
/osnet-11/usr/src/lib/libc/port/threads/ |
H A D | pthread.c | 154 * pthread_once: calls given function only once. 160 __once_t *once = (__once_t *)once_control; local 162 if (once == NULL || init_routine == NULL) 165 if (once->once_flag == PTHREAD_ONCE_NOTDONE) { 166 (void) mutex_lock(&once->mlock); 167 if (once->once_flag == PTHREAD_ONCE_NOTDONE) { 168 pthread_cleanup_push(mutex_unlock, &once->mlock); 172 once->once_flag = PTHREAD_ONCE_DONE; 174 (void) mutex_unlock(&once->mlock);
|
/osnet-11/usr/src/lib/libast/common/sfio/ |
H A D | vthread.h | 153 /* structure for exactly once execution */ 156 _vtonce_t once; member in struct:_vtonce_s 169 #define vtonceerror(once) ((once)->error) 215 #define vtonceerror(once) (0)
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/run/ |
H A D | runenv.t | 100 qq{Name "main::x" used only once: possible typo at -e line 1.\nUse of uninitialized value in print at -e line 1.\n}); 118 Name "main::x" used only once: possible typo at -e line 1. 127 Name "main::x" used only once: possible typo at -e line 1.
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Data/Dumper/t/ |
H A D | pair.t | 11 no warnings 'once'; 23 no warnings qw(once);
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/ |
H A D | Scalar.t | 50 ok( $scalar, 'tied once more' );
|
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/Exacct/Catalog/ |
H A D | Makefile.PL | 30 no warnings qw(once);
|
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/Exacct/File/ |
H A D | Makefile.PL | 30 no warnings qw(once);
|
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/Exacct/ |
H A D | Makefile.PL | 45 no warnings qw(once);
|
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/Exacct/Object/ |
H A D | Makefile.PL | 30 no warnings qw(once);
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Text/TabsWrap/t/ |
H A D | wrap.t | 87 my mother once said 91 my mother once said
|
/osnet-11/usr/src/lib/libsqlite/src/ |
H A D | tclsqlite.c | 74 int once; /* Set for first callback only */ member in struct:CallbackData 99 assert( cbData->once ); 100 cbData->once = 0; 185 if( azCol==0 || (cbData->once && cbData->zArray[0]) ){ 197 cbData->once = 0; 796 cbData.once = 1;
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Sys/Syslog/t/ |
H A D | syslog.t | 18 use warnings qw(closure deprecated exiting glob io misc numeric once overflow
|
/osnet-11/usr/src/lib/libast/common/regex/ |
H A D | reglib.h | 551 unsigned char once; /* if 1st parse fails, quit */ member in struct:reglib_s
|
/osnet-11/usr/src/lib/libc/sparc/gen/ |
H A D | strcpy.s | 56 ! once this has occurred, the copy takes place, while checking
|