Searched refs:once (Results 1 - 25 of 68) sorted by relevance

123

/osnet-11/usr/src/lib/libresolv2/common/irs/
H A Dgai_strerror.c59 static int once = 0;
67 if (!once) {
70 if (!once) {
75 once = 1;
H A Dirs_data.c60 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 DMakefile.PL49 no warnings qw(once);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dvars.t13 # 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 Dconstant.pm236 =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 DMakefile.PL50 no warnings qw(once);
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/Privilege/
H A DMakefile.PL32 no warnings qw(once);
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/Project/
H A DMakefile.PL32 no warnings qw(once);
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/Task/
H A DMakefile.PL32 no warnings qw(once);
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/Ucred/
H A DMakefile.PL32 no warnings qw(once);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/t/
H A Dutf8.t16 no warnings qw/ once /;
/osnet-11/usr/src/lib/libc/port/threads/
H A Dpthread.c154 * 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 Dvthread.h153 /* 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 Drunenv.t100 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 Dpair.t11 no warnings 'once';
23 no warnings qw(once);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/
H A DScalar.t50 ok( $scalar, 'tied once more' );
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/Exacct/Catalog/
H A DMakefile.PL30 no warnings qw(once);
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/Exacct/File/
H A DMakefile.PL30 no warnings qw(once);
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/Exacct/
H A DMakefile.PL45 no warnings qw(once);
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/Exacct/Object/
H A DMakefile.PL30 no warnings qw(once);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Text/TabsWrap/t/
H A Dwrap.t87 my mother once said
91 my mother once said
/osnet-11/usr/src/lib/libsqlite/src/
H A Dtclsqlite.c74 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 Dsyslog.t18 use warnings qw(closure deprecated exiting glob io misc numeric once overflow
/osnet-11/usr/src/lib/libast/common/regex/
H A Dreglib.h551 unsigned char once; /* if 1st parse fails, quit */ member in struct:reglib_s
/osnet-11/usr/src/lib/libc/sparc/gen/
H A Dstrcpy.s56 ! once this has occurred, the copy takes place, while checking

Completed in 46 milliseconds

123