Searched refs:pathadj (Results 1 - 25 of 36) sorted by relevance

12

/netbsd-6-1-5-RELEASE/sbin/mount/
H A Dmountprog.h37 void pathadj(const char *, char *);
H A Dpathadj.c1 /* $NetBSD: pathadj.c,v 1.1 2008/08/05 20:57:45 pooka Exp $ */
37 pathadj(const char *input, char *adjusted) function
/netbsd-6-1-5-RELEASE/sbin/mount_cd9660/
H A DMakefile7 SRCS= mount_cd9660.c pathadj.c
/netbsd-6-1-5-RELEASE/sbin/mount_efs/
H A DMakefile6 SRCS= mount_efs.c pathadj.c
H A Dmount_efs.c86 pathadj(argv[0], canon_dev);
87 pathadj(argv[1], canon_dir);
/netbsd-6-1-5-RELEASE/sbin/mount_ext2fs/
H A DMakefile8 SRCS= mount_ext2fs.c pathadj.c
H A Dmount_ext2fs.c116 pathadj(argv[0], canon_dev);
119 pathadj(argv[1], canon_dir);
/netbsd-6-1-5-RELEASE/sbin/mount_hfs/
H A DMakefile6 SRCS= mount_hfs.c pathadj.c
H A Dmount_hfs.c133 pathadj(argv[0], canon_dev);
134 pathadj(argv[1], canon_dir);
/netbsd-6-1-5-RELEASE/sbin/mount_lfs/
H A DMakefile7 SRCS= mount_lfs.c pathadj.c
/netbsd-6-1-5-RELEASE/sbin/mount_msdos/
H A DMakefile6 SRCS= mount_msdos.c fattr.c pathadj.c
/netbsd-6-1-5-RELEASE/sbin/mount_ntfs/
H A DMakefile9 SRCS= mount_ntfs.c fattr.c pathadj.c
/netbsd-6-1-5-RELEASE/sbin/mount_sysvbfs/
H A DMakefile6 SRCS= mount_sysvbfs.c fattr.c pathadj.c
H A Dmount_sysvbfs.c111 pathadj(argv[0], canon_dev);
113 pathadj(argv[1], canon_dir);
/netbsd-6-1-5-RELEASE/sbin/mount_tmpfs/
H A DMakefile6 SRCS= mount_tmpfs.c fattr.c pathadj.c
/netbsd-6-1-5-RELEASE/sbin/mount_v7fs/
H A DMakefile6 SRCS= mount_v7fs.c fattr.c pathadj.c
H A Dmount_v7fs.c178 pathadj(argv[0], canon_dev);
181 pathadj(argv[1], canon_dir);
/netbsd-6-1-5-RELEASE/sbin/mount_chfs/
H A DMakefile6 SRCS= mount_chfs.c fattr.c pathadj.c
H A Dmount_chfs.c97 pathadj(argv[0], canon_dev);
98 pathadj(argv[1], canon_dir);
/netbsd-6-1-5-RELEASE/sbin/mount_ffs/
H A DMakefile6 SRCS= mount_ffs.c pathadj.c
H A Dmount_ffs.c120 pathadj(argv[0], canon_dev);
123 pathadj(argv[1], canon_dir);
/netbsd-6-1-5-RELEASE/sbin/mount_nilfs/
H A DMakefile7 SRCS= mount_nilfs.c fattr.c pathadj.c
/netbsd-6-1-5-RELEASE/sbin/mount_udf/
H A DMakefile6 SRCS= mount_udf.c fattr.c pathadj.c
/netbsd-6-1-5-RELEASE/sbin/mount_nfs/
H A DMakefile8 SRCS= mount_nfs.c pathadj.c
/netbsd-6-1-5-RELEASE/tests/fs/common/
H A DMakefile20 SRCS+= getnfsargs.c pathadj.c fattr.c mount_nfs.c

Completed in 92 milliseconds

12