Searched refs:once (Results 376 - 400 of 451) sorted by relevance

<<111213141516171819

/macosx-10.10.1/vim-55/runtime/syntax/
H A Dcss.vim176 syn keyword cssTableAttr contained fixed collapse separate show hide once always
/macosx-10.10.1/CPANInternal-159.1/Log-Log4perl-1.40/lib/Log/Log4perl/Appender/
H A DDBI.pm506 log statements and writes them all out at once. If your INSERT
/macosx-10.10.1/ICU-531.30/icuSources/i18n/
H A DdecNumberLocal.h722 #error decNumberLocal included more than once
/macosx-10.10.1/Security-57031.1.35/SecurityTests/regressions/inc/Test/Builder/
H A DTester.pm182 been called once all further output from B<Test::Builder> will be
/macosx-10.10.1/libauto-186/
H A DReferenceIterator.h26 #pragma once
H A DZone.h26 #pragma once
1416 // If is_dedicated is false then the work function is called once.
/macosx-10.10.1/ntp-92/ntpd/
H A Drefclock_oncore.c95 * file once per day as soon as the message appears on the satellites.
321 u_char count5_set; /* only set count5 once */
353 u_char once; /* one pass code at top of BaEaHa */ member in struct:instance
614 instance->once = 1;
649 Since things ALWAYS work if we only open the device once, we check
1176 * record is filled once every 15s.
2161 /* do some things once when we get this far in BaEaHa */
2163 if (instance->once) {
2164 instance->once = 0;
2396 * Check the leap second status once pe
[all...]
/macosx-10.10.1/Heimdal-398.1.2/lib/akadmin/
H A DHeimODAdmin.c253 static dispatch_once_t once; local
256 dispatch_once(&once, ^{
/macosx-10.10.1/Heimdal-398.1.2/lib/hdb/
H A Dhdb-od.c2233 static dispatch_once_t once; local
2239 dispatch_once(&once, ^{
/macosx-10.10.1/IOKitUser-1050.1.21/
H A DIOKitLib.c128 static dispatch_once_t once; local
130 dispatch_once(&once, ^{
/macosx-10.10.1/Libinfo-459/lookup.subproj/
H A Dlibinfo.c603 static dispatch_once_t once; local
609 /* only log once per process */
610 dispatch_once(&once, ^(void) {
/macosx-10.10.1/syslog-267/syslogd.tproj/
H A Dasl_action.c2089 static dispatch_once_t once; local
2091 dispatch_once(&once, ^{
/macosx-10.10.1/vim-55/runtime/autoload/
H A Dcsscomplete.vim279 let values = ["once", "always"]
H A Dhtmlcomplete.vim750 " once, not every time per buffer.
/macosx-10.10.1/vim-55/runtime/ftplugin/
H A Dsql.vim112 " to display the option once
/macosx-10.10.1/zlib-55/zlib/contrib/masmx64/
H A Dgvmat64.asm246 ;;; chainlen is decremented once beforehand so that the function can
/macosx-10.10.1/zlib-55/zlib/contrib/masmx86/
H A Dmatch686.asm231 ;;; chainlen is decremented once beforehand so that the function can
/macosx-10.10.1/CPANInternal-159.1/Ima-DBI-0.35/lib/Ima/
H A DDBI.pm190 =item * Overkill for programs that only use their SQL statements once
/macosx-10.10.1/CPANInternal-159.1/Parse-Yapp-1.05/lib/Parse/
H A DYapp.pm183 Note that in Parse::Yapp, a lhs I<cannot> appear more than once as
/macosx-10.10.1/OpenSSL098-52/src/crypto/sha/asm/
H A Dsha512-ia64.pl225 // in 64-bit mode I load whole X[16] at once and take care of alignment...
/macosx-10.10.1/bind9-45.101/bind9/lib/dns/
H A Dspnego.c147 #include <isc/once.h>
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_transform/
H A Dcustom.mm197 static dispatch_once_t once;
205 dispatch_once(&once, aBlock);
2595 static dispatch_once_t once;
2597 dispatch_once(&once,
3435 // we make a single key and use it from many threads at once. This uncovered
3670 static dispatch_once_t once;
3674 dispatch_once(&once,
/macosx-10.10.1/postfix-255/postfix/src/smtpd/
H A Dsmtpd_check.c56 /* once during the process life time.
567 /* smtpd_check_init - initialize once during process lifetime */
1372 static int once; local
1374 if (once == 0) {
1375 once = 1;
/macosx-10.10.1/xnu-2782.1.97/bsd/kern/
H A Dkern_credential.c944 static int once = 0; local
946 /* XXX this should go away once memberd is updated */
947 if (!once) {
949 once = 1;
2656 * Here we ask for everything all at once, to avoid having to work
H A Dkern_exec.c437 * from an interpreted file once, don't do it again.
1254 int once = 1; /* save SGUID-ness for interpreted files */ local
1309 if (once) {
1310 once = 0;

Completed in 318 milliseconds

<<111213141516171819