Searched refs:rename (Results 51 - 75 of 98) sorted by relevance

1234

/haiku-fatelf/src/bin/bash/builtins/
H A Dmkbuiltins.c175 static int rename ();
343 rename (temp_struct_filename, struct_filename);
1614 rename (from, to)
1613 rename (from, to) function
/haiku-fatelf/src/bin/bash/lib/sh/
H A DMakefile.in86 vprint.c itos.c rename.c zread.c zwrite.c shtty.c \
164 rename.o: rename.c
232 rename.o: ${BUILD_DIR}/config.h
351 rename.o: ${topdir}/bashtypes.h ${BASHINCDIR}/stdc.h
352 rename.o: ${BASHINCDIR}/posixstat.h
/haiku-fatelf/src/bin/zip/
H A Dfileio.c43 int rename OF((ZCONST char *, ZCONST char *));
644 * lost at end of run, always do copy instead of rename.
676 if (rename(s, d)) { /* Just move s on top of d */
969 int rename(from, to) function
/haiku-fatelf/src/bin/coreutils/src/
H A Dcopy.c1017 `rename (a, b)' where `a' and `b' are distinct hard links to the same
1020 able to rely on rename to remove the source file. However, POSIX
1021 mistakenly requires that such a rename call do *nothing* and return
1092 would also rename the source file and result in an error. */
1144 destination file before opening it -- via `rename' if they're on
1457 rename succeeded, so the caller (if it's mv) doesn't
1477 /* Pretend the rename succeeded, so the caller (mv)
1612 if (rename (dst_name, dst_backup) != 0)
1821 if (rename (src_name, dst_name) == 0)
1835 _destination_ dev/ino, since the rename abov
[all...]
H A Dshred.c936 * Repeatedly rename a file with shorter and shorter names,
948 * name is available and the rename succeeds, or it runs out of names
952 * portability problems with C libraries making it "safe". rename
986 if (rename (oldname, newname) == 0)
1007 /* The rename failed: give up on this length. */
/haiku-fatelf/src/add-ons/kernel/file_systems/userlandfs/server/haiku/
H A DHaikuKernelFileSystem.cpp328 capabilities.Set(FS_VNODE_CAPABILITY_RENAME, ops->rename);
H A DHaikuKernelVolume.cpp616 if (!oldDir->ops->rename)
618 return oldDir->ops->rename(&fVolume, oldDir, oldName, newDir, newName);
/haiku-fatelf/src/bin/network/wget/src/
H A Dconvert.c463 if (rename (file, filename_plus_orig_suffix) != 0)
/haiku-fatelf/src/kits/network/libbind/
H A Dport_after.h513 int rename(const char *, const char *);
/haiku-fatelf/src/tools/fs_shell/
H A Dfuse.cpp255 PRINTD("##rename\n");
400 fuseOps->rename = fuse_rename;
/haiku-fatelf/src/add-ons/input_server/methods/canna/rk/
H A Dtempdic.c531 rename(backup, file);
769 rename(backup, file);
/haiku-fatelf/src/servers/registrar/
H A DAuthenticationManager.cpp492 // rename the old files
498 rename(kPasswdFile, passwdBackup.c_str());
499 rename(kShadowPwdFile, shadowBackup.c_str());
/haiku-fatelf/headers/os/drivers/
H A Dfs_interface.h162 status_t (*rename)(fs_volume* volume, fs_vnode* fromDir, member in struct:fs_vnode_ops
/haiku-fatelf/headers/private/fs_shell/
H A Dfssh_fs_interface.h179 fssh_status_t (*rename)(fssh_fs_volume *volume, fssh_fs_vnode *fromDir, member in struct:fssh_fs_vnode_ops
/haiku-fatelf/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/
H A DFileSystem.cpp649 CLEAR_UNSUPPORTED(FS_VNODE_CAPABILITY_RENAME, rename);
/haiku-fatelf/src/system/libroot/posix/glibc/libio/
H A Dstdio.h166 extern int rename (__const char *__old, __const char *__new) __THROW;
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/random_file_actions/
H A Drandom_file_actions.cpp615 action("rename file \"%s\" to \"%s\"", oldName.c_str(), newName.c_str());
617 if (rename(oldName.c_str(), newName.c_str()) != 0) {
/haiku-fatelf/src/bin/diffutils/ms/
H A Dconfig.bat182 Rem script runs and rename it afterwards
/haiku-fatelf/src/add-ons/kernel/file_systems/layers/log_overlay/
H A Dlog_overlay.cpp315 DO_LOG("rename from_name: \"%s\"; to_dir: %p; to_name: \"%s\"\n",
317 OVERLAY_CALL(rename, fromName, (fs_vnode *)toDir->private_node, toName)
318 DO_LOG("rename result: 0x%08lx\n", result);
/haiku-fatelf/src/bin/gdb/gdb/rdi-share/
H A Dhsys.c380 case CL_Rename: /* rename file */
394 err = rename((char *)buffp+4, (char *)buffp+9+len);
396 DebugCheckErr("rename", TRUE, err, stateptr->last_errno);
/haiku-fatelf/src/bin/gdb/gdb/
H A Dremote-fileio.c950 ret = rename (oldpath, newpath);
1287 "rename", remote_fileio_func_rename,
H A Dremote-rdp.c860 args->n = callback->rename (callback, args[0].s, args[1].s);
H A Dada-lang.c4129 <scope>__<rename>___<XR extension>.
4140 at suffix - 3, as the <rename> part is at least one character long. */
4198 /* If the rename has been defined in a package, then it is visible. */
4202 /* Check that the rename is in the current function scope by checking
4234 - When the user tries to print a rename in a function while there
4235 is another rename entity defined in a package: Normally, the
4236 rename in the function has precedence over the rename in the
4243 the user will be unable to print such rename entities. */
5856 char *rename;
5845 char *rename; local
[all...]
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/beserved/server-1.2.6/
H A Drpc_workers.c787 if (rename(oldPath, newPath) == -1)
/haiku-fatelf/data/etc/bash_completion.d/
H A Dgit2010 --remove-section --rename-section
2365 local subcommands="add rename rm show prune update set-head"
2373 rename|rm|show|prune)

Completed in 337 milliseconds

1234