Searched refs:filepath (Results 1 - 12 of 12) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/lldb/source/Interpreter/
H A DOptionValueFileSpec.cpp92 std::string filepath(value_cstr);
93 auto prefix_chars_to_trim = filepath.find_first_not_of ("\"' \t");
95 filepath.erase(0, prefix_chars_to_trim);
96 auto suffix_chars_to_trim = filepath.find_last_not_of ("\"' \t");
97 if (suffix_chars_to_trim != std::string::npos && suffix_chars_to_trim < filepath.size())
98 filepath.erase (suffix_chars_to_trim + 1);
101 m_current_value.SetFile(filepath.c_str(), true);
/freebsd-10-stable/sys/boot/efi/boot1/
H A Dufs_module.c96 load(const char *filepath, dev_info_t *dev, void **bufp, size_t *bufsize) argument
104 DPRINTF("Loading '%s' from %s\n", filepath, devpath_str(dev->devpath));
111 if ((ino = lookup(filepath)) == 0) {
112 DPRINTF("Failed to lookup '%s' (file not found?)\n", filepath);
117 printf("Failed to read size of '%s' ino: %d\n", filepath, ino);
124 size, filepath, EFI_ERROR_CODE(status));
130 printf("Failed to read '%s' (%zd != %zu)\n", filepath, read,
H A Dzfs_module.c94 load(const char *filepath, dev_info_t *devinfo, void **bufp, size_t *bufsize) argument
106 DPRINTF("load: '%s' spa: '%s', devpath: %s\n", filepath, spa->spa_name,
119 if ((err = zfs_lookup(&zfsmount, filepath, &dn)) != 0) {
122 filepath, spa->spa_name, err);
125 printf("Failed to lookup '%s' on pool '%s' (%d)\n", filepath,
131 printf("Failed to stat '%s' on pool '%s' (%d)\n", filepath,
139 "(%lu)\n", (intmax_t)st.st_size, spa->spa_name, filepath, EFI_ERROR_CODE(status));
H A Dboot_module.h88 EFI_STATUS (*load)(const char *filepath, dev_info_t *devinfo,
/freebsd-10-stable/contrib/atf/atf-sh/
H A Datf-sh.cpp50 const atf::fs::path filepath(filename);
51 if (filepath.branch_path().str() == ".")
/freebsd-10-stable/libexec/rbootd/
H A Drmpproto.c288 char *filename, filepath[RMPBOOTDATA+1]; local
316 * Copy file name to `filepath' string, and into reply packet.
319 dst1 = filepath;
333 filename = strrchr(filepath,'/');
334 filename = filename? filename + 1: filepath;
/freebsd-10-stable/contrib/apr/include/
H A Dapr_file_info.h314 * Extract the rootpath from the given filepath
316 * @param filepath the pathname to parse for its root component
323 * @remark on return, filepath points to the first non-root character in the
324 * given filepath. In the simplest example, given a filepath of "/foo",
325 * returns the rootpath of "/" and filepath points at "foo". This is far
330 * The function returns APR_ERELATIVE if filepath isn't rooted (an
334 * APR_SUCCESS is returned if filepath is an absolute path.
337 const char **filepath,
/freebsd-10-stable/usr.bin/svn/lib/libapr/
H A DMakefile11 epoll.c errorcodes.c fileacc.c filedup.c filepath.c \
/freebsd-10-stable/contrib/apr/
H A Dapr.mak70 -@erase "$(INTDIR)\filepath.obj"
176 "$(INTDIR)\filepath.obj" \
284 -@erase "$(INTDIR)\filepath.obj"
390 "$(INTDIR)\filepath.obj" \
498 -@erase "$(INTDIR)\filepath.obj"
604 "$(INTDIR)\filepath.obj" \
712 -@erase "$(INTDIR)\filepath.obj"
818 "$(INTDIR)\filepath.obj" \
926 -@erase "$(INTDIR)\filepath.obj"
1032 "$(INTDIR)\filepath
[all...]
H A Dlibapr.mak69 -@erase "$(INTDIR)\filepath.obj"
184 "$(INTDIR)\filepath.obj" \
305 -@erase "$(INTDIR)\filepath.obj"
420 "$(INTDIR)\filepath.obj" \
541 -@erase "$(INTDIR)\filepath.obj"
656 "$(INTDIR)\filepath.obj" \
777 -@erase "$(INTDIR)\filepath.obj"
892 "$(INTDIR)\filepath.obj" \
1013 -@erase "$(INTDIR)\filepath.obj"
1128 "$(INTDIR)\filepath
[all...]
H A Dbuild-outputs.mk26 file_io/unix/filepath.lo: file_io/unix/filepath.c .make.dirs include/apr_allocator.h include/apr_errno.h include/apr_file_info.h include/apr_file_io.h include/apr_general.h include/apr_inherit.h include/apr_pools.h include/apr_strings.h include/apr_tables.h include/apr_thread_mutex.h include/apr_time.h include/apr_user.h include/apr_want.h
38 OBJECTS_file_io_unix = file_io/unix/buffer.lo file_io/unix/copy.lo file_io/unix/dir.lo file_io/unix/fileacc.lo file_io/unix/filedup.lo file_io/unix/filepath.lo file_io/unix/filepath_util.lo file_io/unix/filestat.lo file_io/unix/flock.lo file_io/unix/fullrw.lo file_io/unix/mktemp.lo file_io/unix/open.lo file_io/unix/pipe.lo file_io/unix/readwrite.lo file_io/unix/seek.lo file_io/unix/tempdir.lo
179 file_io/os2/filepath.lo: file_io/os2/filepath.c .make.dirs
193 OBJECTS_file_io_os2 = file_io/os2/buffer.lo file_io/os2/copy.lo file_io/os2/dir.lo file_io/os2/dir_make_recurse.lo file_io/os2/fileacc.lo file_io/os2/filedup.lo file_io/os2/filepath.lo file_io/os2/filepath_util.lo file_io/os2/filestat.lo file_io/os2/filesys.lo file_io/os2/flock.lo file_io/os2/fullrw.lo file_io/os2/maperrorcode.lo file_io/os2/mktemp.lo file_io/os2/open.lo file_io/os2/pipe.lo file_io/os2/readwrite.lo file_io/os2/seek.lo file_io/os2/tempdir.lo
249 file_io/win32/filepath.lo: file_io/win32/filepath.c .make.dirs include/apr_allocator.h include/apr_errno.h include/apr_general.h include/apr_lib.h include/apr_pools.h include/apr_strings.h include/apr_thread_mutex.h include/apr_want.h
258 OBJECTS_file_io_win32 = file_io/unix/copy.lo file_io/unix/fileacc.lo file_io/unix/filepath_util.lo file_io/unix/fullrw.lo file_io/unix/mktemp.lo file_io/unix/tempdir.lo file_io/win32/buffer.lo file_io/win32/dir.lo file_io/win32/filedup.lo file_io/win32/filepath.lo file_io/win32/filestat.lo file_io/win32/filesys.lo file_io/win32/flock.lo file_io/win32/open.lo file_io/win32/pipe.lo file_io/win32/readwrite.lo file_io/win32/seek.lo
/freebsd-10-stable/usr.sbin/gssd/
H A Dgssd.c1071 is_a_valid_tgt_cache(const char *filepath, uid_t uid, int *retrating, argument
1097 retval = krb5_cc_resolve(context, filepath, &ccache);

Completed in 193 milliseconds