Home
last modified time | relevance | path

Searched refs:once (Results 1 – 25 of 918) sorted by relevance

12345678910>>...37

/openbsd/src/gnu/usr.bin/perl/t/lib/warnings/
Dperl4 Name \"%s::%s\" used only once: possible typo
19 no warnings 'once' ;
21 use warnings 'once' ;
24 Name "main::z" used only once: possible typo at - line 5.
29 no warnings 'once' ;
32 Name "main::x" used only once: possible typo at - line 3.
37 no warnings 'once' ;
40 Name "main::x" used only once: possible typo at - line 3.
43 use warnings 'once';
68 no warnings 'once' ;
[all …]
Dgv6 Name "main::a" used only once: possible typo
133 Name "main::y" used only once: possible typo at - line 5.
144 Name "main::y" used only once: possible typo at - line 6.
158 Name "main::y" used only once: possible typo at - line 7.
173 Name "main::y" used only once: possible typo at - line 8.
185 Name "main::ʎ" used only once: possible typo at - line 7.
198 Name "main::ʎ" used only once: possible typo at - line 8.
214 Name "main::ʎ" used only once: possible typo at - line 9.
231 Name "main::ʎ" used only once: possible typo at - line 10.
244 Name "팣칵ぇ::ʎ" used only once: possible typo at - line 8.
[all …]
D1global16 Name "main::c" used only once: possible typo at - line 3.
23 Name "main::c" used only once: possible typo at - line 3.
31 Name "main::c" used only once: possible typo at - line 4.
40 Name "main::Ằ" used only once: possible typo at - line 5.
49 Name "main::Ằ" used only once: possible typo at - line 5.
59 Name "main::Ằ" used only once: possible typo at - line 6.
/openbsd/src/gnu/usr.bin/gcc/gcc/
Dgthr-solaris.h44 int once; member
384 __gthread_once (__gthread_once_t *once, void (*func) (void)) in __gthread_once() argument
389 if (once == 0 || func == 0) in __gthread_once()
392 if (once->once == 0) in __gthread_once()
394 int status = mutex_lock (&once->mutex); in __gthread_once()
397 if (once->once == 0) in __gthread_once()
400 once->once++; in __gthread_once()
402 mutex_unlock (&once->mutex); in __gthread_once()
Dgthr-win32.h385 __gthread_once (__gthread_once_t *once, void (*func) (void)) in __gthread_once() argument
388 return __gthr_win32_once (once, func); in __gthread_once()
463 __gthread_once (__gthread_once_t *once, void (*func) (void)) in __gthread_once() argument
467 else if (once == NULL || func == NULL) in __gthread_once()
470 if (! once->done) in __gthread_once()
472 if (InterlockedIncrement (&(once->started)) == 0) in __gthread_once()
475 once->done = TRUE; in __gthread_once()
484 while (! once->done) in __gthread_once()
Dgthr-rtems.h55 extern int rtems_gxx_once (__gthread_once_t *once, void (*func) (void));
78 __gthread_once (__gthread_once_t *once, void (*func) (void)) in __gthread_once() argument
80 return rtems_gxx_once( once, func ); in __gthread_once()
/openbsd/src/gnu/usr.bin/gcc/gcc/config/i386/
Dgthr-win32.c73 __gthr_win32_once (__gthread_once_t *once, void (*func) (void)) in __gthr_win32_once() argument
75 if (once == NULL || func == NULL) in __gthr_win32_once()
78 if (! once->done) in __gthr_win32_once()
80 if (InterlockedIncrement (&(once->started)) == 0) in __gthr_win32_once()
83 once->done = TRUE; in __gthr_win32_once()
92 while (! once->done) in __gthr_win32_once()
/openbsd/src/gnu/gcc/gcc/
Dgthr-solaris.h51 int once; member
406 __gthread_once (__gthread_once_t *once, void (*func) (void)) in __gthread_once() argument
411 if (once == 0 || func == 0) in __gthread_once()
414 if (once->once == 0) in __gthread_once()
416 int status = __gthrw_(mutex_lock) (&once->mutex); in __gthread_once()
419 if (once->once == 0) in __gthread_once()
422 once->once++; in __gthread_once()
424 __gthrw_(mutex_unlock) (&once->mutex); in __gthread_once()
Dgthr-win32.h428 __gthread_once (__gthread_once_t *once, void (*func) (void)) in __gthread_once() argument
431 return __gthr_win32_once (once, func); in __gthread_once()
532 __gthread_once (__gthread_once_t *once, void (*func) (void)) in __gthread_once() argument
536 else if (once == NULL || func == NULL) in __gthread_once()
539 if (! once->done) in __gthread_once()
541 if (InterlockedIncrement (&(once->started)) == 0) in __gthread_once()
544 once->done = TRUE; in __gthread_once()
553 while (! once->done) in __gthread_once()
Dgthr-rtems.h58 extern int rtems_gxx_once (__gthread_once_t *once, void (*func) (void));
85 __gthread_once (__gthread_once_t *once, void (*func) (void)) in __gthread_once() argument
87 return rtems_gxx_once( once, func ); in __gthread_once()
Dgthr-nks.h284 __gthread_once (__gthread_once_t *once, void (*func) (void)) in __gthread_once() argument
286 if (__compare_and_swap (once, 0, 1)) in __gthread_once()
289 *once |= 2; in __gthread_once()
293 while (!(*once & 2)) in __gthread_once()
/openbsd/src/gnu/usr.bin/perl/cpan/Encode/t/
Dmagic.t43 is(tied($input)->{fetch}, 1, "$func processes get magic only once");
44 …put)->{store}, $mod ? 1 : 0, "$func " . ($mod ? 'processes set magic only once' : 'does not proces…
54 is(tied($input)->{fetch}, 1, "$func processes get magic only once");
55 …put)->{store}, $mod ? 1 : 0, "$func " . ($mod ? 'processes set magic only once' : 'does not proces…
64 is(tied($input)->{fetch}, 1, "$func processes get magic only once");
65 …put)->{store}, $mod ? 1 : 0, "$func " . ($mod ? 'processes set magic only once' : 'does not proces…
75 is(tied($input)->{fetch}, 1, "$func processes get magic only once");
76 …put)->{store}, $mod ? 1 : 0, "$func " . ($mod ? 'processes set magic only once' : 'does not proces…
85 is(tied($input)->{fetch}, 1, "$func processes get magic only once");
86 …put)->{store}, $mod ? 1 : 0, "$func " . ($mod ? 'processes set magic only once' : 'does not proces…
[all …]
/openbsd/src/gnu/gcc/gcc/config/i386/
Dgthr-win32.c74 __gthr_win32_once (__gthread_once_t *once, void (*func) (void)) in __gthr_win32_once() argument
76 if (once == NULL || func == NULL) in __gthr_win32_once()
79 if (! once->done) in __gthr_win32_once()
81 if (InterlockedIncrement (&(once->started)) == 0) in __gthr_win32_once()
84 once->done = TRUE; in __gthr_win32_once()
93 while (! once->done) in __gthr_win32_once()
/openbsd/src/gnu/usr.bin/perl/dist/Test/t/
Dmultiline.t34 Get back to where you once belonged
36 Get back to where you once belonged
39 Get back to where you once belonged
41 Get back to where you once belonged
/openbsd/src/usr.bin/dig/lib/dns/
Ddst_result.c53 static int once = 0; variable
68 if (!once) { in initialize()
69 once = 1; in initialize()
Ddns_result.c198 static int once = 0; variable
218 if (!once) { in initialize()
219 once = 1; in initialize()
/openbsd/src/gnu/usr.bin/perl/lib/
Dvars.t24 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 ';
/openbsd/src/gnu/usr.bin/texinfo/m4/
Donceonly_2_57.m49 dnl This file defines some "once only" variants of standard autoconf macros.
15 dnl will be put only once into the 'configure' file. It keeps the size of
25 dnl DEFAULTS and INIT_PREPARE in order to check all requested headers at once,
32 # AC_CHECK_HEADERS_ONCE(HEADER1 HEADER2 ...) is a once-only variant of
55 # AC_CHECK_FUNCS_ONCE(FUNC1 FUNC2 ...) is a once-only variant of
76 # AC_CHECK_DECLS_ONCE(DECL1 DECL2 ...) is a once-only variant of
Donceonly.m49 dnl This file defines some "once only" variants of standard autoconf macros.
15 dnl will be put only once into the 'configure' file. It keeps the size of
27 # AC_CHECK_HEADERS_ONCE(HEADER1 HEADER2 ...) is a once-only variant of
41 # AC_CHECK_FUNCS_ONCE(FUNC1 FUNC2 ...) is a once-only variant of
53 # AC_CHECK_DECLS_ONCE(DECL1 DECL2 ...) is a once-only variant of
/openbsd/src/usr.sbin/mopd/mopprobe/
Dmopprobe.c51 struct once { struct
53 struct once *next; /* Next one */ argument
63 struct once *root = NULL;
129 struct once *o = NULL; in mopProcess()
168 o = (struct once *)malloc(sizeof(*o)); in mopProcess()
/openbsd/src/usr.bin/dig/lib/isc/
Dresult.c104 static int once = 0; variable
151 if (!once) { in initialize()
152 once = 1; in initialize()
/openbsd/src/lib/libssl/
Dssl_init.c46 static pthread_once_t once = PTHREAD_ONCE_INIT; in OPENSSL_init_ssl() local
53 if (pthread_once(&once, OPENSSL_init_ssl_internal) != 0) in OPENSSL_init_ssl()
/openbsd/src/gnu/usr.bin/perl/t/win32/
Drunenv.t93 …qq(Name "main::x" used only once: possible typo at -e line 1.${NL}Use of uninitialized value \$x i…
111 Name "main::x" used only once: possible typo at -e line 1.
120 Name "main::x" used only once: possible typo at -e line 1.
163 Name "main::x" used only once: possible typo at -e line 1.
/openbsd/src/gnu/usr.bin/gcc/gcc/doc/
Dmakefile.texi59 Builds gcc three times---once with the native compiler, once with the
60 native-built compiler it just built, and once with the compiler it built
67 Like @code{bootstrap}, except that the various stages are removed once
/openbsd/src/gnu/lib/libstdc++/libstdc++/libsupc++/
Deh_globals.cc65 static __gthread_once_t once = __GTHREAD_ONCE_INIT; in get_globals_init_once() local
66 if (__gthread_once (&once, get_globals_init) != 0 in get_globals_init_once()

12345678910>>...37