HomeSort by: relevance | last modified time | path
    Searched defs:rename (Results 1 - 25 of 105) sorted by relevancy

1 2 3 4 5

  /src/external/gpl3/binutils/dist/libiberty/
rename.c 0 /* rename -- rename a file
6 @deftypefn Supplemental int rename (const char *@var{old}, const char *@var{new})
25 rename (const char *zfrom, const char *zto) function
  /src/external/gpl3/binutils.old/dist/libiberty/
rename.c 0 /* rename -- rename a file
6 @deftypefn Supplemental int rename (const char *@var{old}, const char *@var{new})
25 rename (const char *zfrom, const char *zto) function
  /src/external/gpl3/gcc/dist/libiberty/
rename.c 0 /* rename -- rename a file
6 @deftypefn Supplemental int rename (const char *@var{old}, const char *@var{new})
25 rename (const char *zfrom, const char *zto) function
  /src/external/gpl3/gcc.old/dist/libiberty/
rename.c 0 /* rename -- rename a file
6 @deftypefn Supplemental int rename (const char *@var{old}, const char *@var{new})
25 rename (const char *zfrom, const char *zto) function
  /src/external/gpl3/gdb/dist/libiberty/
rename.c 0 /* rename -- rename a file
6 @deftypefn Supplemental int rename (const char *@var{old}, const char *@var{new})
25 rename (const char *zfrom, const char *zto) function
  /src/external/gpl3/gdb.old/dist/libiberty/
rename.c 0 /* rename -- rename a file
6 @deftypefn Supplemental int rename (const char *@var{old}, const char *@var{new})
25 rename (const char *zfrom, const char *zto) function
  /src/external/apache2/llvm/dist/clang/tools/clang-rename/
clang-rename.el 1 ;;; clang-rename.el --- Renames every occurrence of a symbol found at <offset>. -*- lexical-binding: t; -*-
7 ;; To install clang-rename.el make sure the directory of this file is in your
10 ;; (require 'clang-rename)
16 (defgroup clang-rename nil
17 "Integration with clang-rename"
20 (defcustom clang-rename-binary "clang-rename"
21 "Path to clang-rename executable."
23 :group 'clang-rename)
26 (defun clang-rename (new-name
    [all...]
  /src/external/gpl2/xcvs/dist/lib/
rename.c 1 /* Work around the bug in some systems whereby rename fails when the source
2 file has a trailing slash. The rename functions of SunOS 4.1.1_U1 and
20 __RCSID("$NetBSD: rename.c,v 1.2 2016/05/17 14:00:09 christos Exp $");
28 #undef rename macro
37 /* Rename the file SRC to DST, removing any trailing
55 ret_val = rename (src_temp, dst);
  /src/tests/lib/libposix/
t_rename.c 48 ATF_TC(rename); variable
49 ATF_TC_HEAD(rename, tc)
51 atf_tc_set_md_var(tc, "descr", "Checks rename(2)");
53 ATF_TC_BODY(rename, tc)
60 /* Check if rename to same name works as expected */
61 REQUIRE_LIBC(rename("t1", "t1"), -1);
63 /* Rename removed file? */
66 REQUIRE_LIBC(rename("t1", "t2"), -1);
69 /* check if rename of hardlinked file works the BSD way */
70 ATF_REQUIRE_MSG(stat("t1", &sb) != 0, "BSD rename should remove file t1")
    [all...]
  /src/external/apache2/llvm/dist/libcxx/src/
random.cpp 21 #define rename solaris_headers_are_broken macro
  /src/tests/compat/linux/
h_linux.h 58 #define rename(from, to) (int)syscall(LINUX_SYS___posix_rename, \ macro
  /src/lib/librefuse/refuse/
v11.h 59 int (*rename) (const char *, const char *); member in struct:fuse_operations_v11
v21.h 55 int (*rename) (const char *, const char *); member in struct:fuse_operations_v21
v22.h 59 int (*rename) (const char *, const char *); member in struct:fuse_operations_v22
v23.h 59 int (*rename) (const char *, const char *); member in struct:fuse_operations_v23
v25.h 55 int (*rename) (const char *, const char *); member in struct:fuse_operations_v25
v26.h 55 int (*rename) (const char *, const char *); member in struct:fuse_operations_v26
v28.h 55 int (*rename) (const char *, const char *); member in struct:fuse_operations_v28
v29.h 55 int (*rename) (const char *, const char *); member in struct:fuse_operations_v29
v30.h 63 int (*rename) (const char *, const char *, unsigned int); member in struct:fuse_operations_v30
v34.h 54 int (*rename) (const char *, const char *, unsigned int); member in struct:fuse_operations_v34
  /src/external/gpl2/groff/dist/src/roff/troff/
dictionary.cpp 183 void object_dictionary::rename(symbol oldnm, symbol newnm) function in class:object_dictionary
  /src/external/gpl3/gdb/dist/gnulib/import/
rename.c 1 /* Work around rename bugs in some systems.
24 #undef rename macro
27 /* The mingw rename has problems with trailing slashes; it also
46 /* Rename the file SRC to DST. This replacement is necessary on
47 Windows, on which the system rename function will not replace
91 before calling rename. There are no symlinks on mingw, so stat
121 directory if rename then fails, but it was empty, so not much
179 rename() does not. */
279 /* Rename the file SRC to DST, fixing any trailing slash bugs. */
297 return rename (src, dst); /* Let strace see the ENOENT failure. *
    [all...]
  /src/external/gpl3/gdb.old/dist/gnulib/import/
rename.c 1 /* Work around rename bugs in some systems.
24 #undef rename macro
27 /* The mingw rename has problems with trailing slashes; it also
46 /* Rename the file SRC to DST. This replacement is necessary on
47 Windows, on which the system rename function will not replace
91 before calling rename. There are no symlinks on mingw, so stat
121 directory if rename then fails, but it was empty, so not much
179 rename() does not. */
279 /* Rename the file SRC to DST, fixing any trailing slash bugs. */
297 return rename (src, dst); /* Let strace see the ENOENT failure. *
    [all...]
  /src/external/bsd/openldap/dist/contrib/ldapc++/src/
LDAPConnection.cpp 247 void LDAPConnection::rename(const string& dn, const string& newRDN, function in class:LDAPConnection
250 DEBUG(LDAP_DEBUG_TRACE,"LDAPConnection::rename" << endl);
254 msg = LDAPAsynConnection::rename(dn,newRDN,delOldRDN, newParentDN,

Completed in 44 milliseconds

1 2 3 4 5