Searched refs:file_name (Results 76 - 100 of 105) sorted by relevance

12345

/freebsd-11-stable/contrib/subversion/subversion/libsvn_wc/
H A Dconflicts.c1213 const char *file_name;
1215 SVN_ERR(svn_io_write_unique(&file_name, dirpath, working_val->data,
1219 cdesc->my_abspath = svn_dirent_join(dirpath, file_name, scratch_pool);
1225 const char *file_name;
1227 SVN_ERR(svn_io_write_unique(&file_name, dirpath, incoming_new_val->data,
1234 cdesc->merged_file = svn_dirent_join(dirpath, file_name, scratch_pool);
1256 const char *file_name;
1258 SVN_ERR(svn_io_write_unique(&file_name, dirpath,
1263 cdesc->base_abspath = svn_dirent_join(dirpath, file_name, scratch_pool);
1268 const char *file_name;
1212 const char *file_name; local
1224 const char *file_name; local
1255 const char *file_name; local
1267 const char *file_name; local
[all...]
/freebsd-11-stable/contrib/binutils/gas/
H A Decoff.c1433 static void add_file (const char *file_name, int indx, int fake);
2192 add_file (const char *file_name, int indx ATTRIBUTE_UNUSED, int fake)
2204 if (file_name == (const char *) NULL)
2211 file_name = (const char *) file;
2226 listing_source_file (file_name);
2229 current_stabs_filename = file_name;
2235 (void) add_ecoff_symbol (file_name, st_Nil, sc_Nil,
2243 first_ch = *file_name;
2264 && strcmp (file_name, fil_ptr->name) == 0
2298 if (strlen (file_name) > PAGE_USIZ
2178 add_file(const char *file_name, int indx ATTRIBUTE_UNUSED, int fake) argument
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_fs/
H A Dindex.c230 const char *file_name; local
232 SVN_ERR(svn_io_file_name_get(&file_name, stream->file,
236 return svn_error_createf(err, NULL, message, file_name,
723 const char *file_name,
726 SVN_ERR(svn_io_file_open(proto_index, file_name, APR_READ | APR_WRITE
1824 const char *file_name,
1827 SVN_ERR(svn_io_file_open(proto_index, file_name, APR_READ | APR_WRITE
722 svn_fs_fs__l2p_proto_index_open(apr_file_t **proto_index, const char *file_name, apr_pool_t *result_pool) argument
1823 svn_fs_fs__p2l_proto_index_open(apr_file_t **proto_index, const char *file_name, apr_pool_t *result_pool) argument
H A Dtransaction.c553 const char *file_name = path_txn_sha1(fs,
562 SVN_ERR(svn_io_file_open(&rep_file, file_name,
2361 const char *file_name
2367 SVN_ERR(svn_io_check_path(file_name, &kind, scratch_pool));
2371 SVN_ERR(svn_stringbuf_from_file2(&rep_string, file_name,
552 const char *file_name = path_txn_sha1(fs, local
2360 const char *file_name local
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DDisassembler.cpp939 bool Instruction::TestEmulation(Stream *out_stream, const char *file_name) { argument
943 if (!file_name) {
944 out_stream->Printf("Instruction::TestEmulation: Missing file_name.");
947 FILE *test_file = FileSystem::Instance().Fopen(file_name, "r");
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dcmdline.c1454 const char *editor, *cmd, *base_dir, *file_name, *base_dir_apr; local
1463 svn_dirent_split(&base_dir, &file_name, path, pool);
1483 escape_path(pool, file_name), pool));
/freebsd-11-stable/crypto/heimdal/lib/roken/
H A Dsocket_wrapper.c936 const char *file_name; local
946 file_name = socket_wrapper_pcap_file();
947 if (!file_name) {
1202 fd = swrap_get_pcap_fd(file_name);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common.h654 // Opens the file 'file_name" and reads up to 'max_len' bytes.
657 bool ReadFileToVector(const char *file_name,
661 // Opens the file 'file_name" and reads up to 'max_len' bytes.
669 bool ReadFileToBuffer(const char *file_name, char **buff, uptr *buff_size,
H A Dsanitizer_win.cpp376 void *MapFileToMemory(const char *file_name, uptr *buff_size) { argument
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_affinity.cpp4198 const char *file_name = NULL; local
4226 file_name = NULL;
4244 file_name = NULL;
4270 file_name = "/proc/cpuinfo";
4297 if (file_name == NULL) {
4300 KMP_INFORM(UsingFlatOSFile, file_name, __kmp_i18n_catgets(msg_id));
4302 KMP_INFORM(UsingFlatOSFileLine, file_name, line,
4308 file_name = "";
/freebsd-11-stable/contrib/ofed/opensm/opensm/
H A Dosm_perfmgr.c1996 char *file_name; local
1998 file_name = pm->subn->opt.event_db_dump_file;
2003 file_name = path;
2005 if (perfmgr_db_dump(pm->db, file_name, dump_type) != 0)
2007 file_name, strerror(errno));
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_x/
H A Dindex.c230 const char *file_name; local
232 SVN_ERR(svn_io_file_name_get(&file_name, stream->file,
236 return svn_error_createf(err, NULL, message, file_name,
605 const char *file_name,
608 SVN_ERR(svn_io_file_open(proto_index, file_name, APR_READ | APR_WRITE
1988 const char *file_name,
1991 SVN_ERR(svn_io_file_open(proto_index, file_name, APR_READ | APR_WRITE
604 svn_fs_x__l2p_proto_index_open(apr_file_t **proto_index, const char *file_name, apr_pool_t *result_pool) argument
1987 svn_fs_x__p2l_proto_index_open(apr_file_t **proto_index, const char *file_name, apr_pool_t *result_pool) argument
H A Dtransaction.c855 const char *file_name
864 SVN_ERR(svn_io_file_open(&rep_file, file_name,
2419 const char *file_name
2427 SVN_ERR(svn_io_check_path(file_name, &kind, scratch_pool));
2431 SVN_ERR(svn_stringbuf_from_file2(&rep_string, file_name,
854 const char *file_name local
2418 const char *file_name local
/freebsd-11-stable/contrib/gcc/
H A Dgenautomata.c8929 file_name_suffix (const char *file_name)
8933 for (last_period = NULL; *file_name != '\0'; file_name++)
8934 if (*file_name == '.')
8935 last_period = file_name;
8936 return (last_period == NULL ? file_name : last_period);
8944 base_file_name (const char *file_name)
8948 directory_name_length = strlen (file_name);
8950 while (directory_name_length >= 0 && file_name[directory_name_length] != '/'
8951 && file_name[directory_name_lengt
8898 file_name_suffix(const char *file_name) argument
8913 base_file_name(const char *file_name) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBProcess.cpp1206 lldb::SBError SBProcess::SaveCore(const char *file_name) { argument
1208 file_name);
1225 FileSpec core_file(file_name);
/freebsd-11-stable/contrib/gdb/gdb/tui/
H A Dtui-data.c513 element->which_element.locator.file_name[0] =
/freebsd-11-stable/contrib/gdb/gdb/
H A Dgo32-nat.c782 if (child_cmd.redirection[i]->file_name)
784 i, child_cmd.redirection[i]->file_name);
H A Dhpread.c330 hpread_call_pxdb (const char *file_name)
338 p = xmalloc (strlen (PXDB_SVR4) + strlen (file_name) + 2);
341 strcat (p, file_name);
350 warning ("pxdb not found at standard location: /opt/langtools/bin\ngdb will not be able to debug %s.\nPlease install pxdb at the above location and then restart gdb.\nYou can also run pxdb on %s with the command\n\"pxdb %s\" and then restart gdb.", file_name, file_name, file_name);
326 hpread_call_pxdb(const char *file_name) argument
/freebsd-11-stable/contrib/byacc/test/
H A Dgrammar.y317 char *file_name; /* current file name */
/freebsd-11-stable/contrib/groff/src/devices/grohtml/
H A Dpost-html.cpp170 string file_name (void);
283 * file_name - returns the name of the file.
286 string files::file_name (void) function in class:files
2494 header.headings.add_string(file_list.file_name()),
2495 file_list.file_name().length(),
4623 string split_file = file_list.file_name();
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp3139 std::string file_name;
3140 packet.GetHexByteString(file_name);
3144 m_debugged_process_up->GetFileLoadAddress(file_name, file_load_address);
/freebsd-11-stable/contrib/subversion/subversion/libsvn_diff/
H A Dparse-diff.c1482 grab_filename(const char **file_name, const char *line, apr_pool_t *result_pool, argument
1500 *file_name = apr_pstrdup(result_pool, canon_path);
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dwpa_supplicant_i.h446 char *file_name; member in struct:icon_entry
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Darwin/
H A DNativeProcessDarwin.cpp1521 Status NativeProcessDarwin::GetFileLoadAddress(const llvm::StringRef &file_name, argument
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/
H A DNativeProcessNetBSD.cpp716 Status NativeProcessNetBSD::GetFileLoadAddress(const llvm::StringRef &file_name, argument

Completed in 939 milliseconds

12345