Searched refs:profile (Results 301 - 325 of 381) sorted by relevance

<<111213141516

/macosx-10.10/Security-57031.1.35/Security/include/security_smime/
H A Dcmssiginfo.c515 * email profile.
1307 CSSM_DATA_PTR profile = NULL; local
1353 * that's OK, we can still save the S/MIME profile. The encryption cert
1375 profile = SecCmsAttributeGetValue(attr);
1382 rv = CERT_SaveSMimeProfile (cert, profile, utc_stime);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_smime/lib/
H A Dcmssiginfo.c515 * email profile.
1307 CSSM_DATA_PTR profile = NULL; local
1353 * that's OK, we can still save the S/MIME profile. The encryption cert
1375 profile = SecCmsAttributeGetValue(attr);
1382 rv = CERT_SaveSMimeProfile (cert, profile, utc_stime);
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libpng/
H A Dpngget.c526 png_charpp profile, png_uint_32 *proflen)
531 && name != NULL && profile != NULL && proflen != NULL)
534 *profile = info_ptr->iccp_profile;
524 png_get_iCCP(png_structp png_ptr, png_infop info_ptr, png_charpp name, int *compression_type, png_charpp profile, png_uint_32 *proflen) argument
H A Dpngset.c580 png_charp profile, png_uint_32 proflen)
588 if (png_ptr == NULL || info_ptr == NULL || name == NULL || profile == NULL)
604 "Insufficient memory to process iCCP profile");
607 png_memcpy(new_iccp_profile, profile, (png_size_t)proflen);
578 png_set_iCCP(png_structp png_ptr, png_infop info_ptr, png_charp name, int compression_type, png_charp profile, png_uint_32 proflen) argument
H A Dpngtest.c905 png_charp profile; local
910 &profile, &proflen))
913 profile, proflen);
H A Dpngwutil.c781 png_charp profile, int profile_len)
804 if (profile == NULL)
809 ((*( (png_bytep)profile ))<<24) |
810 ((*( (png_bytep)profile + 1))<<16) |
811 ((*( (png_bytep)profile + 2))<< 8) |
812 ((*( (png_bytep)profile + 3)) );
817 "Embedded profile length in iCCP chunk is negative");
825 "Embedded profile length too large in iCCP chunk");
833 "Truncating profile to actual length in iCCP chunk");
838 profile_len = png_text_compress(png_ptr, profile,
780 png_write_iCCP(png_structp png_ptr, png_charp name, int compression_type, png_charp profile, int profile_len) argument
[all...]
/macosx-10.10/cups-408/cups/scheduler/
H A Djob.c59 * profile, and a backend process are created for the life of that job.
1183 job->profile, job, job->filters + i);
3050 * Free the security profile...
3053 cupsdDestroyProfile(job->profile);
3054 job->profile = NULL;
4625 job->profile = cupsdCreateProfile(job->id, 0);
4641 cupsdDestroyProfile(job->profile);
4642 job->profile = NULL;
4668 cupsdDestroyProfile(job->profile);
4669 job->profile
[all...]
/macosx-10.10/JavaScriptCore-7600.1.17/jit/
H A DJITOperations.cpp926 EncodedJSValue JIT_OPERATION operationNewArrayWithProfile(ExecState* exec, ArrayAllocationProfile* profile, const JSValue* values, int size) argument
930 return JSValue::encode(constructArrayNegativeIndexed(exec, profile, values, size));
933 EncodedJSValue JIT_OPERATION operationNewArrayBufferWithProfile(ExecState* exec, ArrayAllocationProfile* profile, const JSValue* values, int size) argument
937 return JSValue::encode(constructArray(exec, profile, values, size));
940 EncodedJSValue JIT_OPERATION operationNewArrayWithSizeAndProfile(ExecState* exec, ArrayAllocationProfile* profile, EncodedJSValue size) argument
945 return JSValue::encode(constructArrayWithSizeQuirk(exec, profile, exec->lexicalGlobalObject(), sizeValue));
H A DJITInlines.h761 inline JITArrayMode JIT::chooseArrayMode(ArrayProfile* profile) argument
764 profile->computeUpdatedPrediction(locker, m_codeBlock);
765 ArrayModes arrayModes = profile->observedArrayModes(locker);
/macosx-10.10/IOKitUser-1050.1.21/pwr_mgt.subproj/
H A DIOPMLibPrivate.h935 * dict do NOT factor in power profile settings.
937 * * See IOPMCopyActivePMPreferences() for settings that account for PM profile
1030 Energy Saver settings according to profile name.
1032 @param profile The name of the set of preferences defined in ESPrefs to activate.
1040 CFStringRef profile,
1198 - Use IOPMCopyPMPreferences() to read the custom profile.
1206 @abstract Returns the index of the currently active profile, or -1 if Custom preferences are active.
1216 @abstract Activates the specified power profile, or the user's custom defined profile.
1218 Selects and activates a system power profile pe
[all...]
/macosx-10.10/MITKerberosShim-66/
H A Dheimdal-ify.sh23 rm -f ${INSTALL_ROOT}/System/Library/Frameworks/Kerberos.framework/Versions/A/Headers/profile.h
72 rm -f ${INSTALL_ROOT}/usr/include/profile.h
H A DKrb4DeprecatedAPIs.c38 #include "mit-profile.h"
460 int krb_get_profile (profile_t* profile) argument
/macosx-10.10/cups-408/cups/ppdc/
H A DMakefile42 ppdc-profile.o \
H A Dppdc.h347 float density, // Color profile density
348 gamma, // Color profile gamma
349 profile[9]; // Color profile matrix member in class:ppdcProfile
/macosx-10.10/ruby-106/ruby/test/rubygems/
H A Dtest_gem_config_file.rb206 \thttps://rubygems.org/profile/edit
/macosx-10.10/libxslt-13/libxslt/libxslt/
H A Dtransform.c3026 if (ctxt->profile) {
3164 if (ctxt->profile) {
5940 * @profile: profile FILE * output or NULL
5951 FILE * profile, xsltTransformContextPtr userCtxt)
6012 if (profile != NULL)
6013 ctxt->profile = 1;
6285 if (profile != NULL) {
6286 xsltSaveProfiling(ctxt, profile);
6383 * @profile
5949 xsltApplyStylesheetInternal(xsltStylesheetPtr style, xmlDocPtr doc, const char **params, const char *output, FILE * profile, xsltTransformContextPtr userCtxt) argument
6392 xsltApplyStylesheetUser(xsltStylesheetPtr style, xmlDocPtr doc, const char **params, const char *output, FILE * profile, xsltTransformContextPtr userCtxt) argument
6430 xsltRunStylesheetUser(xsltStylesheetPtr style, xmlDocPtr doc, const char **params, const char *output, xmlSAXHandlerPtr SAX, xmlOutputBufferPtr IObuf, FILE * profile, xsltTransformContextPtr userCtxt) argument
[all...]
/macosx-10.10/OpenSSL098-52/src/util/
H A Dmk1mf.pl100 profile - Profiling build
1315 "profile" => \$profile,
/macosx-10.10/eap8021x-198/eapolclient.tproj/
H A DSupplicant.c2208 EAPLOG(LOG_NOTICE, "%s: profile no longer exists, stopping",
3157 EAPOLClientProfileRef profile = NULL; local
3202 profile = EAPOLClientItemIDGetProfile(itemID);
3203 if (profile == NULL) {
3208 eap_config = EAPOLClientProfileGetAuthenticationProperties(profile);
3211 "profile has no authentication properties");
3217 config_id = EAPOLClientProfileGetID(profile);
3218 /* we're using a profile, monitor whether it gets removed */
3264 || profile != NULL
3288 if (profile !
[all...]
/macosx-10.10/emacs-93/emacs/lisp/mh-e/
H A Dmh-utils.el171 "Set variables from user's MH profile.
173 This function sets `mh-user-path' from your \"Path:\" MH profile
192 (let ((profile "~/.mh_profile"))
193 (if (not (file-readable-p profile))
195 ;; Read MH profile.
196 (setq mh-user-path (mh-profile-component "Path"))
204 (setq mh-draft-folder (mh-profile-component "Draft-Folder"))
213 (setq mh-inbox (mh-profile-component "Inbox"))
218 (setq mh-unseen-seq (mh-profile-component "Unseen-Sequence"))
222 (setq mh-previous-seq (mh-profile
[all...]
/macosx-10.10/ruby-106/ruby/lib/rdoc/ri/
H A Ddriver.rb80 options[:profile] = false
312 opt.on("--[no-]profile",
314 options[:profile] = value
370 require 'profile' if options[:profile]
/macosx-10.10/vim-55/runtime/syntax/
H A Dsamba.vim104 syn keyword sambaKeyword contained profile quota realm replication
H A Dvoscm.vim44 syn keyword voscmCommand add_entry_names add_library_path add_profile analyze_pc_samples attach_default_output attach_port batch bind break_process c c_preprocess call_thru cancel_batch_requests cancel_device_reservation cancel_print_requests cc change_current_dir check_posix cobol comment_on_manual compare_dirs compare_files convert_text_file copy_dir copy_file copy_tape cpp create_data_object create_deleted_record_index create_dir create_file create_index create_record_index create_tape_volumes cvt_fixed_to_stream cvt_stream_to_fixed debug delete_dir delete_file delete_index delete_library_path detach_default_output detach_port dismount_tape display display_access display_access_list display_batch_status display_current_dir display_current_module display_date_time display_default_access_list display_device_info display_dir_status display_disk_info display_disk_usage display_error display_file display_file_status display_line display_notices display_object_module_info display_print_defaults display_print_status display_program_module display_system_usage display_tape_params display_terminal_parameters dump_file dump_record dump_tape edit edit_form emacs enforce_region_locks fortran get_external_variable give_access give_default_access handle_sig_dfl harvest_pc_samples help kill line_edit link link_dirs list list_batch_requests list_devices list_gateways list_library_paths list_modules list_port_attachments list_print_requests list_process_cmd_limits list_save_tape list_systems list_tape list_terminal_types list_users locate_files locate_large_files login logout mount_tape move_device_reservation move_dir move_file mp_debug nls_edit_form pascal pl1 position_tape preprocess_file print profile propagate_access read_tape ready remove_access remove_default_access rename reserve_device restore_object save_object send_message set set_cpu_time_limit set_expiration_date set_external_variable set_file_allocation set_implicit_locking set_index_flags set_language set_library_paths set_line_wrap_width set_log_protected_file set_owner_access set_pipe_file set_priority set_ready set_safety_switch set_second_tape set_tape_drive_params set_tape_file_params set_tape_mount_params set_terminal_parameters set_text_file set_time_zone sleep sort start_logging start_process stop_logging stop_process tail_file text_data_merge translate_links truncate_file unlink update_batch_requests update_print_requests update_process_cmd_limits use_abbreviations use_message_file vcc verify_posix_access verify_save verify_system_access walk_dir where_command where_path who_locked write_tape
/macosx-10.10/JavaScriptCore-7600.1.17/runtime/
H A DCommonSlowPaths.cpp132 pc[OPCODE_LENGTH(opcode) - 1].u.profile->m_buckets[0] = \
/macosx-10.10/Security-57031.1.35/Security/regressions/inc/IPC/
H A DRun3.pm71 emitting profile information to STDERR (1 to get timestamps,
/macosx-10.10/Security-57031.1.35/SecurityTests/regressions/t/IPC/
H A DRun3.pm71 emitting profile information to STDERR (1 to get timestamps,

Completed in 325 milliseconds

<<111213141516