Searched refs:oldpath (Results 1 - 5 of 5) sorted by relevance
/osnet-11/usr/src/lib/libfuse/common/ |
H A D | fuse.h | 612 int fuse_fs_rename(struct fuse_fs *fs, const char *oldpath, 618 int fuse_fs_link(struct fuse_fs *fs, const char *oldpath, const char *newpath);
|
H A D | fuse_uvfs.c | 947 char oldpath[MAXPATHLEN]; local 986 (void) strlcpy(oldpath, dirpath, MAXPATHLEN); 987 fuse_uvfs_path_fixup(oldpath, name); 988 error = FUSE_OP_RENAME(fuse_fs, oldpath, path);
|
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/profile/ |
H A D | prof_file.c | 399 make_hard_link(const char *oldpath, const char *newpath) argument 404 return link(oldpath, newpath);
|
/osnet-11/usr/src/grub/grub2/grub-core/fs/zfs/ |
H A D | zfs.c | 3044 char *oldpath = path, *oldpathbuf = path_buf; local 3078 path = path_buf = grub_malloc (sym_sz + grub_strlen (oldpath) + 1); 3088 grub_memcpy (path + grub_strlen (path), oldpath, 3089 grub_strlen (oldpath) + 1); 3140 char *oldpath = path, *oldpathbuf = path_buf; local 3141 path = path_buf = grub_malloc (sym_sz + grub_strlen (oldpath) + 1); 3149 grub_memcpy (path + grub_strlen (path), oldpath, 3150 grub_strlen (oldpath) + 1);
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ |
H A D | perl5db.pl | 7643 my $oldpath = $ENV{MANPATH}; 7677 if (defined $oldpath) {
|
Completed in 75 milliseconds