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

/freebsd-11-stable/stand/efi/boot1/
H A Dufs_module.c140 load(const char *filepath, dev_info_t *dev, void **bufp, size_t *bufsize) argument
151 DPRINTF("Loading '%s' from %S\n", filepath, text);
160 if ((ino = lookup(filepath)) == 0) {
161 DPRINTF("Failed to lookup '%s' (file not found?)\n", filepath);
166 printf("Failed to read size of '%s' ino: %d\n", filepath, ino);
173 size, filepath, EFI_ERROR_CODE(status));
179 printf("Failed to read '%s' (%zd != %zu)\n", filepath, read,
H A Dzfs_module.c141 load(const char *filepath, dev_info_t *devinfo, void **bufp, size_t *bufsize) argument
156 DPRINTF("load: '%s' spa: '%s', devpath: %S\n", filepath,
171 if ((err = zfs_lookup(&zfsmount, filepath, &dn)) != 0) {
174 filepath, spa->spa_name, err);
177 printf("Failed to lookup '%s' on pool '%s' (%d)\n", filepath,
183 printf("Failed to stat '%s' on pool '%s' (%d)\n", filepath,
191 "(%lu)\n", (intmax_t)st.st_size, spa->spa_name, filepath, EFI_ERROR_CODE(status));
H A Dboot_module.h89 EFI_STATUS (*load)(const char *filepath, dev_info_t *devinfo,
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common.cpp60 const char *StripPathPrefix(const char *filepath, argument
62 if (!filepath) return nullptr;
63 if (!strip_path_prefix) return filepath;
64 const char *res = filepath;
65 if (const char *pos = internal_strstr(filepath, strip_path_prefix))
H A Dsanitizer_win.cpp429 const char *filepath; member in struct:__sanitizer::__anon1037::ModuleInfo
453 module_infos[i].filepath = modules[i].full_name();
464 mi.filepath[0] ? mi.filepath : "[no name]");
465 } else if (mi.filepath[0]) {
466 Printf("\t??\?-??? %s\n", mi.filepath);
H A Dsanitizer_common.h217 const char *StripPathPrefix(const char *filepath,
/freebsd-11-stable/contrib/atf/atf-sh/
H A Datf-sh.cpp50 const atf::fs::path filepath(filename);
51 if (filepath.branch_path().str() == ".")
/freebsd-11-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-11-stable/stand/powerpc/kboot/
H A Dmain.c218 const char *devpath, *filepath; local
224 filepath = strchr(devspec, ':') + 1;
227 filepath = devspec;
237 if (path != NULL && filepath != NULL)
238 *path = filepath;
/freebsd-11-stable/contrib/elftoolchain/libdwarf/
H A Dlibdwarf_lineno.c36 FILE *filepath; local
60 filepath = open_memstream(&lf->lf_fullpath, &slen);
61 if (filepath == NULL) {
77 fprintf(filepath, "%s/", compdir);
79 fprintf(filepath, "%s/", incdir);
80 fprintf(filepath, "%s", lf->lf_fname);
81 if (fclose(filepath) != 0) {
/freebsd-11-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-11-stable/usr.bin/svn/lib/libapr/
H A DMakefile33 filepath.c \
/freebsd-11-stable/contrib/apr/
H A Dapr.mak74 -@erase "$(INTDIR)\filepath.obj"
147 "$(INTDIR)\filepath.obj" \
260 -@erase "$(INTDIR)\filepath.obj"
333 "$(INTDIR)\filepath.obj" \
446 -@erase "$(INTDIR)\filepath.obj"
519 "$(INTDIR)\filepath.obj" \
632 -@erase "$(INTDIR)\filepath.obj"
706 "$(INTDIR)\filepath.obj" \
881 SOURCE=.\file_io\win32\filepath.c
883 "$(INTDIR)\filepath
[all...]
H A Dlibapr.mak70 -@erase "$(INTDIR)\filepath.obj"
188 "$(INTDIR)\filepath.obj" \
314 -@erase "$(INTDIR)\filepath.obj"
432 "$(INTDIR)\filepath.obj" \
558 -@erase "$(INTDIR)\filepath.obj"
676 "$(INTDIR)\filepath.obj" \
802 -@erase "$(INTDIR)\filepath.obj"
920 "$(INTDIR)\filepath.obj" \
1079 SOURCE=.\file_io\win32\filepath.c
1081 "$(INTDIR)\filepath
[all...]
H A Dbuild-outputs.mk28 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
40 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
184 file_io/os2/filepath.lo: file_io/os2/filepath.c .make.dirs
198 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
254 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_time.h include/apr_want.h
263 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-11-stable/usr.sbin/gssd/
H A Dgssd.c1075 is_a_valid_tgt_cache(const char *filepath, uid_t uid, int *retrating, argument
1101 retval = krb5_cc_resolve(context, filepath, &ccache);

Completed in 128 milliseconds