Home
last modified time | relevance | path

Searched defs:fullpath (Results 1 – 23 of 23) sorted by relevance

/dragonfly/test/stress/stress2/testcases/run/
H A Drun.c91 char fullpath[MAXPATHLEN+1]; in test() local
/dragonfly/sys/vfs/procfs/
H A Dprocfs_map.c63 char *fullpath, *freepath; in procfs_domap() local
H A Dprocfs_vnops.c641 char *fullpath, *freepath; in procfs_getattr() local
1116 char *fullpath, *freepath; in procfs_readlink() local
/dragonfly/usr.sbin/mtree/
H A Dmtree.c47 char fullpath[MAXPATHLEN]; variable
/dragonfly/sys/kern/
H A Dimgact_resident.c91 char *freepath, *fullpath; in fill_xresident() local
H A Dkern_jail.c675 char *fullpath, *freepath; in sysctl_jail_list() local
H A Dvfs_syscalls.c1405 char *fullpath, *freepath; in kern_statfs() local
1465 char *fullpath, *freepath; in kern_fstatfs() local
1677 char *fullpath; in getfsstat_callback() local
1771 char *fullpath; in getvfsstat_callback() local
5043 char *fullpath, *freepath; in sys_fhstatfs() local
H A Dkern_proc.c2039 char *fullpath, *freepath; in sysctl_kern_proc_cwd() local
H A Dimgact_elf.c1146 char *freepath, *fullpath; in cb_put_fp() local
/dragonfly/contrib/libarchive/libarchive/
H A Darchive_write_open_filename.c138 wchar_t *fullpath; in file_open() local
H A Darchive_read_open_filename.c267 wchar_t *fullpath; in file_open() local
/dragonfly/contrib/cryptsetup/luks/
H A Dkeyencryption.c131 char *fullpath = NULL; in LUKS_endec_template() local
/dragonfly/stand/boot/common/
H A Dcommands.c447 char *fullpath; in page_file() local
/dragonfly/sys/dev/disk/vn/
H A Dvn.c766 char *freepath, *fullpath; in vnget() local
/dragonfly/contrib/ncurses/ncurses/tinfo/
H A Dwrite_entry.c179 char fullpath[PATH_MAX]; in make_db_root() local
/dragonfly/contrib/gcc-8.0/gcc/
H A Dgengtype-state.c1923 char *fullpath = concat (srcdir, dirsepstr, path, NULL); in read_state_fileloc() local
2496 char *fullpath = concat (srcdir, dirsepstr, fnam, NULL); in read_state_files_list() local
/dragonfly/contrib/gcc-4.7/gcc/
H A Dgengtype-state.c1702 char *fullpath = concat (srcdir, dirsepstr, path, NULL); in read_state_fileloc() local
2327 char *fullpath = concat (srcdir, dirsepstr, fnam, NULL); in read_state_files_list() local
/dragonfly/sbin/fsck_msdosfs/
H A Ddir.c156 fullpath(struct dosDirEntry *dir) in fullpath() function
/dragonfly/contrib/cvs-1.12/src/
H A Dupdate.c547 char *fullpath; in get_linkinfo_proc() local
H A Dcommit.c1130 char *fullpath; in check_fileproc() local
/dragonfly/sys/netgraph/netgraph/
H A Dng_base.c1079 char fullpath[NG_PATHSIZ]; in ng_path2node() local
/dragonfly/sys/netgraph7/netgraph/
H A Dng_base.c1692 char fullpath[NG_PATHSIZ]; in ng_path2noderef() local
/dragonfly/sys/vfs/devfs/
H A Ddevfs_core.c2028 devfs_resolve_name_path(char *fullpath, char *buf, char **pathp, char **namep) in devfs_resolve_name_path()