Searched refs:create_dir (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10/libarchive-30/libarchive/contrib/
H A Duntar.c67 create_dir(char *pathname, int mode) function
84 create_dir(pathname, 0755);
104 create_dir(pathname, 0755);
170 create_dir(buff, parseoct(buff + 100, 8));
/macosx-10.10/ruby-106/ruby/test/rake/
H A Dfile_creation.rb19 def create_dir(dirname) method in class:FileCreation
25 create_dir(File.dirname(name))
H A Dtest_rake_file_creation_task.rb18 create_dir DUMMY_DIR
/macosx-10.10/bind9-45.101/bind9/unit/atf-src/atf-c/detail/
H A Dfs_test.c52 create_dir(const char *p, int mode) function
471 create_dir("dir", 0755);
578 create_dir(atf_fs_path_cstring(&pdir), 0755);
727 create_dir ("root", 0755);
/macosx-10.10/cups-408/cups/scheduler/
H A Dconf.h275 int create_dir);
H A Dconf.c235 int create_dir) /* I - 1 = create directory, -1 = create w/o logging, 0 = not */
259 if (errno == ENOENT && create_dir)
261 if (create_dir > 0)
267 if (create_dir > 0)
282 return (create_dir ? -1 : 1);
307 if (create_dir >= 0)
328 if (create_dir >= 0)
334 if (create_dir >= 0)
348 if (create_dir >= 0)
354 if (create_dir >
228 cupsdCheckPermissions( const char *filename, const char *suffix, mode_t mode, uid_t user, gid_t group, int is_dir, int create_dir) argument
[all...]
/macosx-10.10/libarchive-30/libarchive/libarchive/
H A Darchive_write_disk.c228 static int create_dir(struct archive_write_disk *, char *);
898 ret = create_dir(a, a->name);
1676 r = create_dir(a, path);
1689 create_dir(struct archive_write_disk *a, char *path) function
1710 r = create_dir(a, path);
1742 r = create_dir(a, path);
/macosx-10.10/vim-55/runtime/syntax/
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

Completed in 94 milliseconds