Searched refs:pass (Results 251 - 275 of 681) sorted by relevance

<<11121314151617181920>>

/macosx-10.10/ksh-23/ksh/src/lib/libast/misc/
H A Doptget.c931 * initialize the attributes for pass p from opt string s
2329 * if oopts is 0 then state.pass is used
2459 top = state.pass[0];
2464 if (state.pass[i].oopts == opts)
2466 o = &state.pass[i];
2481 o = state.pass;
2486 o = &state.cache->pass;
2491 oopts = (const char*)state.pass[0].oopts;
3499 state.pass[0] = top;
4283 Optpass_t* pass; local
[all...]
/macosx-10.10/CPANInternal-159.1/Log-Dispatch-2.34/lib/Log/Dispatch/
H A DFile.pm202 by default. To do that, pass C<< newline => 1 >>.
251 values around. Most importantly, remember that if you pass a string
H A DSyslog.pm134 Note that logging may fail if you try to pass UTF-8 characters in the
172 If you pass an array reference, it is dereferenced and passed to
/macosx-10.10/CPANInternal-159.1/Log-Log4perl-1.40/lib/Log/Log4perl/
H A DNDC.pm72 having to pass the data from function to function.
83 pass around the context data between its functions.
/macosx-10.10/CPANInternal-159.1/String-ShellQuote-1.04/
H A DShellQuote.pm20 which are going to pass through the shell or a shell-like object.
110 Each I<string> is quoted so that the shell will pass it along as a
/macosx-10.10/ICU-531.30/icuSources/test/intltest/
H A Djamotest.cpp445 const UnicodeString& summary, UBool pass,
449 TransliteratorTest::expectAux(tag, jsum, pass, jexp);
444 expectAux(const UnicodeString& tag, const UnicodeString& summary, UBool pass, const UnicodeString& expectedResult) argument
/macosx-10.10/libxslt-13/libxslt/vms/
H A Dbuild_xslt.com49 $! For each pass:
62 $!- pass 1 - library LIBXSLT
74 $!- pass 2 - library LIBEXSLT
83 $!- pass 3 - program XSLTPROC
212 $ endif ! for each pass
290 $ endif ! for each pass
/macosx-10.10/llvmCore-3425.0.34/autoconf/m4/
H A Dlink_options.m438 AC_DEFINE([HAVE_LINK_R],[1],[Define if you can use -Wl,-R. to pass -R. to the linker, in order to add the current directory to the dynamic linker search path.])
/macosx-10.10/llvmCore-3425.0.34/projects/sample/autoconf/m4/
H A Dlink_options.m438 AC_DEFINE([HAVE_LINK_R],[1],[Define if you can use -Wl,-R. to pass -R. to the linker, in order to add the current directory to the dynamic linker search path.])
/macosx-10.10/llvmCore-3425.0.34/utils/
H A Dfindmisopt78 opt_switches=`llvm-as < /dev/null -o - | opt -std-compile-opts -disable-output -debug-pass=Arguments 2>&1 | sed 's/Pass Arguments: //'`
160 echo "Found required early pass: $trimmed"
168 echo "findmisopt: All optimizations pass. Perhaps this isn't a misopt?"
/macosx-10.10/postfix-255/Postfix.Config/
H A Dmaster.cf.default15 smtpd pass - - n - - smtpd
/macosx-10.10/postfix-255/postfix/src/tls/
H A Dtls_dane.sh138 checkpass() { runtest "$@" && { echo pass; } || { echo fail; exit 1; }; }
139 checkfail() { runtest "$@" && { echo fail; exit 1; } || { echo pass; }; }
/macosx-10.10/swig-12/Lib/python/
H A Dpythonkw.swg36 PYTHONKW(pass);
/macosx-10.10/tcl-105/tcl_ext/tclvfs/tclvfs/library/
H A Dwebdavvfs.tcl29 junk junk user junk pass host junk path file]} {
47 [list Basic [base64::encode ${user}:${pass}]]]
/macosx-10.10/tcl-105/tcl_ext/xotcl/xotcl/generic/
H A DxotclShadow.c55 Tcl_ObjCmdProc *xotclReplacementProc, int pass) {
68 if (pass == 0) { /* setting values on first pass (must be locked here) */
54 XOTclReplaceCommand(Tcl_Interp *interp, XOTclGlobalNames name, Tcl_ObjCmdProc *xotclReplacementProc, int pass) argument
/macosx-10.10/vim-55/runtime/syntax/
H A Dcheetah.vim22 syn keyword cheetahKeyword contained while repeat break continue pass end
/macosx-10.10/BerkeleyDB-21/db/mp/
H A Dmp_sync.c265 int filecnt, maxopenfd, pass, required_write, ret, t_ret; local
271 filecnt = pass = wrote_total = 0;
442 for (i = pass = wrote_cnt = 0, remaining = ar_cnt; remaining > 0; ++i) {
445 ++pass;
484 if (F_ISSET(bhp, BH_LOCKED) || (bhp->ref != 0 && pass < 2)) {
665 * list is never re-ordered, a single pass is sufficient. It
743 * a flag to schedule a clean-out pass. (Not likely,
756 * locked. The mfp will get freed via the cleanup pass.
791 * We may need to do a last pass through the MPOOLFILE list -- if we
/macosx-10.10/Security-57031.1.35/Security/libsecurity_apple_csp/open_ssl/openssl/
H A Devp.h420 typedef int (EVP_PBE_KEYGEN)(EVP_CIPHER_CTX *ctx, const char *pass, int passlen,
677 int PKCS5_PBE_keyivgen(EVP_CIPHER_CTX *ctx, const char *pass, int passlen,
680 int PKCS5_PBKDF2_HMAC_SHA1(const char *pass, int passlen,
683 int PKCS5_v2_PBE_keyivgen(EVP_CIPHER_CTX *ctx, const char *pass, int passlen,
689 int EVP_PBE_CipherInit (ASN1_OBJECT *pbe_obj, const char *pass, int passlen,
/macosx-10.10/bind9-45.101/bind9/contrib/dlz/drivers/
H A Ddlz_mysql_driver.c788 char *pass = NULL; local
926 pass = getParameterValue(argv[1], "pass=");
942 user, pass, dbname, port, socket,
973 if (pass != NULL)
974 isc_mem_free(ns_g_mctx, pass);
/macosx-10.10/ruby-106/ruby/ext/openssl/
H A Dossl_cipher.c208 VALUE pass, init_v; local
210 if(rb_scan_args(argc, argv, "02", &pass, &init_v) > 0){
220 StringValue(pass);
232 (unsigned char *)RSTRING_PTR(pass), RSTRING_LENINT(pass), 1, key, NULL);
284 * cipher.pkcs5_keyivgen(pass [, salt [, iterations [, digest]]] ) -> nil
/macosx-10.10/WebCore-7600.1.25/platform/graphics/texmap/
H A DTextureMapperGL.cpp372 static TextureMapperShaderProgram::Options optionsForFilterType(FilterOperation::OperationType type, unsigned pass) argument
395 | (pass ? TextureMapperShaderProgram::ContentTexture | TextureMapperShaderProgram::SolidColor: 0);
456 static void prepareFilterProgram(TextureMapperShaderProgram* program, const FilterOperation& operation, unsigned pass, const IntSize& size, GC3Duint contentTexture) argument
479 if (pass)
491 switch (pass) {
493 // First pass: horizontal alpha blur.
498 // Second pass: we need the shadow color and the content texture for compositing.
557 options |= optionsForFilterType(filter->type(), data().filterInfo->pass);
571 prepareFilterProgram(program.get(), *filter.get(), data().filterInfo->pass, textureSize, filterContentTextureID);
861 void TextureMapperGL::drawFiltered(const BitmapTexture& sampler, const BitmapTexture* contentTexture, const FilterOperation& filter, int pass) argument
[all...]
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/struct/
H A Dlist.tcl774 set pass [uplevel 1 [::linsert $cmdprefix end $item]]
775 if {$pass} {::lappend result $item}
838 upvar 1 $pv pass $fv fail
840 set pass {}
844 foreach {pass fail} [Lfold $sequence {} [::list ::struct::list::PFTest $cmdprefix]] break
845 return [::list [llength $pass] [llength $fail]]
854 set pass {} ; set fail {}
855 foreach {pass fail} $result break
857 ::lappend pass $item
861 return [::list $pass
[all...]
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libpng/
H A Dpngwrite.c309 * time information, you can pass NULL for info. If you already wrote these
630 int pass, num_pass; /* pass variables */ local
640 * this will set pass to 1
647 for (pass = 0; pass < num_pass; pass++)
664 png_debug2(1, "in png_write_row (row %ld, pass %d)",
665 png_ptr->row_number, png_ptr->pass);
668 if (png_ptr->row_number == 0 && png_ptr->pass
[all...]
H A Dpngrutil.c2489 you want all pixels to be combined, pass 0xff (255) in mask. */
2694 void png_do_read_interlace(png_row_infop row_info, png_bytep row, int pass,
2702 int pass = png_ptr->pass; local
2704 /* Arrays to facilitate easy interlacing - use pass (0 - 6) as index */
2713 final_width = row_info->width * png_pass_inc[pass];
2723 int jstop = png_pass_inc[pass];
2778 int jstop = png_pass_inc[pass];
2835 int jstop = png_pass_inc[pass];
2890 int jstop = png_pass_inc[pass];
[all...]
/macosx-10.10/OpenSSL098-52/src/apps/
H A Dapps.c553 prompt = UI_construct_prompt(ui, "pass phrase",
625 if(!strncmp(arg, "pass:", 5)) return BUF_strdup(arg + 5);
707 const char *pass; local
719 pass = "";
739 pass = tpass;
741 ret = PKCS12_parse(p12, pass, pkey, cert, ca);
749 const char *pass, ENGINE *e, const char *cert_descrip)
850 const char *pass, ENGINE *e, const char *key_descrip)
856 cb_data.password = pass;
937 const char *pass, ENGIN
748 load_cert(BIO *err, const char *file, int format, const char *pass, ENGINE *e, const char *cert_descrip) argument
849 load_key(BIO *err, const char *file, int format, int maybe_stdin, const char *pass, ENGINE *e, const char *key_descrip) argument
936 load_pubkey(BIO *err, const char *file, int format, int maybe_stdin, const char *pass, ENGINE *e, const char *key_descrip) argument
[all...]

Completed in 376 milliseconds

<<11121314151617181920>>