Searched refs:once (Results 351 - 375 of 451) sorted by relevance

<<111213141516171819

/macosx-10.10.1/Heimdal-398.1.2/lib/ipc/
H A Dserver.c92 static dispatch_once_t once; local
93 dispatch_once(&once, ^{
/macosx-10.10.1/Heimdal-398.1.2/lib/krb5/
H A Dkrbhst.c724 static heim_base_once_t once; local
732 heim_base_once_f(&once, &dnsQueue, srv_get_dns_queue);
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_mds/lib/
H A DMDSSession.cpp686 * Note that activate() only does IPC once and retains global state after that.
1022 RecursionBlock::Once once(mUpdating);
1023 if (once())
/macosx-10.10.1/Security-57031.1.35/Security/utilities/src/
H A DSecDb.c758 static dispatch_once_t once; local
759 dispatch_once(&once, ^{
/macosx-10.10.1/Security-57031.1.35/Security/utilities/utilities/
H A DSecDb.c758 static dispatch_once_t once; local
759 dispatch_once(&once, ^{
/macosx-10.10.1/configd-699.1.5/SystemConfiguration.fproj/
H A DSCDPrivate.c310 static dispatch_once_t once; local
312 dispatch_once(&once, ^{
1354 CFSTR("%smach port 0x%x (%d): send=%d, receive=%d, send once=%d, port set=%d, dead name=%d%s%s"),
1436 image = (void *)0x1; // to ensure that we only dlopen() once
/macosx-10.10.1/ntp-92/ntpq/
H A Dntpq-opts.def356 retries each query once after a timeout, the total waiting time for
/macosx-10.10.1/syslog-267/libsystem_asl.tproj/src/
H A Dasl.c277 static dispatch_once_t once; local
279 dispatch_once(&once, ^{
1065 * Note that we just check /etc/asl/.noquota once, since it would be
1161 /* retry once if the call failed */
1384 /* retry once if the call failed */
1564 /* retry once if the call failed */
1600 /* retry once if the call failed */
/macosx-10.10.1/syslog-267/syslogd.tproj/
H A Ddbserver.c473 static dispatch_once_t once; local
475 dispatch_once(&once, ^{
/macosx-10.10.1/vim-55/runtime/indent/
H A Dada.vim38 " Only define the functions once.
H A Dsqlanywhere.vim47 " Only define the functions once.
H A Druby.vim25 " Only define the function once.
H A Dvhdl.vim40 " only define indent function once
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dexim.vim45 syn keyword eximKeyword bcc cc file file_expand file_optional from group headers initgroups log mode once once_file_size once_repeat reply_to return_message subject text to user
H A Dpov.vim54 syn keyword povModifiers all bump_size filter interpolate map_type once slope_map transmit use_alpha use_color use_colour use_index
/macosx-10.10.1/CPANInternal-159.1/Log-Log4perl-1.40/lib/Log/
H A DLog4perl.pm787 once and use the reference to it to call its methods. However,
1044 Once the initialization shown above has happened once, typically in
1560 =head2 Initialize once and only once
1562 It's important to realize that Log::Log4perl gets initialized once and only
1563 once, typically at the start of a program or system. Calling C<init()>
1564 more than once will cause it to clobber the existing configuration and
1839 While the snippets above are run I<once>
2038 $logger->more_logging($v); # inc logging level once for each -v in ARGV
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/regex/
H A Dregcomp.c72 * need no backtracking once a complete match is found.
3226 p->env->once = 1;
3349 p->env->once = 1;
3506 if (!q->env->once)
3507 p->env->once = 0;
3518 p->env->once = 1;
/macosx-10.10.1/CPANInternal-159.1/Log-Log4perl-1.40/
H A DREADME154 create an object once and use the reference to it to call its methods.
396 Once the initialization shown above has happened once, typically in the
890 Initialize once and only once
891 It's important to realize that Log::Log4perl gets initialized once and
892 only once, typically at the start of a program or system. Calling
893 "init()" more than once will cause it to clobber the existing
1150 *once* when "Log::Log4perl::init()" is called, the conversion specifier
1333 $logger->more_logging($v); # inc logging level once for each -v in ARGV
/macosx-10.10.1/CPANInternal-159.1/Parse-Yapp-1.05/t/
H A Dstress.t1006 worry once we see a type. */
/macosx-10.10.1/Heimdal-398.1.2/lib/gssapi/cf/
H A Ditem.c191 static dispatch_once_t once; local
192 dispatch_once_f(&once, NULL, create_tables);
360 heim_assert(createContext->c == NULL, "init more then once");
/macosx-10.10.1/Heimdal-398.1.2/lib/gssapi/krb5/
H A Dcfx.c74 * acceptor subkey. Just log once and then ignore the
77 static heim_base_once_t once = HEIM_BASE_ONCE_INIT; local
78 heim_base_once_f(&once, rk_UNCONST(token), log_broken_acceptor_server);
/macosx-10.10.1/KerberosHelper-151/Source/
H A DKerberosHelper.c294 static dispatch_once_t once; local
297 dispatch_once(&once, ^{
/macosx-10.10.1/Libinfo-459/lookup.subproj/
H A Dfile_module.c2352 static dispatch_once_t once; local
2354 dispatch_once(&once, ^{
H A Dmdns_module.c790 static dispatch_once_t once; local
792 dispatch_once(&once, ^{
/macosx-10.10.1/libpthread-105.1.4/src/
H A Dpthread.c1466 pthread_cleanup_push((void*)__os_once_reset, &ctx->pthread_once->once);
1477 os_once(&once_control->once, &ctx, __pthread_once_handler);

Completed in 313 milliseconds

<<111213141516171819