Searched refs:custom (Results 1 - 25 of 174) sorted by relevance

1234567

/macosx-10.9.5/Security-55471.14.18/libsecurity_cssm/lib/
H A Dgenerator.cfg11 CSSM_DigestDataClone custom
12 CSSM_QueryKeySizeInBits custom
13 CSSM_GenerateAlgorithmParams custom
/macosx-10.9.5/Security-55471.14.18/libsecurity_transform/
H A Dcustom.h2 // custom.h
12 @interface custom : SenTestCase {
/macosx-10.9.5/libclosure-63/objectTests/
H A Dnullblockisa.c26 } *custom = (struct _custom *)(void *)(b); local
28 if (custom->innerp->isa != (void *)NULL) {
/macosx-10.9.5/xnu-2422.115.4/EXTERNAL_HEADERS/corecrypto/
H A Dccmode_impl.h41 const void *custom; member in struct:ccmode_cbc
55 const void *custom; member in struct:ccmode_cfb
70 const void *custom; member in struct:ccmode_cfb8
85 const void *custom; member in struct:ccmode_ctr
100 const void *custom; member in struct:ccmode_ofb
130 const void *custom; member in struct:ccmode_xts
148 const void *custom; member in struct:ccmode_gcm
163 const void *custom; member in struct:ccmode_omac
H A Dccmode_factory.h99 .custom = &cc3des_ltc_ecb_encrypt
129 .custom = (ECB) \
138 .custom = (ECB) \
184 .custom = (ECB) \
193 .custom = (ECB) \
238 .custom = (ECB) \
247 .custom = (ECB) \
290 .custom = (ECB_ENCRYPT) \
371 .custom = (ECB_ENCRYPT) \
384 .custom
[all...]
/macosx-10.9.5/curl-78.94.1/curl/lib/
H A Dimap.h68 char *custom; /* Custom request */ member in struct:IMAP
69 char *custom_params; /* Parameters for the custom request */
H A Dpop3.h62 char *custom; /* Custom Request */ member in struct:POP3
H A Dimap.c414 if((!imap->custom && !imap_matchresp(line, len, "LIST")) ||
415 (imap->custom && !imap_matchresp(line, len, imap->custom) &&
416 (strcmp(imap->custom, "STORE") ||
418 strcmp(imap->custom, "SELECT") &&
419 strcmp(imap->custom, "EXAMINE")))
739 * Sends a LIST command or an alternative custom request.
748 if(imap->custom)
749 /* Send the custom request */
750 result = imap_sendf(conn, "%s%s", imap->custom,
2200 const char *custom = data->set.str[STRING_CUSTOMREQUEST]; local
[all...]
/macosx-10.9.5/xnu-2422.115.4/libsyscall/xcodescripts/
H A Dcreate-syscalls.pl26 # % create-syscalls.pl syscalls.master custom-directory platforms-directory platform-name out-directory
36 # The custom-directory contains:
37 # 1. SYS.h - used by the automatically created *.s and custom files
38 # 2. custom.s - contains architecture specific additional system calls and
53 my @CustomSrc = qw(custom.s);
153 die "Usage: $MyName syscalls.master custom-directory platforms-directory platform-name out-directory\n";
236 my $custom = File::Spec->join($dir, $source);
237 next unless -f $custom;
384 my $custom = File::Spec->join($CustomDir, $_);
386 print "Copy $custom
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/db_codegen/
H A Ddb_codegen.h21 int custom; /* Custom key comparison. */ member in struct:__db_obj
/macosx-10.9.5/cups-372.4/cups/examples/
H A DMakefile30 custom.drv \
/macosx-10.9.5/gnuserv-7/gnuserv/
H A Dgnuserv-compat.el177 ;; Make custom stuff work even without customize
182 (require 'custom)
184 (if (and (featurep 'custom) (fboundp 'custom-declare-variable))
186 ;; We have the old custom-library, hack around it!
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dconf.vim6 " Quit when a (custom) syntax file was already loaded
H A Dvgrindefs.vim8 " Quit when a (custom) syntax file was already loaded
H A Dviminfo.vim6 " Quit when a (custom) syntax file was already loaded
/macosx-10.9.5/ruby-104/ruby/test/csv/
H A Dtest_data_converters.rb20 @custom = lambda { |field| field =~ /\A:(\S.*?)\s*\Z/ ? $1.to_sym : field }
132 # define custom converter...
142 # mix built-in and custom...
144 assert_nothing_raised(Exception) { @parser.convert(&@custom) }
151 # define custom converter that uses field information...
166 # define custom converter that uses field header information...
186 CSV.parse_line(@data, converters: [:numeric, @custom]) )
197 converters: [:numeric, @custom],
/macosx-10.9.5/vim-53/runtime/ftplugin/
H A Dgitcommit.vim33 command! -bang -bar -buffer -complete=custom,s:diffcomplete -nargs=* DiffGitCached :call s:gitdiffcached(<bang>0,b:git_dir,<f-args>)
65 command! -bang -bar -buffer -complete=custom,s:diffcomplete -nargs=* DiffGitCached :call s:gitdiffcached(<bang>0,b:git_dir,<f-args>)
/macosx-10.9.5/vim-53/src/GvimExt/
H A DMake_ming.mak44 .PHONY: all all-before all-after clean clean-custom
63 clean: clean-custom
/macosx-10.9.5/tcl-102/tk/tk/generic/
H A DtkConfig.c68 struct Tk_ObjCustomOption *custom; member in union:TkOption::__anon13423
280 * Get the custom parsing, etc., functions.
282 optionPtr->extra.custom =
940 Tk_ObjCustomOption *custom = optionPtr->extra.custom;
942 if (custom->setProc(custom->clientData, interp, tkwin,
1501 Tk_ObjCustomOption *custom = optionPtr->extra.custom;
1503 if (custom
935 Tk_ObjCustomOption *custom = optionPtr->extra.custom; local
1489 Tk_ObjCustomOption *custom = optionPtr->extra.custom; local
1714 Tk_ObjCustomOption *custom = optionPtr->extra.custom; local
2005 Tk_ObjCustomOption *custom = optionPtr->extra.custom; local
[all...]
/macosx-10.9.5/tcl-102/tk84/tk/generic/
H A DtkConfig.c69 struct Tk_ObjCustomOption *custom; /* For TK_OPTION_CUSTOM. */ member in union:TkOption::__anon13770
289 * Get the custom parsing, etc., functions.
291 optionPtr->extra.custom =
953 Tk_ObjCustomOption *custom = optionPtr->extra.custom;
954 if (custom->setProc(custom->clientData, interp, tkwin,
1560 Tk_ObjCustomOption *custom = optionPtr->extra.custom;
1561 if (custom
948 Tk_ObjCustomOption *custom = optionPtr->extra.custom; local
1548 Tk_ObjCustomOption *custom = optionPtr->extra.custom; local
1775 Tk_ObjCustomOption *custom = optionPtr->extra.custom; local
2073 Tk_ObjCustomOption *custom = optionPtr->extra.custom; local
[all...]
/macosx-10.9.5/CPANInternal-140/Log-Log4perl/lib/Log/Log4perl/Filter/
H A DLevelMatch.pm65 This Log4perl custom filter checks if the currently submitted message
H A DStringMatch.pm72 This Log4perl custom filter checks if the currently submitted message
H A DLevelRange.pm68 This Log4perl custom filter checks if the current message
/macosx-10.9.5/emacs-92/emacs/lisp/net/
H A Dtramp-ftp.el36 (require 'custom)
/macosx-10.9.5/llvmCore-3425.0.33/utils/emacs/
H A Dtablegen-mode.el6 (require 'custom)

Completed in 193 milliseconds

1234567